403Webshell
Server IP : 14.225.204.176  /  Your IP : 216.73.216.169
Web Server : nginx/1.24.0
System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64
User : root ( 0)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/php/iamv-cms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/php/iamv-cms/zini_iamv.sql
-- phpMyAdmin SQL Dump
-- version 5.0.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Apr 05, 2023 at 05:43 PM
-- Server version: 10.4.17-MariaDB
-- PHP Version: 7.4.13

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `zini_iamv`
--

-- --------------------------------------------------------

--
-- Table structure for table `zs_actionscheduler_actions`
--

CREATE TABLE `zs_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_actionscheduler_actions`
--

INSERT INTO `zs_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(8, 'action_scheduler/migration_hook', 'complete', '2023-03-31 16:02:19', '2023-03-31 16:02:19', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1680278539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1680278539;}', 1, 1, '2023-03-31 16:02:19', '2023-03-31 16:02:19', 0, NULL),
(9, 'woocommerce_cleanup_draft_orders', 'complete', '2023-03-31 16:01:24', '2023-03-31 16:01:24', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1680278484;s:18:\"\0*\0first_timestamp\";i:1680278484;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1680278484;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 1, '2023-03-31 16:01:32', '2023-03-31 16:01:32', 0, NULL),
(10, 'woocommerce_cleanup_draft_orders', 'pending', '2023-04-01 16:01:32', '2023-04-01 16:01:32', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1680364892;s:18:\"\0*\0first_timestamp\";i:1680278484;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1680364892;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(11, 'woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications', 'failed', '2023-03-31 16:07:32', '2023-03-31 16:07:32', '[]', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 0, 1, '2023-03-31 16:09:49', '2023-03-31 16:09:49', 0, NULL),
(12, 'wc-admin_import_customers', 'complete', '2023-04-01 06:35:17', '2023-04-01 06:35:17', '[1]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1680330917;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1680330917;}', 2, 1, '2023-04-01 06:37:28', '2023-04-01 06:37:28', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `zs_actionscheduler_claims`
--

CREATE TABLE `zs_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_actionscheduler_groups`
--

CREATE TABLE `zs_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_actionscheduler_groups`
--

INSERT INTO `zs_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration'),
(2, 'wc-admin-data');

-- --------------------------------------------------------

--
-- Table structure for table `zs_actionscheduler_logs`
--

CREATE TABLE `zs_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_actionscheduler_logs`
--

INSERT INTO `zs_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1, 8, 'hành động được tạo', '2023-03-31 16:01:19', '2023-03-31 16:01:19'),
(2, 9, 'hành động được tạo', '2023-03-31 16:01:24', '2023-03-31 16:01:24'),
(3, 9, 'action started via WP Cron', '2023-03-31 16:01:32', '2023-03-31 16:01:32'),
(4, 9, 'action complete via WP Cron', '2023-03-31 16:01:32', '2023-03-31 16:01:32'),
(5, 10, 'hành động được tạo', '2023-03-31 16:01:32', '2023-03-31 16:01:32'),
(6, 8, 'action started via WP Cron', '2023-03-31 16:02:19', '2023-03-31 16:02:19'),
(7, 8, 'action complete via WP Cron', '2023-03-31 16:02:19', '2023-03-31 16:02:19'),
(8, 11, 'hành động được tạo', '2023-03-31 16:07:32', '2023-03-31 16:07:32'),
(9, 11, 'action started via WP Cron', '2023-03-31 16:09:49', '2023-03-31 16:09:49'),
(10, 11, 'action failed via WP Cron: Scheduled action for woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications will not be executed as no callbacks are registered.', '2023-03-31 16:09:49', '2023-03-31 16:09:49'),
(11, 12, 'hành động được tạo', '2023-04-01 06:35:12', '2023-04-01 06:35:12'),
(12, 12, 'action started via WP Cron', '2023-04-01 06:37:28', '2023-04-01 06:37:28'),
(13, 12, 'action complete via WP Cron', '2023-04-01 06:37:28', '2023-04-01 06:37:28');

-- --------------------------------------------------------

--
-- Table structure for table `zs_commentmeta`
--

CREATE TABLE `zs_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_comments`
--

CREATE TABLE `zs_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_comments`
--

INSERT INTO `zs_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Một người bình luận WordPress', 'wapuu@wordpress.example', 'https://vi.wordpress.org/', '', '2023-03-31 15:56:56', '2023-03-31 15:56:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0),
(2, 247, 'John', 'john@livewp.site', '', '172.68.238.212', '2019-02-11 09:00:52', '2019-02-11 09:00:52', 'I long for the days when people dressed for travel, dressed for the theatre, dressed for dinner , and dressed up in general. I know comfort is important , but unfortunately style pays the price!', 0, '1', '', 'comment', 0, 0),
(3, 247, 'John', 'john@livewp.site', '', '172.68.238.212', '2019-02-11 09:01:07', '2019-02-11 09:01:07', 'I wish I could look so good in all sweats! You pull this lazy look off beautifully. They look so comfortable and easy to move in.', 0, '1', '', 'comment', 2, 0);

-- --------------------------------------------------------

--
-- Table structure for table `zs_e_events`
--

CREATE TABLE `zs_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_e_events`
--

INSERT INTO `zs_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-03-31T23:01:32.489-07:00\"}', '2023-03-31 23:01:32');

-- --------------------------------------------------------

--
-- Table structure for table `zs_links`
--

CREATE TABLE `zs_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_options`
--

CREATE TABLE `zs_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_options`
--

INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://iamv.vn', 'yes'),
(2, 'home', 'http://iamv.vn', 'yes'),
(3, 'blogname', 'IAMV', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'thienthanh27@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j F, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:221:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:7:\"team/?$\";s:24:\"index.php?post_type=team\";s:37:\"team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=team&feed=$matches[1]\";s:32:\"team/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=team&feed=$matches[1]\";s:24:\"team/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=team&paged=$matches[1]\";s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"gt3_gallery/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"gt3_gallery/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"gt3_gallery/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"gt3_gallery/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"gt3_gallery/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"gt3_gallery/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"gt3_gallery/(.+?)/embed/?$\";s:44:\"index.php?gt3_gallery=$matches[1]&embed=true\";s:30:\"gt3_gallery/(.+?)/trackback/?$\";s:38:\"index.php?gt3_gallery=$matches[1]&tb=1\";s:38:\"gt3_gallery/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?gt3_gallery=$matches[1]&paged=$matches[2]\";s:45:\"gt3_gallery/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?gt3_gallery=$matches[1]&cpage=$matches[2]\";s:34:\"gt3_gallery/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?gt3_gallery=$matches[1]&page=$matches[2]\";s:55:\"gt3_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?gt3_gallery_category=$matches[1]&feed=$matches[2]\";s:50:\"gt3_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?gt3_gallery_category=$matches[1]&feed=$matches[2]\";s:31:\"gt3_categories/([^/]+)/embed/?$\";s:53:\"index.php?gt3_gallery_category=$matches[1]&embed=true\";s:43:\"gt3_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?gt3_gallery_category=$matches[1]&paged=$matches[2]\";s:25:\"gt3_categories/([^/]+)/?$\";s:42:\"index.php?gt3_gallery_category=$matches[1]\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:37:\"index.php?team=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:31:\"index.php?team=$matches[1]&tb=1\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?team=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"team-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?team_category=$matches[1]&feed=$matches[2]\";s:49:\"team-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?team_category=$matches[1]&feed=$matches[2]\";s:30:\"team-category/([^/]+)/embed/?$\";s:46:\"index.php?team_category=$matches[1]&embed=true\";s:42:\"team-category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?team_category=$matches[1]&paged=$matches[2]\";s:24:\"team-category/([^/]+)/?$\";s:35:\"index.php?team_category=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio_tag=$matches[1]&embed=true\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio_tag=$matches[1]\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project-category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project-category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project-tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project-tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=1558&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:7:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:59:\"gt3-photo-video-gallery-pro/gt3-photo-video-gallery-pro.php\";i:3;s:51:\"gt3-photo-video-gallery/gt3-photo-video-gallery.php\";i:4;s:35:\"gt3-themes-core/gt3-themes-core.php\";i:5;s:23:\"mailchimp/mailchimp.php\";i:6;s:23:\"revslider/revslider.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'agrosector', 'yes'),
(41, 'stylesheet', 'agrosector', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '53496', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:7:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"An qualisque constituam cum. But a igam unum disputando ius et, mel id postea volu ptua, et vel assum.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:125:\"<img class=\"default_logo\" style=\"height: 80px;\" src=\"http://iamv.vn/wp-content/uploads/2019/01/logo_footer.png\" alt=\"logo\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:113:\"IamV luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:11:\"Liên kết\";s:4:\"text\";s:169:\"<ul>\n 	<li><a href=\"/gioi-thieu\">Giới thiệu</a></li>\n 	<li><a href=\"/project/\">Sản phẩm & Dịch vụ</a></li>\n 	<li><a href=\"/lien-he\">Liên hệ</a></li>\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:10:\"Liên hệ\";s:4:\"text\";s:819:\"<ul>\n 	<li><img style=\"margin-right: 10px;\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon-4.png\" alt=\"geo\" width=\"18\" height=\"18\" />9/6A1, Đường 36, Hiệp Bình Chánh, Thủ Đức, HCM</li>\n 	<li><img style=\"margin-right: 10px;\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon-5.png\" alt=\"phone\" width=\"18\" height=\"18\" />(+84) 968 86 03 86</li>\n 	<li><img style=\"margin-right: 10px;\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon-6.png\" alt=\"mail\" width=\"18\" height=\"18\" />dabia706@gmail.com</li>\n 	<li><img style=\"margin-right: 10px;\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon-7.png\" alt=\"Time\" width=\"18\" height=\"18\" />Thứ 2-7: 08.00 AM - 18.00 PM</li>\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:7;a:4:{s:5:\"title\";s:12:\"Social Media\";s:4:\"text\";s:849:\"<div class=\"gt3_social\" style=\"font-size: 16px;margin-top: -12px\">\r\n	<a class=\"gt3_icon_link gt3_custom_color\" style=\"margin-right: 21px\" href=\"#\" target=\"_blank\" rel=\"noopener\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\"><i class=\"fa fa-twitter\"> </i></a><a class=\"gt3_icon_link gt3_custom_color\" style=\"margin-right: 21px\" href=\"#\" target=\"_blank\" rel=\"noopener\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\"><i class=\"fa fa-facebook\"> </i></a><a class=\"gt3_icon_link gt3_custom_color\" style=\"margin-right: 21px\" href=\"#\" target=\"_blank\" rel=\"noopener\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\"><i class=\"fa fa-instagram\"> </i></a><a class=\"gt3_icon_link gt3_custom_color\" style=\"margin-right: 24px\" href=\"#\" target=\"_blank\" rel=\"noopener\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\"><i class=\"fa fa-youtube-play\"> </i></a>\r\n</div>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:0:{}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '1558', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1695830215', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'zs_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'WPLANG', 'vi', 'yes'),
(103, 'user_count', '1', 'no'),
(104, 'widget_block', 'a:4:{i:4;a:1:{s:7:\"content\";s:71:\"<!-- wp:group -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:71:\"<!-- wp:group -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:159:\"<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chuyên mục</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'sidebars_widgets', 'a:14:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:13:\"custom_html-3\";i:1;s:10:\"nav_menu-1\";i:2;s:7:\"title-1\";i:3;s:6:\"text-2\";i:4;s:10:\"nav_menu-2\";i:5;s:11:\"tag_cloud-2\";i:6;s:13:\"custom_html-4\";}s:20:\"sidebar_main-sidebar\";a:4:{i:0;s:7:\"block-4\";i:1;s:7:\"posts-1\";i:2;s:7:\"block-5\";i:3;s:7:\"block-6\";}s:20:\"sidebar_all-projects\";a:0:{}s:26:\"sidebar_top-rated-products\";a:0:{}s:25:\"sidebar_featured-products\";a:0:{}s:16:\"sidebar_hot-sale\";a:0:{}s:20:\"sidebar_shop-sidebar\";a:2:{i:0;s:13:\"custom_html-5\";i:4;s:13:\"custom_html-6\";}s:24:\"sidebar_shop-sidebar-top\";a:0:{}s:15:\"footer_column_1\";a:2:{i:0;s:6:\"text-3\";i:1;s:6:\"text-4\";}s:15:\"footer_column_2\";a:1:{i:0;s:6:\"text-5\";}s:15:\"footer_column_3\";a:1:{i:0;s:6:\"text-6\";}s:15:\"footer_column_4\";a:1:{i:0;s:6:\"text-7\";}s:15:\"footer_column_5\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(106, 'cron', 'a:18:{i:1680483416;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1680483606;a:1:{s:14:\"gt3pg_pro_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1680483693;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1680494216;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1680494227;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1680516045;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1680537416;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680537427;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680537429;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680537631;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680537645;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680537655;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680548445;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680566400;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680912000;a:1:{s:24:\"gt3pg_pro_usage_schedule\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1680969416;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1681574505;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}', 'yes'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_tag_cloud', 'a:2:{i:2;a:3:{s:5:\"title\";s:4:\"Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_nav_menu', 'a:3:{i:1;a:2:{s:5:\"title\";s:12:\"All Projects\";s:8:\"nav_menu\";i:20;}i:2;a:1:{s:8:\"nav_menu\";i:44;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_custom_html', 'a:5:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:299:\"<p><img class=\"rounded aligncenter size-full\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/user.jpg\" alt=\"user_logo\" width=\"172\" height=\"172\"></p>\r\n<p style=\"text-align: center\">We do great work in our business so that you can always see the quality of our work.</p>\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:128:\"<img class=\"size-full\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-22.jpg\" alt=\"Banner\">\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:299:\"<p><img class=\"rounded aligncenter size-full\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/user.jpg\" alt=\"user_logo\" width=\"172\" height=\"172\"></p>\r\n<p style=\"text-align: center\">We do great work in our business so that you can always see the quality of our work.</p>\";}i:6;a:2:{s:5:\"title\";s:16:\"Advertizing Spot\";s:7:\"content\";s:128:\"<img class=\"size-full\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-22.jpg\" alt=\"Banner\">\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(122, 'recovery_keys', 'a:0:{}', 'yes'),
(123, 'https_detection_errors', 'a:2:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:36:\"Xác thực SSL không thành công.\";}s:19:\"bad_response_source\";a:1:{i:0;s:61:\"Có vẻ như phản hồi không đến từ trang web này.\";}}', 'yes'),
(133, '_site_transient_timeout_browser_c3fcd9e52fd775c43c9553a961bfc52c', '1680883028', 'no'),
(134, '_site_transient_browser_c3fcd9e52fd775c43c9553a961bfc52c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"111.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(135, '_site_transient_timeout_php_check_f03419f679b2e071a92e69acf99160bf', '1680883029', 'no'),
(136, '_site_transient_php_check_f03419f679b2e071a92e69acf99160bf', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(137, 'can_compress_scripts', '1', 'no'),
(151, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"thienthanh27@gmail.com\";s:7:\"version\";s:3:\"6.2\";s:9:\"timestamp\";i:1680278240;}', 'no'),
(154, 'finished_updating_comment_type', '1', 'yes'),
(158, 'theme_mods_twentytwentythree', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1680278385;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'yes'),
(159, 'current_theme', 'Agrosector', 'yes'),
(160, 'theme_mods_agrosector', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:39;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(161, 'theme_switched', '', 'yes'),
(162, 'gt3_registration_status', 'active', 'yes'),
(163, 'gt3_registration_supported_until', '12.12.2030', 'yes'),
(164, 'sdfgdsfgdfg', 'Product is activated!', 'yes');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(165, 'agrosector', 'a:300:{s:8:\"last_tab\";s:2:\"10\";s:10:\"responsive\";s:1:\"1\";s:13:\"page_comments\";s:1:\"1\";s:11:\"back_to_top\";s:1:\"1\";s:9:\"team_slug\";s:0:\"\";s:14:\"portfolio_slug\";s:0:\"\";s:12:\"project_slug\";s:0:\"\";s:11:\"page_404_bg\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:30:\"add_default_typography_sapcing\";s:0:\"\";s:19:\"disable_right_click\";s:0:\"\";s:24:\"disable_right_click_text\";s:99:\"The right click is disabled. Your content is protected. You can configure this option in the theme.\";s:9:\"custom_js\";s:41:\"jQuery(document).ready(function(){\r\n\r\n});\";s:16:\"header_custom_js\";s:85:\"<script type=\'text/javascript\'>\r\njQuery(document).ready(function(){\r\n\r\n});\r\n</script>\";s:9:\"preloader\";s:1:\"1\";s:14:\"preloader_type\";s:6:\"circle\";s:20:\"preloader_background\";s:7:\"#ffffff\";s:20:\"preloader_item_color\";s:7:\"#98a1a9\";s:21:\"preloader_item_color2\";s:7:\"#e94e76\";s:20:\"preloader_item_width\";a:1:{s:5:\"width\";s:3:\"140\";}s:21:\"preloader_item_stroke\";a:1:{s:5:\"width\";s:1:\"3\";}s:19:\"preloader_item_logo\";a:9:{s:3:\"url\";s:67:\"http://iamv.vn/wp-content/uploads/2023/03/logo-removebg-preview.png\";s:2:\"id\";s:4:\"1645\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:3:\"227\";s:9:\"thumbnail\";s:75:\"http://iamv.vn/wp-content/uploads/2023/03/logo-removebg-preview-150x100.png\";s:5:\"title\";s:21:\"logo-removebg-preview\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:25:\"preloader_item_logo_width\";a:2:{s:5:\"width\";s:5:\"200px\";s:5:\"units\";s:2:\"px\";}s:14:\"preloader_full\";s:1:\"1\";s:21:\"gt3_header_builder_id\";a:30:{s:8:\"all_item\";a:3:{s:6:\"layout\";s:3:\"all\";s:5:\"title\";s:8:\"All Item\";s:7:\"content\";a:15:{s:7:\"placebo\";s:7:\"placebo\";s:10:\"search_cat\";a:2:{s:5:\"title\";s:26:\"gt3_flagSearch+by+Category\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"login\";a:1:{s:5:\"title\";s:13:\"gt3_flagLogin\";}s:4:\"cart\";a:1:{s:5:\"title\";s:12:\"gt3_flagCart\";}s:14:\"burger_sidebar\";a:2:{s:5:\"title\";s:22:\"gt3_flagBurger+Sidebar\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text5\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+5\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text6\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+6\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter2\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter3\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter4\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter5\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter6\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:12:\"empty_space3\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:12:\"empty_space4\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:12:\"empty_space5\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}}}s:8:\"top_left\";a:4:{s:6:\"layout\";s:10:\"one-thirds\";s:5:\"title\";s:8:\"Top Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:6:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"text1\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+1\";s:12:\"has_settings\";s:1:\"1\";}s:12:\"empty_space1\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:5:\"text2\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+2\";s:12:\"has_settings\";s:1:\"1\";}s:12:\"empty_space2\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:5:\"text3\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+3\";s:12:\"has_settings\";s:1:\"1\";}}}s:10:\"top_center\";a:4:{s:6:\"layout\";s:10:\"one-thirds\";s:5:\"title\";s:10:\"Top Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:9:\"top_right\";a:4:{s:6:\"layout\";s:10:\"one-thirds\";s:5:\"title\";s:9:\"Top Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"text4\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+4\";s:12:\"has_settings\";s:1:\"1\";}}}s:11:\"middle_left\";a:4:{s:6:\"layout\";s:21:\"one-thirds clear-item\";s:5:\"title\";s:11:\"Middle Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"logo\";a:2:{s:5:\"title\";s:12:\"gt3_flagLogo\";s:12:\"has_settings\";s:1:\"1\";}}}s:13:\"middle_center\";a:4:{s:6:\"layout\";s:10:\"one-thirds\";s:5:\"title\";s:13:\"Middle Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:12:\"middle_right\";a:4:{s:6:\"layout\";s:10:\"one-thirds\";s:5:\"title\";s:12:\"Middle Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"menu\";a:2:{s:5:\"title\";s:12:\"gt3_flagMenu\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter1\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:6:\"search\";a:1:{s:5:\"title\";s:14:\"gt3_flagSearch\";}}}s:11:\"bottom_left\";a:4:{s:6:\"layout\";s:21:\"one-thirds clear-item\";s:5:\"title\";s:11:\"Bottom Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:13:\"bottom_center\";a:4:{s:6:\"layout\";s:10:\"one-thirds\";s:5:\"title\";s:13:\"Bottom Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:12:\"bottom_right\";a:4:{s:6:\"layout\";s:10:\"one-thirds\";s:5:\"title\";s:12:\"Bottom Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:16:\"all_item__tablet\";a:4:{s:6:\"layout\";s:3:\"all\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:8:\"All Item\";s:7:\"content\";a:25:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"logo\";a:2:{s:5:\"title\";s:12:\"gt3_flagLogo\";s:12:\"has_settings\";s:1:\"1\";}s:4:\"menu\";a:2:{s:5:\"title\";s:12:\"gt3_flagMenu\";s:12:\"has_settings\";s:1:\"1\";}s:6:\"search\";a:1:{s:5:\"title\";s:14:\"gt3_flagSearch\";}s:10:\"search_cat\";a:2:{s:5:\"title\";s:26:\"gt3_flagSearch+by+Category\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"login\";a:1:{s:5:\"title\";s:13:\"gt3_flagLogin\";}s:4:\"cart\";a:1:{s:5:\"title\";s:12:\"gt3_flagCart\";}s:14:\"burger_sidebar\";a:2:{s:5:\"title\";s:22:\"gt3_flagBurger+Sidebar\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text1\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+1\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text2\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+2\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text3\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+3\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text4\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+4\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text5\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+5\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text6\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+6\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter1\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter2\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter3\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter4\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter5\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter6\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:12:\"empty_space1\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:12:\"empty_space2\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:12:\"empty_space3\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:12:\"empty_space4\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:12:\"empty_space5\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}}}s:16:\"top_left__tablet\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:8:\"Top Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:18:\"top_center__tablet\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:10:\"Top Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:17:\"top_right__tablet\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:9:\"Top Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:19:\"middle_left__tablet\";a:5:{s:6:\"layout\";s:21:\"one-thirds clear-item\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:11:\"Middle Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:21:\"middle_center__tablet\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:13:\"Middle Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:20:\"middle_right__tablet\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:12:\"Middle Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:19:\"bottom_left__tablet\";a:5:{s:6:\"layout\";s:21:\"one-thirds clear-item\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:11:\"Bottom Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:21:\"bottom_center__tablet\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:13:\"Bottom Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:20:\"bottom_right__tablet\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:5:\"title\";s:12:\"Bottom Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:16:\"all_item__mobile\";a:4:{s:6:\"layout\";s:3:\"all\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:8:\"All Item\";s:7:\"content\";a:18:{s:7:\"placebo\";s:7:\"placebo\";s:10:\"search_cat\";a:2:{s:5:\"title\";s:26:\"gt3_flagSearch+by+Category\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text2\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+2\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"login\";a:1:{s:5:\"title\";s:13:\"gt3_flagLogin\";}s:4:\"cart\";a:1:{s:5:\"title\";s:12:\"gt3_flagCart\";}s:12:\"empty_space3\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:14:\"burger_sidebar\";a:2:{s:5:\"title\";s:22:\"gt3_flagBurger+Sidebar\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text3\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+3\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text5\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+5\";s:12:\"has_settings\";s:1:\"1\";}s:5:\"text6\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+6\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter2\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter3\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter4\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter5\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter6\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:12:\"empty_space2\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:12:\"empty_space4\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}s:12:\"empty_space5\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}}}s:16:\"top_left__mobile\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:8:\"Top Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"text1\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+1\";s:12:\"has_settings\";s:1:\"1\";}s:12:\"empty_space1\";a:1:{s:5:\"title\";s:26:\"gt3_flag%E2%86%90%E2%86%92\";}}}s:18:\"top_center__mobile\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:10:\"Top Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:17:\"top_right__mobile\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:9:\"Top Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:5:\"text4\";a:2:{s:5:\"title\";s:21:\"gt3_flagText%2FHTML+4\";s:12:\"has_settings\";s:1:\"1\";}}}s:19:\"middle_left__mobile\";a:5:{s:6:\"layout\";s:21:\"one-thirds clear-item\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:11:\"Middle Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"logo\";a:2:{s:5:\"title\";s:12:\"gt3_flagLogo\";s:12:\"has_settings\";s:1:\"1\";}}}s:21:\"middle_center__mobile\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:13:\"Middle Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:20:\"middle_right__mobile\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:12:\"Middle Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:4:\"menu\";a:2:{s:5:\"title\";s:12:\"gt3_flagMenu\";s:12:\"has_settings\";s:1:\"1\";}s:10:\"delimiter1\";a:2:{s:5:\"title\";s:11:\"gt3_flag%7C\";s:12:\"has_settings\";s:1:\"1\";}s:6:\"search\";a:1:{s:5:\"title\";s:14:\"gt3_flagSearch\";}}}s:19:\"bottom_left__mobile\";a:5:{s:6:\"layout\";s:21:\"one-thirds clear-item\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:11:\"Bottom Left\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:21:\"bottom_center__mobile\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:13:\"Bottom Center\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:20:\"bottom_right__mobile\";a:5:{s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:5:\"title\";s:12:\"Bottom Right\";s:12:\"has_settings\";s:1:\"1\";s:7:\"content\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}}s:26:\"gt3_header_builder_presets\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Default\";s:6:\"preset\";s:16431:\"{\"gt3_header_builder_id\":{\"all_item\":{\"layout\":\"all\",\"title\":\"All Item\",\"content\":{\"placebo\":\"placebo\",\"search_cat\":{\"title\":\"gt3_flagSearch+by+Category\",\"has_settings\":\"1\"},\"login\":{\"title\":\"gt3_flagLogin\"},\"cart\":{\"title\":\"gt3_flagCart\"},\"burger_sidebar\":{\"title\":\"gt3_flagBurger+Sidebar\",\"has_settings\":\"1\"},\"text5\":{\"title\":\"gt3_flagText%2FHTML+5\",\"has_settings\":\"1\"},\"text6\":{\"title\":\"gt3_flagText%2FHTML+6\",\"has_settings\":\"1\"},\"delimiter2\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter3\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter4\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter5\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter6\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"empty_space3\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"empty_space4\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"empty_space5\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"}}},\"top_left\":{\"layout\":\"one-thirds\",\"title\":\"Top Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\",\"text1\":{\"title\":\"gt3_flagText%2FHTML+1\",\"has_settings\":\"1\"},\"empty_space1\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"text2\":{\"title\":\"gt3_flagText%2FHTML+2\",\"has_settings\":\"1\"},\"empty_space2\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"text3\":{\"title\":\"gt3_flagText%2FHTML+3\",\"has_settings\":\"1\"}}},\"top_center\":{\"layout\":\"one-thirds\",\"title\":\"Top Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"top_right\":{\"layout\":\"one-thirds\",\"title\":\"Top Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\",\"text4\":{\"title\":\"gt3_flagText%2FHTML+4\",\"has_settings\":\"1\"}}},\"middle_left\":{\"layout\":\"one-thirds clear-item\",\"title\":\"Middle Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\",\"logo\":{\"title\":\"gt3_flagLogo\",\"has_settings\":\"1\"}}},\"middle_center\":{\"layout\":\"one-thirds\",\"title\":\"Middle Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"middle_right\":{\"layout\":\"one-thirds\",\"title\":\"Middle Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\",\"menu\":{\"title\":\"gt3_flagMenu\",\"has_settings\":\"1\"},\"delimiter1\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"search\":{\"title\":\"gt3_flagSearch\"}}},\"bottom_left\":{\"layout\":\"one-thirds clear-item\",\"title\":\"Bottom Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"bottom_center\":{\"layout\":\"one-thirds\",\"title\":\"Bottom Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"bottom_right\":{\"layout\":\"one-thirds\",\"title\":\"Bottom Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"all_item__tablet\":{\"layout\":\"all\",\"extra_class\":\"tablet\",\"title\":\"All Item\",\"content\":{\"placebo\":\"placebo\",\"logo\":{\"title\":\"gt3_flagLogo\",\"has_settings\":\"1\"},\"menu\":{\"title\":\"gt3_flagMenu\",\"has_settings\":\"1\"},\"search\":{\"title\":\"gt3_flagSearch\"},\"search_cat\":{\"title\":\"gt3_flagSearch+by+Category\",\"has_settings\":\"1\"},\"login\":{\"title\":\"gt3_flagLogin\"},\"cart\":{\"title\":\"gt3_flagCart\"},\"burger_sidebar\":{\"title\":\"gt3_flagBurger+Sidebar\",\"has_settings\":\"1\"},\"text1\":{\"title\":\"gt3_flagText%2FHTML+1\",\"has_settings\":\"1\"},\"text2\":{\"title\":\"gt3_flagText%2FHTML+2\",\"has_settings\":\"1\"},\"text3\":{\"title\":\"gt3_flagText%2FHTML+3\",\"has_settings\":\"1\"},\"text4\":{\"title\":\"gt3_flagText%2FHTML+4\",\"has_settings\":\"1\"},\"text5\":{\"title\":\"gt3_flagText%2FHTML+5\",\"has_settings\":\"1\"},\"text6\":{\"title\":\"gt3_flagText%2FHTML+6\",\"has_settings\":\"1\"},\"delimiter1\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter2\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter3\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter4\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter5\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter6\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"empty_space1\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"empty_space2\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"empty_space3\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"empty_space4\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"empty_space5\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"}}},\"top_left__tablet\":{\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"title\":\"Top Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"top_center__tablet\":{\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"title\":\"Top Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"top_right__tablet\":{\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"title\":\"Top Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"middle_left__tablet\":{\"layout\":\"one-thirds clear-item\",\"extra_class\":\"tablet\",\"title\":\"Middle Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"middle_center__tablet\":{\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"title\":\"Middle Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"middle_right__tablet\":{\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"title\":\"Middle Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"bottom_left__tablet\":{\"layout\":\"one-thirds clear-item\",\"extra_class\":\"tablet\",\"title\":\"Bottom Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"bottom_center__tablet\":{\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"title\":\"Bottom Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"bottom_right__tablet\":{\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"title\":\"Bottom Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"all_item__mobile\":{\"layout\":\"all\",\"extra_class\":\"mobile\",\"title\":\"All Item\",\"content\":{\"placebo\":\"placebo\",\"search_cat\":{\"title\":\"gt3_flagSearch+by+Category\",\"has_settings\":\"1\"},\"text2\":{\"title\":\"gt3_flagText%2FHTML+2\",\"has_settings\":\"1\"},\"login\":{\"title\":\"gt3_flagLogin\"},\"cart\":{\"title\":\"gt3_flagCart\"},\"empty_space3\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"burger_sidebar\":{\"title\":\"gt3_flagBurger+Sidebar\",\"has_settings\":\"1\"},\"text3\":{\"title\":\"gt3_flagText%2FHTML+3\",\"has_settings\":\"1\"},\"text5\":{\"title\":\"gt3_flagText%2FHTML+5\",\"has_settings\":\"1\"},\"text6\":{\"title\":\"gt3_flagText%2FHTML+6\",\"has_settings\":\"1\"},\"delimiter2\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter3\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter4\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter5\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"delimiter6\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"empty_space2\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"empty_space4\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"},\"empty_space5\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"}}},\"top_left__mobile\":{\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"title\":\"Top Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\",\"text1\":{\"title\":\"gt3_flagText%2FHTML+1\",\"has_settings\":\"1\"},\"empty_space1\":{\"title\":\"gt3_flag%E2%86%90%E2%86%92\"}}},\"top_center__mobile\":{\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"title\":\"Top Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"top_right__mobile\":{\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"title\":\"Top Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\",\"text4\":{\"title\":\"gt3_flagText%2FHTML+4\",\"has_settings\":\"1\"}}},\"middle_left__mobile\":{\"layout\":\"one-thirds clear-item\",\"extra_class\":\"mobile\",\"title\":\"Middle Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\",\"logo\":{\"title\":\"gt3_flagLogo\",\"has_settings\":\"1\"}}},\"middle_center__mobile\":{\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"title\":\"Middle Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"middle_right__mobile\":{\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"title\":\"Middle Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\",\"menu\":{\"title\":\"gt3_flagMenu\",\"has_settings\":\"1\"},\"delimiter1\":{\"title\":\"gt3_flag%7C\",\"has_settings\":\"1\"},\"search\":{\"title\":\"gt3_flagSearch\"}}},\"bottom_left__mobile\":{\"layout\":\"one-thirds clear-item\",\"extra_class\":\"mobile\",\"title\":\"Bottom Left\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"bottom_center__mobile\":{\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"title\":\"Bottom Center\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}},\"bottom_right__mobile\":{\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"title\":\"Bottom Right\",\"has_settings\":\"1\",\"content\":{\"placebo\":\"placebo\"}}},\"header_full_width\":\"0\",\"header_sticky\":\"\",\"tablet_header_sticky\":\"\",\"mobile_header_sticky\":\"\",\"header_on_bg\":\"0\",\"tablet_header_on_bg\":\"0\",\"mobile_header_on_bg\":\"\",\"header_sticky_appearance_style\":\"classic\",\"header_sticky_appearance_from_top\":\"auto\",\"header_sticky_appearance_number\":{\"height\":\"300\"},\"header_sticky_shadow\":\"1\",\"top_left-align\":\"left\",\"top_center-align\":\"center\",\"top_right-align\":\"right\",\"middle_left-align\":\"left\",\"middle_center-align\":\"center\",\"middle_right-align\":\"right\",\"bottom_left-align\":\"left\",\"bottom_center-align\":\"center\",\"bottom_right-align\":\"right\",\"header_logo\":{\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/logo.png\",\"id\":\"76\",\"height\":\"117\",\"width\":\"510\",\"thumbnail\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/logo-150x117.png\",\"title\":\"\",\"caption\":\"\",\"alt\":\"\",\"description\":\"\"},\"logo_tablet\":{\"url\":\"\",\"id\":\"\",\"height\":\"\",\"width\":\"\",\"thumbnail\":\"\",\"title\":\"\",\"caption\":\"\",\"alt\":\"\",\"description\":\"\"},\"logo_teblet_width\":{\"width\":\"\"},\"logo_mobile_width\":{\"width\":\"190\"},\"logo_height_custom\":\"1\",\"logo_height\":{\"height\":\"80\"},\"logo_max_height\":\"\",\"sticky_logo_height\":{\"height\":\"\"},\"logo_sticky\":{\"url\":\"\",\"id\":\"\",\"height\":\"\",\"width\":\"\",\"thumbnail\":\"\",\"title\":\"\",\"caption\":\"\",\"alt\":\"\",\"description\":\"\"},\"logo_mobile\":{\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2023\\/03\\/logo-removebg-preview.png\",\"id\":\"1645\",\"height\":\"100\",\"width\":\"227\",\"thumbnail\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2023\\/03\\/logo-removebg-preview-150x100.png\",\"title\":\"logo-removebg-preview\",\"caption\":\"\",\"alt\":\"\",\"description\":\"\"},\"logo_height_mobile\":null,\"menu_select\":\"main-menu\",\"menu_ative_top_line\":null,\"sub_menu_background\":{\"color\":\"#ffffff\",\"alpha\":\"1\",\"rgba\":\"rgba(255,255,255,1)\"},\"sub_menu_background_hover\":null,\"sub_menu_color\":\"#858585\",\"sub_menu_color_hover\":\"#b2b74a\",\"burger_sidebar_select\":\"\",\"menu_ative_top_color\":null,\"side_top_sticky\":\"1\",\"side_top_background_sticky\":{\"color\":\"#030915\",\"alpha\":\"0.7\",\"rgba\":\"rgba(3, 9, 21, 0.7)\"},\"side_top_color_sticky\":\"#343434\",\"side_top_color_hover_sticky\":\"#0363d1\",\"side_top_height_sticky\":{\"height\":\"60\"},\"side_top_mobile\":null,\"side_middle_sticky\":\"1\",\"side_middle_background_sticky\":{\"color\":\"#030915\",\"alpha\":\"0.7\",\"rgba\":\"rgba(3, 9, 21, 0.7)\"},\"side_middle_color_sticky\":\"#343434\",\"side_middle_color_hover_sticky\":\"#0363d1\",\"side_middle_height_sticky\":{\"height\":\"60\"},\"side_middle_mobile\":null,\"side_bottom_sticky\":\"1\",\"side_bottom_background_sticky\":{\"color\":\"#030915\",\"alpha\":\"0.7\",\"rgba\":\"rgba(3, 9, 21, 0.7)\"},\"side_bottom_color_sticky\":\"#343434\",\"side_bottom_color_hover_sticky\":\"#0363d1\",\"side_bottom_height_sticky\":{\"height\":\"60\"},\"side_bottom_mobile\":null,\"text1_editor\":\"<p><img style=\\\"width: 13px; margin-right: 10px;\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon-1.png\\\" alt=\\\"Phone\\\" \\/>(+84) 968 86 03 86<\\/p>\",\"text2_editor\":\"<p><img style=\\\"width: 13px; margin-right: 10px;\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon-2.png\\\" alt=\\\"E-Mail\\\" \\/>dabia706@gmail.com<\\/p>\",\"text3_editor\":\"<p>Th\\u1ee9 2- Th\\u1ee9 7: 8:00 - 18:00<\\/p>\",\"text4_editor\":\"<p><a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#ffffff\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 14px; color: inherit; margin-right: 12px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-facebook\\\">\\u00a0<\\/i><\\/a><a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#ffffff\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 14px; color: inherit;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-youtube-play\\\">\\u00a0<\\/i><\\/a><\\/p>\",\"text5_editor\":\"\",\"text6_editor\":\"\",\"delimiter1_height\":{\"height\":\"1em\",\"units\":\"em\"},\"delimiter2_height\":{\"height\":\"1em\",\"units\":\"em\"},\"delimiter3_height\":{\"height\":\"1em\",\"units\":\"em\"},\"delimiter4_height\":{\"height\":\"1em\",\"units\":\"em\"},\"delimiter5_height\":{\"height\":\"1em\",\"units\":\"em\"},\"delimiter6_height\":{\"height\":\"1em\",\"units\":\"em\"},\"delimiter1_margin\":null,\"delimiter2_margin\":null,\"delimiter3_margin\":null,\"delimiter4_margin\":null,\"delimiter5_margin\":null,\"delimiter6_margin\":null,\"search_type\":null,\"search_type_color\":null,\"search_type_bg_color\":null,\"side_top_custom\":null,\"side_top_background\":{\"color\":\"#5d5650\",\"alpha\":\"1\",\"rgba\":\"rgba(93,86,80,1)\"},\"side_top_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_top_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_top_color\":\"#ffffff\",\"side_top_color_hover\":\"#b2b74a\",\"side_top_height\":{\"height\":\"34\"},\"side_top_border\":\"1\",\"side_top_border_color\":{\"color\":\"#f4f4f4\",\"alpha\":\"0.15\",\"rgba\":\"rgba(244,244,244,0.15)\"},\"side_top_border_radius\":\"\",\"side_middle_custom\":null,\"side_middle_background\":{\"color\":\"#ffffff\",\"alpha\":\"1\",\"rgba\":\"rgba(255,255,255,1)\"},\"side_middle_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_middle_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_middle_color\":\"#858585\",\"side_middle_color_hover\":\"#b2b74a\",\"side_middle_height\":{\"height\":\"90\"},\"side_middle_border\":\"\",\"side_middle_border_color\":{\"color\":\"#F3F4F4\",\"alpha\":\"1\",\"rgba\":\"rgba(243,244,244,1)\"},\"side_middle_border_radius\":\"\",\"side_bottom_custom\":null,\"side_bottom_background\":{\"color\":\"#ffffff\",\"alpha\":\"1\",\"rgba\":\"rgba(255,255,255,1)\"},\"side_bottom_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_bottom_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_bottom_color\":\"#343434\",\"side_bottom_color_hover\":\"#0363d1\",\"side_bottom_height\":{\"height\":\"86\"},\"side_bottom_border\":\"\",\"side_bottom_border_color\":{\"color\":\"#F3F4F4\",\"alpha\":\"1\",\"rgba\":\"rgba(243,244,244,1)\"},\"side_bottom_border_radius\":\"\",\"side_top__tablet_custom\":\"\",\"side_top__tablet_background\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_top__tablet_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_top__tablet_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_top__tablet_color\":\"\",\"side_top__tablet_color_hover\":\"\",\"side_top__tablet_height\":{\"height\":\"\"},\"side_top__tablet_border\":\"\",\"side_top__tablet_border_color\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_top__tablet_border_radius\":\"\",\"side_middle__tablet_custom\":\"\",\"side_middle__tablet_background\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_middle__tablet_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_middle__tablet_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_middle__tablet_color\":\"\",\"side_middle__tablet_color_hover\":\"\",\"side_middle__tablet_height\":{\"height\":\"\"},\"side_middle__tablet_border\":\"\",\"side_middle__tablet_border_color\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_middle__tablet_border_radius\":\"\",\"side_bottom__tablet_custom\":\"\",\"side_bottom__tablet_background\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_bottom__tablet_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_bottom__tablet_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_bottom__tablet_color\":\"\",\"side_bottom__tablet_color_hover\":\"\",\"side_bottom__tablet_height\":{\"height\":\"\"},\"side_bottom__tablet_border\":\"\",\"side_bottom__tablet_border_color\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_bottom__tablet_border_radius\":\"\",\"side_top__mobile_custom\":\"\",\"side_top__mobile_background\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_top__mobile_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_top__mobile_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_top__mobile_color\":\"\",\"side_top__mobile_color_hover\":\"\",\"side_top__mobile_height\":{\"height\":\"\"},\"side_top__mobile_border\":\"\",\"side_top__mobile_border_color\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_top__mobile_border_radius\":\"\",\"side_middle__mobile_custom\":\"\",\"side_middle__mobile_background\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_middle__mobile_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_middle__mobile_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_middle__mobile_color\":\"\",\"side_middle__mobile_color_hover\":\"\",\"side_middle__mobile_height\":{\"height\":\"\"},\"side_middle__mobile_border\":\"\",\"side_middle__mobile_border_color\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_middle__mobile_border_radius\":\"\",\"side_bottom__mobile_custom\":\"\",\"side_bottom__mobile_background\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_bottom__mobile_background2\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_bottom__mobile_spacing\":{\"padding-right\":\"\",\"padding-left\":\"\"},\"side_bottom__mobile_color\":\"\",\"side_bottom__mobile_color_hover\":\"\",\"side_bottom__mobile_height\":{\"height\":\"\"},\"side_bottom__mobile_border\":\"\",\"side_bottom__mobile_border_color\":{\"color\":\"\",\"alpha\":\"1\",\"rgba\":\"\"},\"side_bottom__mobile_border_radius\":\"\",\"redux-backup\":1}\";}s:10:\"def_preset\";s:7066:\"{\"gt3_header_builder_id\":{\"gt3_header_builder_id\":{\"all_item\":{\"title\":\"All Item\",\"layout\":\"all\",\"content\":{\"search\":{\"title\":\"Search\",\"has_settings\":false},\"login\":{\"title\":\"Login\",\"has_settings\":false},\"cart\":{\"title\":\"Cart\",\"has_settings\":false},\"burger_sidebar\":{\"title\":\"Burger Sidebar\",\"has_settings\":true},\"text1\":{\"title\":\"Text\\/HTML 1\",\"has_settings\":true},\"text2\":{\"title\":\"Text\\/HTML 2\",\"has_settings\":true},\"text3\":{\"title\":\"Text\\/HTML 3\",\"has_settings\":true},\"text4\":{\"title\":\"Text\\/HTML 4\",\"has_settings\":true},\"text5\":{\"title\":\"Text\\/HTML 5\",\"has_settings\":true},\"text6\":{\"title\":\"Text\\/HTML 6\",\"has_settings\":true},\"delimiter1\":{\"title\":\"|\",\"has_settings\":true},\"delimiter2\":{\"title\":\"|\",\"has_settings\":true},\"delimiter3\":{\"title\":\"|\",\"has_settings\":true},\"delimiter4\":{\"title\":\"|\",\"has_settings\":true},\"delimiter5\":{\"title\":\"|\",\"has_settings\":true},\"delimiter6\":{\"title\":\"|\",\"has_settings\":true},\"empty_space1\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space2\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space3\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space4\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space5\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false}}},\"top_left\":{\"title\":\"Top Left\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"top_center\":{\"title\":\"Top Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"top_right\":{\"title\":\"Top Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"middle_left\":{\"title\":\"Middle Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"content\":{\"logo\":{\"title\":\"Logo\",\"has_settings\":true}}},\"middle_center\":{\"title\":\"Middle Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"middle_right\":{\"title\":\"Middle Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":{\"menu\":{\"title\":\"Menu\",\"has_settings\":true}}},\"bottom_left\":{\"title\":\"Bottom Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"content\":[]},\"bottom_center\":{\"title\":\"Bottom Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"bottom_right\":{\"title\":\"Bottom Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"all_item__tablet\":{\"title\":\"All Item\",\"layout\":\"all\",\"extra_class\":\"tablet\",\"content\":{\"logo\":{\"title\":\"Logo\",\"has_settings\":true},\"menu\":{\"title\":\"Menu\",\"has_settings\":true},\"search\":{\"title\":\"Search\",\"has_settings\":false},\"login\":{\"title\":\"Login\",\"has_settings\":false},\"cart\":{\"title\":\"Cart\",\"has_settings\":false},\"burger_sidebar\":{\"title\":\"Burger Sidebar\",\"has_settings\":true},\"text1\":{\"title\":\"Text\\/HTML 1\",\"has_settings\":true},\"text2\":{\"title\":\"Text\\/HTML 2\",\"has_settings\":true},\"text3\":{\"title\":\"Text\\/HTML 3\",\"has_settings\":true},\"text4\":{\"title\":\"Text\\/HTML 4\",\"has_settings\":true},\"text5\":{\"title\":\"Text\\/HTML 5\",\"has_settings\":true},\"text6\":{\"title\":\"Text\\/HTML 6\",\"has_settings\":true},\"delimiter1\":{\"title\":\"|\",\"has_settings\":true},\"delimiter2\":{\"title\":\"|\",\"has_settings\":true},\"delimiter3\":{\"title\":\"|\",\"has_settings\":true},\"delimiter4\":{\"title\":\"|\",\"has_settings\":true},\"delimiter5\":{\"title\":\"|\",\"has_settings\":true},\"delimiter6\":{\"title\":\"|\",\"has_settings\":true},\"empty_space1\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space2\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space3\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space4\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space5\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false}}},\"top_left__tablet\":{\"title\":\"Top Left\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"top_center__tablet\":{\"title\":\"Top Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"top_right__tablet\":{\"title\":\"Top Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"middle_left__tablet\":{\"title\":\"Middle Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"extra_class\":\"tablet\",\"content\":[]},\"middle_center__tablet\":{\"title\":\"Middle Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"middle_right__tablet\":{\"title\":\"Middle Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"bottom_left__tablet\":{\"title\":\"Bottom Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"extra_class\":\"tablet\",\"content\":[]},\"bottom_center__tablet\":{\"title\":\"Bottom Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"bottom_right__tablet\":{\"title\":\"Bottom Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"all_item__mobile\":{\"title\":\"All Item\",\"layout\":\"all\",\"extra_class\":\"mobile\",\"content\":{\"logo\":{\"title\":\"Logo\",\"has_settings\":true},\"menu\":{\"title\":\"Menu\",\"has_settings\":true},\"search\":{\"title\":\"Search\",\"has_settings\":false},\"login\":{\"title\":\"Login\",\"has_settings\":false},\"cart\":{\"title\":\"Cart\",\"has_settings\":false},\"burger_sidebar\":{\"title\":\"Burger Sidebar\",\"has_settings\":true},\"text1\":{\"title\":\"Text\\/HTML 1\",\"has_settings\":true},\"text2\":{\"title\":\"Text\\/HTML 2\",\"has_settings\":true},\"text3\":{\"title\":\"Text\\/HTML 3\",\"has_settings\":true},\"text4\":{\"title\":\"Text\\/HTML 4\",\"has_settings\":true},\"text5\":{\"title\":\"Text\\/HTML 5\",\"has_settings\":true},\"text6\":{\"title\":\"Text\\/HTML 6\",\"has_settings\":true},\"delimiter1\":{\"title\":\"|\",\"has_settings\":true},\"delimiter2\":{\"title\":\"|\",\"has_settings\":true},\"delimiter3\":{\"title\":\"|\",\"has_settings\":true},\"delimiter4\":{\"title\":\"|\",\"has_settings\":true},\"delimiter5\":{\"title\":\"|\",\"has_settings\":true},\"delimiter6\":{\"title\":\"|\",\"has_settings\":true},\"empty_space1\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space2\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space3\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space4\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space5\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false}}},\"top_left__mobile\":{\"title\":\"Top Left\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"top_center__mobile\":{\"title\":\"Top Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"top_right__mobile\":{\"title\":\"Top Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"middle_left__mobile\":{\"title\":\"Middle Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"extra_class\":\"mobile\",\"content\":[]},\"middle_center__mobile\":{\"title\":\"Middle Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"middle_right__mobile\":{\"title\":\"Middle Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"bottom_left__mobile\":{\"title\":\"Bottom Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"extra_class\":\"mobile\",\"content\":[]},\"bottom_center__mobile\":{\"title\":\"Bottom Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"bottom_right__mobile\":{\"title\":\"Bottom Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]}}},\"redux-backup\":1}\";s:14:\"current_active\";s:1:\"0\";s:11:\"items_count\";s:1:\"0\";}s:11:\"header_logo\";a:9:{s:3:\"url\";s:50:\"http://iamv.vn/wp-content/uploads/2019/01/logo.png\";s:2:\"id\";s:2:\"76\";s:6:\"height\";s:3:\"117\";s:5:\"width\";s:3:\"510\";s:9:\"thumbnail\";s:58:\"http://iamv.vn/wp-content/uploads/2019/01/logo-150x117.png\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:18:\"logo_height_custom\";s:1:\"1\";s:11:\"logo_height\";a:1:{s:6:\"height\";s:2:\"80\";}s:15:\"logo_max_height\";s:0:\"\";s:18:\"sticky_logo_height\";a:1:{s:6:\"height\";s:0:\"\";}s:11:\"logo_sticky\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:11:\"logo_tablet\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:17:\"logo_teblet_width\";a:1:{s:5:\"width\";s:0:\"\";}s:11:\"logo_mobile\";a:9:{s:3:\"url\";s:67:\"http://iamv.vn/wp-content/uploads/2023/03/logo-removebg-preview.png\";s:2:\"id\";s:4:\"1645\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:3:\"227\";s:9:\"thumbnail\";s:75:\"http://iamv.vn/wp-content/uploads/2023/03/logo-removebg-preview-150x100.png\";s:5:\"title\";s:21:\"logo-removebg-preview\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:17:\"logo_mobile_width\";a:1:{s:5:\"width\";s:3:\"190\";}s:11:\"menu_select\";s:9:\"main-menu\";s:20:\"menu_active_top_line\";s:0:\"\";s:19:\"sub_menu_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:14:\"sub_menu_color\";s:7:\"#858585\";s:20:\"sub_menu_color_hover\";s:7:\"#b2b74a\";s:21:\"burger_sidebar_select\";s:0:\"\";s:14:\"top_left-align\";s:4:\"left\";s:16:\"top_center-align\";s:6:\"center\";s:15:\"top_right-align\";s:5:\"right\";s:17:\"middle_left-align\";s:4:\"left\";s:19:\"middle_center-align\";s:6:\"center\";s:18:\"middle_right-align\";s:5:\"right\";s:17:\"bottom_left-align\";s:4:\"left\";s:19:\"bottom_center-align\";s:6:\"center\";s:18:\"bottom_right-align\";s:5:\"right\";s:22:\"top_left__tablet-align\";s:4:\"left\";s:24:\"top_center__tablet-align\";s:6:\"center\";s:23:\"top_right__tablet-align\";s:5:\"right\";s:25:\"middle_left__tablet-align\";s:4:\"left\";s:27:\"middle_center__tablet-align\";s:6:\"center\";s:26:\"middle_right__tablet-align\";s:5:\"right\";s:25:\"bottom_left__tablet-align\";s:4:\"left\";s:27:\"bottom_center__tablet-align\";s:6:\"center\";s:26:\"bottom_right__tablet-align\";s:5:\"right\";s:22:\"top_left__mobile-align\";s:4:\"left\";s:24:\"top_center__mobile-align\";s:6:\"center\";s:23:\"top_right__mobile-align\";s:5:\"right\";s:25:\"middle_left__mobile-align\";s:4:\"left\";s:27:\"middle_center__mobile-align\";s:6:\"center\";s:26:\"middle_right__mobile-align\";s:5:\"right\";s:25:\"bottom_left__mobile-align\";s:4:\"left\";s:27:\"bottom_center__mobile-align\";s:6:\"center\";s:26:\"bottom_right__mobile-align\";s:5:\"right\";s:12:\"text1_editor\";s:175:\"<p><img style=\"width: 13px; margin-right: 10px;\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon-1.png\" alt=\"Phone\" />(+84) 968 86 03 86</p>\";s:12:\"text2_editor\";s:176:\"<p><img style=\"width: 13px; margin-right: 10px;\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon-2.png\" alt=\"E-Mail\" />dabia706@gmail.com</p>\";s:12:\"text3_editor\";s:37:\"<p>Thứ 2- Thứ 7: 8:00 - 18:00</p>\";s:12:\"text4_editor\";s:445:\"<p><a class=\"gt3_icon_link gt3_custom_color\" href=\"#\" target=\"_blank\" data-color=\"#ffffff\" data-hover-color=\"#b2b74a\" style=\"font-size: 14px; color: inherit; margin-right: 12px;\" rel=\"noopener\"><i class=\"fa fa-facebook\"> </i></a><a class=\"gt3_icon_link gt3_custom_color\" href=\"#\" target=\"_blank\" data-color=\"#ffffff\" data-hover-color=\"#b2b74a\" style=\"font-size: 14px; color: inherit;\" rel=\"noopener\"><i class=\"fa fa-youtube-play\"> </i></a></p>\";s:12:\"text5_editor\";s:0:\"\";s:12:\"text6_editor\";s:0:\"\";s:17:\"delimiter1_height\";a:2:{s:6:\"height\";s:3:\"1em\";s:5:\"units\";s:2:\"em\";}s:17:\"delimiter2_height\";a:2:{s:6:\"height\";s:3:\"1em\";s:5:\"units\";s:2:\"em\";}s:17:\"delimiter3_height\";a:2:{s:6:\"height\";s:3:\"1em\";s:5:\"units\";s:2:\"em\";}s:17:\"delimiter4_height\";a:2:{s:6:\"height\";s:3:\"1em\";s:5:\"units\";s:2:\"em\";}s:17:\"delimiter5_height\";a:2:{s:6:\"height\";s:3:\"1em\";s:5:\"units\";s:2:\"em\";}s:17:\"delimiter6_height\";a:2:{s:6:\"height\";s:3:\"1em\";s:5:\"units\";s:2:\"em\";}s:19:\"side_top_background\";a:3:{s:5:\"color\";s:7:\"#5d5650\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:16:\"rgba(93,86,80,1)\";}s:20:\"side_top_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:14:\"side_top_color\";s:7:\"#ffffff\";s:20:\"side_top_color_hover\";s:7:\"#b2b74a\";s:15:\"side_top_height\";a:1:{s:6:\"height\";s:2:\"34\";}s:16:\"side_top_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:15:\"side_top_border\";s:1:\"1\";s:21:\"side_top_border_color\";a:3:{s:5:\"color\";s:7:\"#f4f4f4\";s:5:\"alpha\";s:4:\"0.15\";s:4:\"rgba\";s:22:\"rgba(244,244,244,0.15)\";}s:22:\"side_top_border_radius\";s:0:\"\";s:15:\"side_top_sticky\";s:1:\"1\";s:26:\"side_top_background_sticky\";a:3:{s:5:\"color\";s:7:\"#030915\";s:5:\"alpha\";s:3:\"0.7\";s:4:\"rgba\";s:19:\"rgba(3, 9, 21, 0.7)\";}s:21:\"side_top_color_sticky\";s:7:\"#343434\";s:27:\"side_top_color_hover_sticky\";s:7:\"#0363d1\";s:22:\"side_top_height_sticky\";a:1:{s:6:\"height\";s:2:\"60\";}s:23:\"side_top_spacing_sticky\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:22:\"side_middle_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:23:\"side_middle_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:17:\"side_middle_color\";s:7:\"#858585\";s:23:\"side_middle_color_hover\";s:7:\"#b2b74a\";s:18:\"side_middle_height\";a:1:{s:6:\"height\";s:2:\"90\";}s:19:\"side_middle_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:18:\"side_middle_border\";s:0:\"\";s:24:\"side_middle_border_color\";a:3:{s:5:\"color\";s:7:\"#F3F4F4\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(243,244,244,1)\";}s:25:\"side_middle_border_radius\";s:0:\"\";s:18:\"side_middle_sticky\";s:1:\"1\";s:29:\"side_middle_background_sticky\";a:3:{s:5:\"color\";s:7:\"#030915\";s:5:\"alpha\";s:3:\"0.7\";s:4:\"rgba\";s:19:\"rgba(3, 9, 21, 0.7)\";}s:24:\"side_middle_color_sticky\";s:7:\"#343434\";s:30:\"side_middle_color_hover_sticky\";s:7:\"#0363d1\";s:25:\"side_middle_height_sticky\";a:1:{s:6:\"height\";s:2:\"60\";}s:26:\"side_middle_spacing_sticky\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:22:\"side_bottom_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:23:\"side_bottom_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:17:\"side_bottom_color\";s:7:\"#343434\";s:23:\"side_bottom_color_hover\";s:7:\"#0363d1\";s:18:\"side_bottom_height\";a:1:{s:6:\"height\";s:2:\"86\";}s:19:\"side_bottom_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:18:\"side_bottom_border\";s:0:\"\";s:24:\"side_bottom_border_color\";a:3:{s:5:\"color\";s:7:\"#F3F4F4\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(243,244,244,1)\";}s:25:\"side_bottom_border_radius\";s:0:\"\";s:18:\"side_bottom_sticky\";s:1:\"1\";s:29:\"side_bottom_background_sticky\";a:3:{s:5:\"color\";s:7:\"#030915\";s:5:\"alpha\";s:3:\"0.7\";s:4:\"rgba\";s:19:\"rgba(3, 9, 21, 0.7)\";}s:24:\"side_bottom_color_sticky\";s:7:\"#343434\";s:30:\"side_bottom_color_hover_sticky\";s:7:\"#0363d1\";s:25:\"side_bottom_height_sticky\";a:1:{s:6:\"height\";s:2:\"60\";}s:26:\"side_bottom_spacing_sticky\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:23:\"side_top__tablet_custom\";s:0:\"\";s:27:\"side_top__tablet_background\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:28:\"side_top__tablet_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:22:\"side_top__tablet_color\";s:0:\"\";s:28:\"side_top__tablet_color_hover\";s:0:\"\";s:23:\"side_top__tablet_height\";a:1:{s:6:\"height\";s:0:\"\";}s:24:\"side_top__tablet_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:23:\"side_top__tablet_border\";s:0:\"\";s:29:\"side_top__tablet_border_color\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:30:\"side_top__tablet_border_radius\";s:0:\"\";s:23:\"side_top__tablet_sticky\";s:1:\"1\";s:26:\"side_middle__tablet_custom\";s:0:\"\";s:30:\"side_middle__tablet_background\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:31:\"side_middle__tablet_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:25:\"side_middle__tablet_color\";s:0:\"\";s:31:\"side_middle__tablet_color_hover\";s:0:\"\";s:26:\"side_middle__tablet_height\";a:1:{s:6:\"height\";s:0:\"\";}s:27:\"side_middle__tablet_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:26:\"side_middle__tablet_border\";s:0:\"\";s:32:\"side_middle__tablet_border_color\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:33:\"side_middle__tablet_border_radius\";s:0:\"\";s:26:\"side_middle__tablet_sticky\";s:1:\"1\";s:26:\"side_bottom__tablet_custom\";s:0:\"\";s:30:\"side_bottom__tablet_background\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:31:\"side_bottom__tablet_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:25:\"side_bottom__tablet_color\";s:0:\"\";s:31:\"side_bottom__tablet_color_hover\";s:0:\"\";s:26:\"side_bottom__tablet_height\";a:1:{s:6:\"height\";s:0:\"\";}s:27:\"side_bottom__tablet_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:26:\"side_bottom__tablet_border\";s:0:\"\";s:32:\"side_bottom__tablet_border_color\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:33:\"side_bottom__tablet_border_radius\";s:0:\"\";s:26:\"side_bottom__tablet_sticky\";s:1:\"1\";s:23:\"side_top__mobile_custom\";s:0:\"\";s:27:\"side_top__mobile_background\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:28:\"side_top__mobile_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:22:\"side_top__mobile_color\";s:0:\"\";s:28:\"side_top__mobile_color_hover\";s:0:\"\";s:23:\"side_top__mobile_height\";a:1:{s:6:\"height\";s:0:\"\";}s:24:\"side_top__mobile_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:23:\"side_top__mobile_border\";s:0:\"\";s:29:\"side_top__mobile_border_color\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:30:\"side_top__mobile_border_radius\";s:0:\"\";s:23:\"side_top__mobile_sticky\";s:1:\"1\";s:26:\"side_middle__mobile_custom\";s:0:\"\";s:30:\"side_middle__mobile_background\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:31:\"side_middle__mobile_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:25:\"side_middle__mobile_color\";s:0:\"\";s:31:\"side_middle__mobile_color_hover\";s:0:\"\";s:26:\"side_middle__mobile_height\";a:1:{s:6:\"height\";s:0:\"\";}s:27:\"side_middle__mobile_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:26:\"side_middle__mobile_border\";s:0:\"\";s:32:\"side_middle__mobile_border_color\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:33:\"side_middle__mobile_border_radius\";s:0:\"\";s:26:\"side_middle__mobile_sticky\";s:1:\"1\";s:26:\"side_bottom__mobile_custom\";s:0:\"\";s:30:\"side_bottom__mobile_background\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:31:\"side_bottom__mobile_background2\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:25:\"side_bottom__mobile_color\";s:0:\"\";s:31:\"side_bottom__mobile_color_hover\";s:0:\"\";s:26:\"side_bottom__mobile_height\";a:1:{s:6:\"height\";s:0:\"\";}s:27:\"side_bottom__mobile_spacing\";a:2:{s:13:\"padding-right\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";}s:26:\"side_bottom__mobile_border\";s:0:\"\";s:32:\"side_bottom__mobile_border_color\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:33:\"side_bottom__mobile_border_radius\";s:0:\"\";s:26:\"side_bottom__mobile_sticky\";s:1:\"1\";s:17:\"header_full_width\";s:1:\"0\";s:12:\"header_on_bg\";s:1:\"0\";s:13:\"header_sticky\";s:0:\"\";s:30:\"header_sticky_appearance_style\";s:7:\"classic\";s:33:\"header_sticky_appearance_from_top\";s:4:\"auto\";s:31:\"header_sticky_appearance_number\";a:1:{s:6:\"height\";s:3:\"300\";}s:20:\"header_sticky_shadow\";s:1:\"1\";s:19:\"tablet_header_on_bg\";s:1:\"0\";s:20:\"tablet_header_sticky\";s:0:\"\";s:19:\"mobile_header_on_bg\";s:0:\"\";s:20:\"mobile_header_sticky\";s:0:\"\";s:22:\"page_title_conditional\";s:1:\"1\";s:22:\"blog_title_conditional\";s:1:\"1\";s:20:\"blog_title_prev_next\";s:0:\"\";s:22:\"team_title_conditional\";s:0:\"\";s:27:\"portfolio_title_conditional\";s:0:\"\";s:25:\"portfolio_title_prev_next\";s:0:\"\";s:25:\"project_title_conditional\";s:1:\"1\";s:23:\"project_title_prev_next\";s:0:\"\";s:34:\"page_title_breadcrumbs_conditional\";s:0:\"\";s:21:\"page_title_vert_align\";s:6:\"middle\";s:22:\"page_title_horiz_align\";s:4:\"left\";s:21:\"page_title_font_color\";s:7:\"#ffffff\";s:19:\"page_title_bg_color\";s:7:\"#ffffff\";s:19:\"page_title_bg_image\";a:6:{s:17:\"background-repeat\";s:9:\"no-repeat\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-image\";s:53:\"http://iamv.vn/wp-content/uploads/2019/01/image-1.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"219\";s:6:\"height\";s:3:\"392\";s:5:\"width\";s:4:\"1920\";s:9:\"thumbnail\";s:61:\"http://iamv.vn/wp-content/uploads/2019/01/image-1-150x150.jpg\";}}s:17:\"page_title_height\";a:1:{s:6:\"height\";s:3:\"345\";}s:21:\"page_title_top_border\";s:1:\"0\";s:27:\"page_title_top_border_color\";a:3:{s:5:\"color\";s:7:\"#f3f4f4\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(243,244,244,1)\";}s:24:\"page_title_bottom_border\";s:1:\"0\";s:30:\"page_title_bottom_border_color\";a:3:{s:5:\"color\";s:7:\"#eff0ed\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(239,240,237,1)\";}s:24:\"page_title_bottom_margin\";a:1:{s:13:\"margin-bottom\";s:2:\"90\";}s:19:\"page_title_svg_line\";s:13:\"svg_line_both\";s:29:\"page_title_svg_line_top_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:32:\"page_title_svg_line_bottom_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:17:\"footer_full_width\";s:14:\"stretch_footer\";s:15:\"footer_bg_color\";s:7:\"#262b2b\";s:17:\"footer_text_color\";s:7:\"#d1d1d1\";s:20:\"footer_heading_color\";s:7:\"#ffffff\";s:15:\"footer_bg_image\";a:6:{s:17:\"background-repeat\";s:6:\"repeat\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:13:\"footer_switch\";s:1:\"1\";s:13:\"footer_column\";s:3:\"4.5\";s:14:\"footer_column2\";s:3:\"6-6\";s:14:\"footer_column3\";s:5:\"4-4-4\";s:14:\"footer_column5\";s:9:\"2-3-2-2-3\";s:12:\"footer_align\";s:4:\"left\";s:14:\"footer_spacing\";a:4:{s:11:\"padding-top\";s:2:\"77\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:2:\"66\";s:12:\"padding-left\";s:1:\"0\";}s:16:\"copyright_switch\";s:1:\"1\";s:16:\"copyright_editor\";s:143:\"<div class=\"row\">\r\n<div class=\"span6\">© 2023, IAMV. All rights reserved.</div>\r\n<div class=\"span6 a-right mobile_text_center\"> </div>\r\n</div>\";s:15:\"copyright_align\";s:4:\"left\";s:17:\"copyright_spacing\";a:4:{s:11:\"padding-top\";s:1:\"8\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"8\";s:12:\"padding-left\";s:1:\"0\";}s:18:\"copyright_bg_color\";s:11:\"transparent\";s:20:\"copyright_text_color\";s:7:\"#d1d1d1\";s:20:\"copyright_top_border\";s:1:\"1\";s:26:\"copyright_top_border_color\";a:3:{s:5:\"color\";s:7:\"#858585\";s:5:\"alpha\";s:3:\"0.2\";s:4:\"rgba\";s:21:\"rgba(133,133,133,0.2)\";}s:17:\"pre_footer_switch\";s:0:\"\";s:17:\"pre_footer_editor\";s:0:\"\";s:16:\"pre_footer_align\";s:4:\"left\";s:18:\"pre_footer_spacing\";a:4:{s:11:\"padding-top\";s:2:\"20\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:1:\"0\";}s:24:\"pre_footer_bottom_border\";s:1:\"1\";s:30:\"pre_footer_bottom_border_color\";a:3:{s:5:\"color\";s:7:\"#e0e1dc\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(224,225,220,1)\";}s:13:\"related_posts\";s:1:\"1\";s:10:\"author_box\";s:1:\"1\";s:13:\"post_comments\";s:1:\"1\";s:14:\"post_pingbacks\";s:1:\"1\";s:15:\"blog_post_likes\";s:0:\"\";s:15:\"blog_post_share\";s:1:\"1\";s:25:\"blog_post_listing_content\";s:1:\"1\";s:26:\"blog_post_fimage_animation\";s:0:\"\";s:16:\"bottom_prev_next\";s:0:\"\";s:19:\"page_sidebar_layout\";s:4:\"none\";s:16:\"page_sidebar_def\";s:20:\"sidebar_main-sidebar\";s:26:\"blog_single_sidebar_layout\";s:4:\"none\";s:23:\"blog_single_sidebar_def\";s:20:\"sidebar_main-sidebar\";s:31:\"portfolio_single_sidebar_layout\";s:4:\"none\";s:28:\"portfolio_single_sidebar_def\";s:0:\"\";s:29:\"project_single_sidebar_layout\";s:4:\"none\";s:26:\"project_single_sidebar_def\";s:20:\"sidebar_all-projects\";s:26:\"team_single_sidebar_layout\";s:4:\"none\";s:23:\"team_single_sidebar_def\";s:0:\"\";s:8:\"sidebars\";a:7:{i:0;s:12:\"Main Sidebar\";i:1;s:12:\"All Projects\";i:2;s:18:\"Top Rated Products\";i:3;s:17:\"Featured Products\";i:4;s:8:\"Hot Sale\";i:5;s:12:\"Shop Sidebar\";i:6;s:16:\"Shop Sidebar Top\";}s:18:\"theme-custom-color\";s:7:\"#b2b74a\";s:21:\"body-background-color\";s:7:\"#fcfcfc\";s:9:\"menu-font\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"24px\";s:14:\"letter-spacing\";s:0:\"\";}s:9:\"main-font\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:15:\"font-all-weight\";s:17:\"400,700,300italic\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"30px\";s:5:\"color\";s:7:\"#858585\";}s:11:\"header-font\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:15:\"font-all-weight\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:5:\"color\";s:7:\"#413c38\";}s:7:\"h1-font\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"42px\";}s:7:\"h2-font\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"28px\";}s:7:\"h3-font\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"34px\";}s:7:\"h4-font\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";}s:7:\"h5-font\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"27px\";}s:7:\"h6-font\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"25px\";}s:11:\"custom_font\";N;s:21:\"map_prefooter_default\";s:0:\"\";s:18:\"google_map_api_key\";s:0:\"\";s:19:\"google_map_latitude\";s:10:\"37.2653201\";s:20:\"google_map_longitude\";s:11:\"-91.0489118\";s:8:\"zoom_map\";s:2:\"11\";s:15:\"map_marker_info\";s:1:\"0\";s:17:\"custom_map_marker\";s:54:\"https://s3.amazonaws.com/gt3themes/gmap/agrosector.png\";s:29:\"map_marker_info_street_number\";s:0:\"\";s:22:\"map_marker_info_street\";s:0:\"\";s:21:\"map_marker_info_descr\";s:0:\"\";s:26:\"map_marker_info_background\";s:7:\"#f9f9f9\";s:15:\"map-marker-font\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:21:\"map_marker_info_color\";s:7:\"#949494\";s:16:\"custom_map_style\";s:0:\"\";s:15:\"custom_map_code\";s:0:\"\";s:19:\"gt3_registration_id\";a:1:{s:12:\"puchase_code\";s:12:\"puchase_code\";}s:15:\"gt3_auto_update\";s:1:\"1\";}', 'yes');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(166, 'agrosector_default_options', 'a:430:{s:10:\"responsive\";b:1;s:13:\"page_comments\";b:1;s:11:\"back_to_top\";b:0;s:30:\"add_default_typography_sapcing\";b:0;s:19:\"disable_right_click\";b:0;s:24:\"disable_right_click_text\";s:99:\"The right click is disabled. Your content is protected. You can configure this option in the theme.\";s:9:\"custom_js\";s:39:\"jQuery(document).ready(function(){\n\n});\";s:16:\"header_custom_js\";s:81:\"<script type=\'text/javascript\'>\njQuery(document).ready(function(){\n\n});\n</script>\";s:9:\"preloader\";b:0;s:14:\"preloader_type\";s:6:\"circle\";s:20:\"preloader_background\";s:7:\"#ffffff\";s:20:\"preloader_item_color\";s:7:\"#98a1a9\";s:21:\"preloader_item_color2\";s:7:\"#e94e76\";s:20:\"preloader_item_width\";a:1:{s:5:\"width\";s:3:\"140\";}s:21:\"preloader_item_stroke\";a:1:{s:5:\"width\";s:1:\"3\";}s:25:\"preloader_item_logo_width\";a:2:{s:5:\"width\";s:2:\"45\";s:5:\"units\";s:2:\"px\";}s:14:\"preloader_full\";b:1;s:21:\"gt3_header_builder_id\";a:30:{s:8:\"all_item\";a:3:{s:5:\"title\";s:8:\"All Item\";s:6:\"layout\";s:3:\"all\";s:7:\"content\";a:21:{s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:12:\"has_settings\";b:0;}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:12:\"has_settings\";b:0;}s:4:\"cart\";a:2:{s:5:\"title\";s:4:\"Cart\";s:12:\"has_settings\";b:0;}s:14:\"burger_sidebar\";a:2:{s:5:\"title\";s:14:\"Burger Sidebar\";s:12:\"has_settings\";b:1;}s:5:\"text1\";a:2:{s:5:\"title\";s:11:\"Text/HTML 1\";s:12:\"has_settings\";b:1;}s:5:\"text2\";a:2:{s:5:\"title\";s:11:\"Text/HTML 2\";s:12:\"has_settings\";b:1;}s:5:\"text3\";a:2:{s:5:\"title\";s:11:\"Text/HTML 3\";s:12:\"has_settings\";b:1;}s:5:\"text4\";a:2:{s:5:\"title\";s:11:\"Text/HTML 4\";s:12:\"has_settings\";b:1;}s:5:\"text5\";a:2:{s:5:\"title\";s:11:\"Text/HTML 5\";s:12:\"has_settings\";b:1;}s:5:\"text6\";a:2:{s:5:\"title\";s:11:\"Text/HTML 6\";s:12:\"has_settings\";b:1;}s:10:\"delimiter1\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter2\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter3\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter4\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter5\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter6\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:12:\"empty_space1\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space2\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space3\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space4\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space5\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}}}s:8:\"top_left\";a:4:{s:5:\"title\";s:8:\"Top Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:7:\"content\";a:0:{}}s:10:\"top_center\";a:4:{s:5:\"title\";s:10:\"Top Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:7:\"content\";a:0:{}}s:9:\"top_right\";a:4:{s:5:\"title\";s:9:\"Top Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:7:\"content\";a:0:{}}s:11:\"middle_left\";a:4:{s:5:\"title\";s:11:\"Middle Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:21:\"one-thirds clear-item\";s:7:\"content\";a:1:{s:4:\"logo\";a:2:{s:5:\"title\";s:4:\"Logo\";s:12:\"has_settings\";b:1;}}}s:13:\"middle_center\";a:4:{s:5:\"title\";s:13:\"Middle Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:7:\"content\";a:0:{}}s:12:\"middle_right\";a:4:{s:5:\"title\";s:12:\"Middle Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:7:\"content\";a:1:{s:4:\"menu\";a:2:{s:5:\"title\";s:4:\"Menu\";s:12:\"has_settings\";b:1;}}}s:11:\"bottom_left\";a:4:{s:5:\"title\";s:11:\"Bottom Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:21:\"one-thirds clear-item\";s:7:\"content\";a:0:{}}s:13:\"bottom_center\";a:4:{s:5:\"title\";s:13:\"Bottom Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:7:\"content\";a:0:{}}s:12:\"bottom_right\";a:4:{s:5:\"title\";s:12:\"Bottom Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:7:\"content\";a:0:{}}s:16:\"all_item__tablet\";a:4:{s:5:\"title\";s:8:\"All Item\";s:6:\"layout\";s:3:\"all\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:23:{s:4:\"logo\";a:2:{s:5:\"title\";s:4:\"Logo\";s:12:\"has_settings\";b:1;}s:4:\"menu\";a:2:{s:5:\"title\";s:4:\"Menu\";s:12:\"has_settings\";b:1;}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:12:\"has_settings\";b:0;}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:12:\"has_settings\";b:0;}s:4:\"cart\";a:2:{s:5:\"title\";s:4:\"Cart\";s:12:\"has_settings\";b:0;}s:14:\"burger_sidebar\";a:2:{s:5:\"title\";s:14:\"Burger Sidebar\";s:12:\"has_settings\";b:1;}s:5:\"text1\";a:2:{s:5:\"title\";s:11:\"Text/HTML 1\";s:12:\"has_settings\";b:1;}s:5:\"text2\";a:2:{s:5:\"title\";s:11:\"Text/HTML 2\";s:12:\"has_settings\";b:1;}s:5:\"text3\";a:2:{s:5:\"title\";s:11:\"Text/HTML 3\";s:12:\"has_settings\";b:1;}s:5:\"text4\";a:2:{s:5:\"title\";s:11:\"Text/HTML 4\";s:12:\"has_settings\";b:1;}s:5:\"text5\";a:2:{s:5:\"title\";s:11:\"Text/HTML 5\";s:12:\"has_settings\";b:1;}s:5:\"text6\";a:2:{s:5:\"title\";s:11:\"Text/HTML 6\";s:12:\"has_settings\";b:1;}s:10:\"delimiter1\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter2\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter3\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter4\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter5\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter6\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:12:\"empty_space1\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space2\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space3\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space4\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space5\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}}}s:16:\"top_left__tablet\";a:5:{s:5:\"title\";s:8:\"Top Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:18:\"top_center__tablet\";a:5:{s:5:\"title\";s:10:\"Top Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:17:\"top_right__tablet\";a:5:{s:5:\"title\";s:9:\"Top Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:19:\"middle_left__tablet\";a:5:{s:5:\"title\";s:11:\"Middle Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:21:\"one-thirds clear-item\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:21:\"middle_center__tablet\";a:5:{s:5:\"title\";s:13:\"Middle Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:20:\"middle_right__tablet\";a:5:{s:5:\"title\";s:12:\"Middle Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:19:\"bottom_left__tablet\";a:5:{s:5:\"title\";s:11:\"Bottom Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:21:\"one-thirds clear-item\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:21:\"bottom_center__tablet\";a:5:{s:5:\"title\";s:13:\"Bottom Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:20:\"bottom_right__tablet\";a:5:{s:5:\"title\";s:12:\"Bottom Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"tablet\";s:7:\"content\";a:0:{}}s:16:\"all_item__mobile\";a:4:{s:5:\"title\";s:8:\"All Item\";s:6:\"layout\";s:3:\"all\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:23:{s:4:\"logo\";a:2:{s:5:\"title\";s:4:\"Logo\";s:12:\"has_settings\";b:1;}s:4:\"menu\";a:2:{s:5:\"title\";s:4:\"Menu\";s:12:\"has_settings\";b:1;}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:12:\"has_settings\";b:0;}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:12:\"has_settings\";b:0;}s:4:\"cart\";a:2:{s:5:\"title\";s:4:\"Cart\";s:12:\"has_settings\";b:0;}s:14:\"burger_sidebar\";a:2:{s:5:\"title\";s:14:\"Burger Sidebar\";s:12:\"has_settings\";b:1;}s:5:\"text1\";a:2:{s:5:\"title\";s:11:\"Text/HTML 1\";s:12:\"has_settings\";b:1;}s:5:\"text2\";a:2:{s:5:\"title\";s:11:\"Text/HTML 2\";s:12:\"has_settings\";b:1;}s:5:\"text3\";a:2:{s:5:\"title\";s:11:\"Text/HTML 3\";s:12:\"has_settings\";b:1;}s:5:\"text4\";a:2:{s:5:\"title\";s:11:\"Text/HTML 4\";s:12:\"has_settings\";b:1;}s:5:\"text5\";a:2:{s:5:\"title\";s:11:\"Text/HTML 5\";s:12:\"has_settings\";b:1;}s:5:\"text6\";a:2:{s:5:\"title\";s:11:\"Text/HTML 6\";s:12:\"has_settings\";b:1;}s:10:\"delimiter1\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter2\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter3\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter4\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter5\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:10:\"delimiter6\";a:2:{s:5:\"title\";s:1:\"|\";s:12:\"has_settings\";b:1;}s:12:\"empty_space1\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space2\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space3\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space4\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}s:12:\"empty_space5\";a:2:{s:5:\"title\";s:14:\"&#8592;&#8594;\";s:12:\"has_settings\";b:0;}}}s:16:\"top_left__mobile\";a:5:{s:5:\"title\";s:8:\"Top Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}s:18:\"top_center__mobile\";a:5:{s:5:\"title\";s:10:\"Top Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}s:17:\"top_right__mobile\";a:5:{s:5:\"title\";s:9:\"Top Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}s:19:\"middle_left__mobile\";a:5:{s:5:\"title\";s:11:\"Middle Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:21:\"one-thirds clear-item\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}s:21:\"middle_center__mobile\";a:5:{s:5:\"title\";s:13:\"Middle Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}s:20:\"middle_right__mobile\";a:5:{s:5:\"title\";s:12:\"Middle Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}s:19:\"bottom_left__mobile\";a:5:{s:5:\"title\";s:11:\"Bottom Left\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:21:\"one-thirds clear-item\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}s:21:\"bottom_center__mobile\";a:5:{s:5:\"title\";s:13:\"Bottom Center\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}s:20:\"bottom_right__mobile\";a:5:{s:5:\"title\";s:12:\"Bottom Right\";s:12:\"has_settings\";b:1;s:6:\"layout\";s:10:\"one-thirds\";s:11:\"extra_class\";s:6:\"mobile\";s:7:\"content\";a:0:{}}}s:26:\"gt3_header_builder_presets\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Default\";s:6:\"preset\";s:7005:\"{\"gt3_header_builder_id\":{\"all_item\":{\"title\":\"All Item\",\"layout\":\"all\",\"content\":{\"search\":{\"title\":\"Search\",\"has_settings\":false},\"login\":{\"title\":\"Login\",\"has_settings\":false},\"cart\":{\"title\":\"Cart\",\"has_settings\":false},\"burger_sidebar\":{\"title\":\"Burger Sidebar\",\"has_settings\":true},\"text1\":{\"title\":\"Text/HTML 1\",\"has_settings\":true},\"text2\":{\"title\":\"Text/HTML 2\",\"has_settings\":true},\"text3\":{\"title\":\"Text/HTML 3\",\"has_settings\":true},\"text4\":{\"title\":\"Text/HTML 4\",\"has_settings\":true},\"text5\":{\"title\":\"Text/HTML 5\",\"has_settings\":true},\"text6\":{\"title\":\"Text/HTML 6\",\"has_settings\":true},\"delimiter1\":{\"title\":\"|\",\"has_settings\":true},\"delimiter2\":{\"title\":\"|\",\"has_settings\":true},\"delimiter3\":{\"title\":\"|\",\"has_settings\":true},\"delimiter4\":{\"title\":\"|\",\"has_settings\":true},\"delimiter5\":{\"title\":\"|\",\"has_settings\":true},\"delimiter6\":{\"title\":\"|\",\"has_settings\":true},\"empty_space1\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space2\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space3\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space4\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space5\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false}}},\"top_left\":{\"title\":\"Top Left\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"top_center\":{\"title\":\"Top Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"top_right\":{\"title\":\"Top Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"middle_left\":{\"title\":\"Middle Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"content\":{\"logo\":{\"title\":\"Logo\",\"has_settings\":true}}},\"middle_center\":{\"title\":\"Middle Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"middle_right\":{\"title\":\"Middle Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":{\"menu\":{\"title\":\"Menu\",\"has_settings\":true}}},\"bottom_left\":{\"title\":\"Bottom Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"content\":[]},\"bottom_center\":{\"title\":\"Bottom Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"bottom_right\":{\"title\":\"Bottom Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"content\":[]},\"all_item__tablet\":{\"title\":\"All Item\",\"layout\":\"all\",\"extra_class\":\"tablet\",\"content\":{\"logo\":{\"title\":\"Logo\",\"has_settings\":true},\"menu\":{\"title\":\"Menu\",\"has_settings\":true},\"search\":{\"title\":\"Search\",\"has_settings\":false},\"login\":{\"title\":\"Login\",\"has_settings\":false},\"cart\":{\"title\":\"Cart\",\"has_settings\":false},\"burger_sidebar\":{\"title\":\"Burger Sidebar\",\"has_settings\":true},\"text1\":{\"title\":\"Text/HTML 1\",\"has_settings\":true},\"text2\":{\"title\":\"Text/HTML 2\",\"has_settings\":true},\"text3\":{\"title\":\"Text/HTML 3\",\"has_settings\":true},\"text4\":{\"title\":\"Text/HTML 4\",\"has_settings\":true},\"text5\":{\"title\":\"Text/HTML 5\",\"has_settings\":true},\"text6\":{\"title\":\"Text/HTML 6\",\"has_settings\":true},\"delimiter1\":{\"title\":\"|\",\"has_settings\":true},\"delimiter2\":{\"title\":\"|\",\"has_settings\":true},\"delimiter3\":{\"title\":\"|\",\"has_settings\":true},\"delimiter4\":{\"title\":\"|\",\"has_settings\":true},\"delimiter5\":{\"title\":\"|\",\"has_settings\":true},\"delimiter6\":{\"title\":\"|\",\"has_settings\":true},\"empty_space1\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space2\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space3\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space4\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space5\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false}}},\"top_left__tablet\":{\"title\":\"Top Left\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"top_center__tablet\":{\"title\":\"Top Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"top_right__tablet\":{\"title\":\"Top Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"middle_left__tablet\":{\"title\":\"Middle Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"extra_class\":\"tablet\",\"content\":[]},\"middle_center__tablet\":{\"title\":\"Middle Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"middle_right__tablet\":{\"title\":\"Middle Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"bottom_left__tablet\":{\"title\":\"Bottom Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"extra_class\":\"tablet\",\"content\":[]},\"bottom_center__tablet\":{\"title\":\"Bottom Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"bottom_right__tablet\":{\"title\":\"Bottom Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"tablet\",\"content\":[]},\"all_item__mobile\":{\"title\":\"All Item\",\"layout\":\"all\",\"extra_class\":\"mobile\",\"content\":{\"logo\":{\"title\":\"Logo\",\"has_settings\":true},\"menu\":{\"title\":\"Menu\",\"has_settings\":true},\"search\":{\"title\":\"Search\",\"has_settings\":false},\"login\":{\"title\":\"Login\",\"has_settings\":false},\"cart\":{\"title\":\"Cart\",\"has_settings\":false},\"burger_sidebar\":{\"title\":\"Burger Sidebar\",\"has_settings\":true},\"text1\":{\"title\":\"Text/HTML 1\",\"has_settings\":true},\"text2\":{\"title\":\"Text/HTML 2\",\"has_settings\":true},\"text3\":{\"title\":\"Text/HTML 3\",\"has_settings\":true},\"text4\":{\"title\":\"Text/HTML 4\",\"has_settings\":true},\"text5\":{\"title\":\"Text/HTML 5\",\"has_settings\":true},\"text6\":{\"title\":\"Text/HTML 6\",\"has_settings\":true},\"delimiter1\":{\"title\":\"|\",\"has_settings\":true},\"delimiter2\":{\"title\":\"|\",\"has_settings\":true},\"delimiter3\":{\"title\":\"|\",\"has_settings\":true},\"delimiter4\":{\"title\":\"|\",\"has_settings\":true},\"delimiter5\":{\"title\":\"|\",\"has_settings\":true},\"delimiter6\":{\"title\":\"|\",\"has_settings\":true},\"empty_space1\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space2\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space3\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space4\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false},\"empty_space5\":{\"title\":\"&#8592;&#8594;\",\"has_settings\":false}}},\"top_left__mobile\":{\"title\":\"Top Left\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"top_center__mobile\":{\"title\":\"Top Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"top_right__mobile\":{\"title\":\"Top Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"middle_left__mobile\":{\"title\":\"Middle Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"extra_class\":\"mobile\",\"content\":[]},\"middle_center__mobile\":{\"title\":\"Middle Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"middle_right__mobile\":{\"title\":\"Middle Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"bottom_left__mobile\":{\"title\":\"Bottom Left\",\"has_settings\":true,\"layout\":\"one-thirds clear-item\",\"extra_class\":\"mobile\",\"content\":[]},\"bottom_center__mobile\":{\"title\":\"Bottom Center\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]},\"bottom_right__mobile\":{\"title\":\"Bottom Right\",\"has_settings\":true,\"layout\":\"one-thirds\",\"extra_class\":\"mobile\",\"content\":[]}}}\";}}s:18:\"logo_height_custom\";b:1;s:11:\"logo_height\";a:1:{s:6:\"height\";i:46;}s:15:\"logo_max_height\";b:0;s:18:\"sticky_logo_height\";a:1:{s:6:\"height\";s:0:\"\";}s:11:\"menu_select\";s:0:\"\";s:20:\"menu_active_top_line\";b:0;s:19:\"sub_menu_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:14:\"sub_menu_color\";s:7:\"#858585\";s:20:\"sub_menu_color_hover\";s:7:\"#b2b74a\";s:14:\"top_left-align\";s:4:\"left\";s:16:\"top_center-align\";s:6:\"center\";s:15:\"top_right-align\";s:5:\"right\";s:17:\"middle_left-align\";s:4:\"left\";s:19:\"middle_center-align\";s:6:\"center\";s:18:\"middle_right-align\";s:5:\"right\";s:17:\"bottom_left-align\";s:4:\"left\";s:19:\"bottom_center-align\";s:6:\"center\";s:18:\"bottom_right-align\";s:5:\"right\";s:22:\"top_left__tablet-align\";s:4:\"left\";s:24:\"top_center__tablet-align\";s:6:\"center\";s:23:\"top_right__tablet-align\";s:5:\"right\";s:25:\"middle_left__tablet-align\";s:4:\"left\";s:27:\"middle_center__tablet-align\";s:6:\"center\";s:26:\"middle_right__tablet-align\";s:5:\"right\";s:25:\"bottom_left__tablet-align\";s:4:\"left\";s:27:\"bottom_center__tablet-align\";s:6:\"center\";s:26:\"bottom_right__tablet-align\";s:5:\"right\";s:22:\"top_left__mobile-align\";s:4:\"left\";s:24:\"top_center__mobile-align\";s:6:\"center\";s:23:\"top_right__mobile-align\";s:5:\"right\";s:25:\"middle_left__mobile-align\";s:4:\"left\";s:27:\"middle_center__mobile-align\";s:6:\"center\";s:26:\"middle_right__mobile-align\";s:5:\"right\";s:25:\"bottom_left__mobile-align\";s:4:\"left\";s:27:\"bottom_center__mobile-align\";s:6:\"center\";s:26:\"bottom_right__mobile-align\";s:5:\"right\";s:12:\"text1_editor\";s:0:\"\";s:12:\"text2_editor\";s:0:\"\";s:12:\"text3_editor\";s:0:\"\";s:12:\"text4_editor\";s:0:\"\";s:12:\"text5_editor\";s:0:\"\";s:12:\"text6_editor\";s:0:\"\";s:17:\"delimiter1_height\";a:2:{s:6:\"height\";i:1;s:5:\"units\";s:2:\"em\";}s:17:\"delimiter2_height\";a:2:{s:6:\"height\";i:1;s:5:\"units\";s:2:\"em\";}s:17:\"delimiter3_height\";a:2:{s:6:\"height\";i:1;s:5:\"units\";s:2:\"em\";}s:17:\"delimiter4_height\";a:2:{s:6:\"height\";i:1;s:5:\"units\";s:2:\"em\";}s:17:\"delimiter5_height\";a:2:{s:6:\"height\";i:1;s:5:\"units\";s:2:\"em\";}s:17:\"delimiter6_height\";a:2:{s:6:\"height\";i:1;s:5:\"units\";s:2:\"em\";}s:19:\"side_top_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:20:\"side_top_background2\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:19:\"rgba(255,255,255,0)\";}s:14:\"side_top_color\";s:7:\"#232325\";s:20:\"side_top_color_hover\";s:7:\"#232325\";s:15:\"side_top_height\";a:1:{s:6:\"height\";s:3:\"100\";}s:16:\"side_top_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:15:\"side_top_border\";b:0;s:21:\"side_top_border_color\";a:3:{s:5:\"color\";s:7:\"#F3F4F4\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(243,244,244,1)\";}s:22:\"side_top_border_radius\";b:0;s:15:\"side_top_sticky\";b:1;s:26:\"side_top_background_sticky\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:21:\"side_top_color_sticky\";s:7:\"#222328\";s:27:\"side_top_color_hover_sticky\";s:7:\"#232325\";s:22:\"side_top_height_sticky\";a:1:{s:6:\"height\";i:58;}s:23:\"side_top_spacing_sticky\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:22:\"side_middle_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:23:\"side_middle_background2\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:19:\"rgba(255,255,255,0)\";}s:17:\"side_middle_color\";s:7:\"#232325\";s:23:\"side_middle_color_hover\";s:7:\"#232325\";s:18:\"side_middle_height\";a:1:{s:6:\"height\";s:3:\"100\";}s:19:\"side_middle_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:18:\"side_middle_border\";b:0;s:24:\"side_middle_border_color\";a:3:{s:5:\"color\";s:7:\"#F3F4F4\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(243,244,244,1)\";}s:25:\"side_middle_border_radius\";b:0;s:18:\"side_middle_sticky\";b:1;s:29:\"side_middle_background_sticky\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:24:\"side_middle_color_sticky\";s:7:\"#222328\";s:30:\"side_middle_color_hover_sticky\";s:7:\"#232325\";s:25:\"side_middle_height_sticky\";a:1:{s:6:\"height\";i:58;}s:26:\"side_middle_spacing_sticky\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:22:\"side_bottom_background\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:23:\"side_bottom_background2\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"0\";s:4:\"rgba\";s:19:\"rgba(255,255,255,0)\";}s:17:\"side_bottom_color\";s:7:\"#232325\";s:23:\"side_bottom_color_hover\";s:7:\"#232325\";s:18:\"side_bottom_height\";a:1:{s:6:\"height\";s:3:\"100\";}s:19:\"side_bottom_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:18:\"side_bottom_border\";b:0;s:24:\"side_bottom_border_color\";a:3:{s:5:\"color\";s:7:\"#F3F4F4\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(243,244,244,1)\";}s:25:\"side_bottom_border_radius\";b:0;s:18:\"side_bottom_sticky\";b:1;s:29:\"side_bottom_background_sticky\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:24:\"side_bottom_color_sticky\";s:7:\"#222328\";s:30:\"side_bottom_color_hover_sticky\";s:7:\"#232325\";s:25:\"side_bottom_height_sticky\";a:1:{s:6:\"height\";i:58;}s:26:\"side_bottom_spacing_sticky\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:23:\"side_top__tablet_custom\";b:0;s:27:\"side_top__tablet_background\";a:0:{}s:28:\"side_top__tablet_background2\";a:0:{}s:22:\"side_top__tablet_color\";s:0:\"\";s:28:\"side_top__tablet_color_hover\";s:0:\"\";s:23:\"side_top__tablet_height\";a:1:{s:6:\"height\";s:0:\"\";}s:24:\"side_top__tablet_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:23:\"side_top__tablet_border\";b:0;s:29:\"side_top__tablet_border_color\";a:0:{}s:30:\"side_top__tablet_border_radius\";b:0;s:23:\"side_top__tablet_sticky\";b:1;s:26:\"side_middle__tablet_custom\";b:0;s:30:\"side_middle__tablet_background\";a:0:{}s:31:\"side_middle__tablet_background2\";a:0:{}s:25:\"side_middle__tablet_color\";s:0:\"\";s:31:\"side_middle__tablet_color_hover\";s:0:\"\";s:26:\"side_middle__tablet_height\";a:1:{s:6:\"height\";s:0:\"\";}s:27:\"side_middle__tablet_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:26:\"side_middle__tablet_border\";b:0;s:32:\"side_middle__tablet_border_color\";a:0:{}s:33:\"side_middle__tablet_border_radius\";b:0;s:26:\"side_middle__tablet_sticky\";b:1;s:26:\"side_bottom__tablet_custom\";b:0;s:30:\"side_bottom__tablet_background\";a:0:{}s:31:\"side_bottom__tablet_background2\";a:0:{}s:25:\"side_bottom__tablet_color\";s:0:\"\";s:31:\"side_bottom__tablet_color_hover\";s:0:\"\";s:26:\"side_bottom__tablet_height\";a:1:{s:6:\"height\";s:0:\"\";}s:27:\"side_bottom__tablet_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:26:\"side_bottom__tablet_border\";b:0;s:32:\"side_bottom__tablet_border_color\";a:0:{}s:33:\"side_bottom__tablet_border_radius\";b:0;s:26:\"side_bottom__tablet_sticky\";b:1;s:23:\"side_top__mobile_custom\";b:0;s:27:\"side_top__mobile_background\";a:0:{}s:28:\"side_top__mobile_background2\";a:0:{}s:22:\"side_top__mobile_color\";s:0:\"\";s:28:\"side_top__mobile_color_hover\";s:0:\"\";s:23:\"side_top__mobile_height\";a:1:{s:6:\"height\";s:0:\"\";}s:24:\"side_top__mobile_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:23:\"side_top__mobile_border\";b:0;s:29:\"side_top__mobile_border_color\";a:0:{}s:30:\"side_top__mobile_border_radius\";b:0;s:23:\"side_top__mobile_sticky\";b:1;s:26:\"side_middle__mobile_custom\";b:0;s:30:\"side_middle__mobile_background\";a:0:{}s:31:\"side_middle__mobile_background2\";a:0:{}s:25:\"side_middle__mobile_color\";s:0:\"\";s:31:\"side_middle__mobile_color_hover\";s:0:\"\";s:26:\"side_middle__mobile_height\";a:1:{s:6:\"height\";s:0:\"\";}s:27:\"side_middle__mobile_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:26:\"side_middle__mobile_border\";b:0;s:32:\"side_middle__mobile_border_color\";a:0:{}s:33:\"side_middle__mobile_border_radius\";b:0;s:26:\"side_middle__mobile_sticky\";b:1;s:26:\"side_bottom__mobile_custom\";b:0;s:30:\"side_bottom__mobile_background\";a:0:{}s:31:\"side_bottom__mobile_background2\";a:0:{}s:25:\"side_bottom__mobile_color\";s:0:\"\";s:31:\"side_bottom__mobile_color_hover\";s:0:\"\";s:26:\"side_bottom__mobile_height\";a:1:{s:6:\"height\";s:0:\"\";}s:27:\"side_bottom__mobile_spacing\";a:2:{s:12:\"padding-left\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";}s:26:\"side_bottom__mobile_border\";b:0;s:32:\"side_bottom__mobile_border_color\";a:0:{}s:33:\"side_bottom__mobile_border_radius\";b:0;s:26:\"side_bottom__mobile_sticky\";b:1;s:17:\"header_full_width\";b:0;s:12:\"header_on_bg\";b:0;s:13:\"header_sticky\";b:0;s:30:\"header_sticky_appearance_style\";s:7:\"classic\";s:33:\"header_sticky_appearance_from_top\";s:4:\"auto\";s:31:\"header_sticky_appearance_number\";a:1:{s:6:\"height\";i:300;}s:20:\"header_sticky_shadow\";b:1;s:19:\"tablet_header_on_bg\";b:0;s:20:\"tablet_header_sticky\";b:0;s:19:\"mobile_header_on_bg\";b:0;s:20:\"mobile_header_sticky\";b:0;s:22:\"page_title_conditional\";b:1;s:22:\"blog_title_conditional\";b:1;s:20:\"blog_title_prev_next\";b:0;s:22:\"team_title_conditional\";b:0;s:27:\"portfolio_title_conditional\";b:1;s:25:\"portfolio_title_prev_next\";b:0;s:25:\"project_title_conditional\";b:1;s:23:\"project_title_prev_next\";b:0;s:34:\"page_title_breadcrumbs_conditional\";b:0;s:21:\"page_title_vert_align\";s:6:\"middle\";s:22:\"page_title_horiz_align\";s:4:\"left\";s:21:\"page_title_font_color\";s:7:\"#413c38\";s:19:\"page_title_bg_color\";s:7:\"#ffffff\";s:19:\"page_title_bg_image\";a:5:{s:17:\"background-repeat\";s:9:\"no-repeat\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-color\";s:7:\"#e0e2e3\";}s:17:\"page_title_height\";a:1:{s:6:\"height\";i:250;}s:21:\"page_title_top_border\";b:0;s:27:\"page_title_top_border_color\";a:3:{s:5:\"color\";s:7:\"#f3f4f4\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(243,244,244,1)\";}s:24:\"page_title_bottom_border\";b:0;s:30:\"page_title_bottom_border_color\";a:3:{s:5:\"color\";s:7:\"#eff0ed\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(239,240,237,1)\";}s:24:\"page_title_bottom_margin\";a:1:{s:13:\"margin-bottom\";s:2:\"90\";}s:19:\"page_title_svg_line\";s:13:\"svg_line_both\";s:29:\"page_title_svg_line_top_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:32:\"page_title_svg_line_bottom_color\";a:3:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(255,255,255,1)\";}s:17:\"footer_full_width\";s:14:\"stretch_footer\";s:15:\"footer_bg_color\";s:7:\"#262b2b\";s:17:\"footer_text_color\";s:7:\"#d1d1d1\";s:20:\"footer_heading_color\";s:7:\"#ffffff\";s:15:\"footer_bg_image\";a:5:{s:17:\"background-repeat\";s:6:\"repeat\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-color\";s:7:\"#323336\";}s:13:\"footer_switch\";b:1;s:13:\"footer_column\";s:1:\"4\";s:14:\"footer_column2\";s:3:\"6-6\";s:14:\"footer_column3\";s:5:\"4-4-4\";s:14:\"footer_column5\";s:9:\"2-3-2-2-3\";s:12:\"footer_align\";s:4:\"left\";s:14:\"footer_spacing\";a:4:{s:11:\"padding-top\";s:2:\"70\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:2:\"66\";s:12:\"padding-left\";s:1:\"0\";}s:16:\"copyright_switch\";b:1;s:16:\"copyright_editor\";s:0:\"\";s:15:\"copyright_align\";s:6:\"center\";s:17:\"copyright_spacing\";a:4:{s:11:\"padding-top\";s:1:\"8\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"8\";s:12:\"padding-left\";s:1:\"0\";}s:18:\"copyright_bg_color\";s:11:\"transparent\";s:20:\"copyright_text_color\";s:7:\"#d1d1d1\";s:20:\"copyright_top_border\";b:0;s:26:\"copyright_top_border_color\";a:3:{s:5:\"color\";s:7:\"#858585\";s:5:\"alpha\";s:2:\".2\";s:4:\"rgba\";s:24:\"rgba(133, 133, 133, 0.2)\";}s:17:\"pre_footer_switch\";b:0;s:17:\"pre_footer_editor\";s:0:\"\";s:16:\"pre_footer_align\";s:4:\"left\";s:18:\"pre_footer_spacing\";a:4:{s:11:\"padding-top\";s:2:\"20\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:1:\"0\";}s:24:\"pre_footer_bottom_border\";b:0;s:30:\"pre_footer_bottom_border_color\";a:3:{s:5:\"color\";s:7:\"#e0e1dc\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:19:\"rgba(224,225,220,1)\";}s:13:\"related_posts\";b:1;s:10:\"author_box\";b:0;s:13:\"post_comments\";b:1;s:14:\"post_pingbacks\";b:1;s:15:\"blog_post_likes\";b:0;s:15:\"blog_post_share\";b:0;s:25:\"blog_post_listing_content\";b:0;s:26:\"blog_post_fimage_animation\";b:0;s:16:\"bottom_prev_next\";b:0;s:19:\"page_sidebar_layout\";s:5:\"right\";s:26:\"blog_single_sidebar_layout\";s:4:\"none\";s:31:\"portfolio_single_sidebar_layout\";s:4:\"none\";s:29:\"project_single_sidebar_layout\";s:4:\"none\";s:26:\"team_single_sidebar_layout\";s:4:\"none\";s:8:\"sidebars\";a:6:{i:0;s:12:\"Main Sidebar\";i:1;s:12:\"Menu Sidebar\";i:2;s:12:\"Shop Sidebar\";i:3;s:21:\"Footer Contacts White\";i:4;s:17:\"Footer Info White\";i:5;s:5:\"Cases\";}s:18:\"theme-custom-color\";s:7:\"#b2b74a\";s:21:\"body-background-color\";s:7:\"#ffffff\";s:9:\"menu-font\";a:7:{s:11:\"font-family\";s:6:\"Roboto\";s:6:\"google\";b:1;s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:9:\"main-font\";a:6:{s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"30px\";s:5:\"color\";s:7:\"#858585\";s:6:\"google\";b:1;s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:11:\"header-font\";a:4:{s:5:\"color\";s:7:\"#413c38\";s:6:\"google\";b:1;s:11:\"font-family\";s:9:\"BenchNine\";s:11:\"font-weight\";s:3:\"700\";}s:7:\"h1-font\";a:5:{s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"50px\";s:6:\"google\";b:1;s:11:\"font-family\";s:9:\"BenchNine\";s:11:\"font-weight\";s:3:\"700\";}s:7:\"h2-font\";a:5:{s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"42px\";s:6:\"google\";b:1;s:11:\"font-family\";s:9:\"BenchNine\";s:11:\"font-weight\";s:3:\"700\";}s:7:\"h3-font\";a:5:{s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"34px\";s:6:\"google\";b:1;s:11:\"font-family\";s:9:\"BenchNine\";s:11:\"font-weight\";s:3:\"700\";}s:7:\"h4-font\";a:5:{s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"30px\";s:6:\"google\";b:1;s:11:\"font-family\";s:9:\"BenchNine\";s:11:\"font-weight\";s:3:\"700\";}s:7:\"h5-font\";a:5:{s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"27px\";s:6:\"google\";b:1;s:11:\"font-family\";s:9:\"BenchNine\";s:11:\"font-weight\";s:3:\"700\";}s:7:\"h6-font\";a:5:{s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"25px\";s:6:\"google\";b:1;s:11:\"font-family\";s:9:\"BenchNine\";s:11:\"font-weight\";s:3:\"700\";}s:21:\"map_prefooter_default\";b:0;s:18:\"google_map_api_key\";s:0:\"\";s:19:\"google_map_latitude\";s:11:\"-37.8172507\";s:20:\"google_map_longitude\";s:11:\"144.9535833\";s:8:\"zoom_map\";s:2:\"14\";s:15:\"map_marker_info\";b:0;s:17:\"custom_map_marker\";s:0:\"\";s:29:\"map_marker_info_street_number\";s:0:\"\";s:22:\"map_marker_info_street\";s:0:\"\";s:21:\"map_marker_info_descr\";s:0:\"\";s:26:\"map_marker_info_background\";s:7:\"#f9f9f9\";s:15:\"map-marker-font\";a:1:{s:6:\"google\";b:1;}s:21:\"map_marker_info_color\";s:7:\"#949494\";s:16:\"custom_map_style\";b:0;s:15:\"custom_map_code\";s:0:\"\";s:19:\"gt3_registration_id\";a:1:{s:12:\"puchase_code\";s:22:\"gt3_test_purchase_code\";}s:15:\"gt3_auto_update\";b:1;s:9:\"team_slug\";s:0:\"\";s:14:\"portfolio_slug\";s:0:\"\";s:12:\"project_slug\";s:0:\"\";s:11:\"page_404_bg\";s:0:\"\";s:19:\"preloader_item_logo\";s:0:\"\";s:22:\"header_templates-start\";s:0:\"\";s:20:\"header_templates-end\";s:0:\"\";s:13:\"no_item-start\";s:0:\"\";s:15:\"no_item_message\";s:0:\"\";s:11:\"no_item-end\";s:0:\"\";s:10:\"logo-start\";s:0:\"\";s:11:\"header_logo\";s:0:\"\";s:11:\"logo_sticky\";s:0:\"\";s:11:\"logo_tablet\";s:0:\"\";s:17:\"logo_teblet_width\";s:0:\"\";s:11:\"logo_mobile\";s:0:\"\";s:17:\"logo_mobile_width\";s:0:\"\";s:8:\"logo-end\";s:0:\"\";s:10:\"menu-start\";s:0:\"\";s:8:\"menu-end\";s:0:\"\";s:20:\"burger_sidebar-start\";s:0:\"\";s:21:\"burger_sidebar_select\";s:0:\"\";s:18:\"burger_sidebar-end\";s:0:\"\";s:14:\"top_left-start\";s:0:\"\";s:12:\"top_left-end\";s:0:\"\";s:16:\"top_center-start\";s:0:\"\";s:14:\"top_center-end\";s:0:\"\";s:15:\"top_right-start\";s:0:\"\";s:13:\"top_right-end\";s:0:\"\";s:17:\"middle_left-start\";s:0:\"\";s:15:\"middle_left-end\";s:0:\"\";s:19:\"middle_center-start\";s:0:\"\";s:17:\"middle_center-end\";s:0:\"\";s:18:\"middle_right-start\";s:0:\"\";s:16:\"middle_right-end\";s:0:\"\";s:17:\"bottom_left-start\";s:0:\"\";s:15:\"bottom_left-end\";s:0:\"\";s:19:\"bottom_center-start\";s:0:\"\";s:17:\"bottom_center-end\";s:0:\"\";s:18:\"bottom_right-start\";s:0:\"\";s:16:\"bottom_right-end\";s:0:\"\";s:22:\"top_left__tablet-start\";s:0:\"\";s:20:\"top_left__tablet-end\";s:0:\"\";s:24:\"top_center__tablet-start\";s:0:\"\";s:22:\"top_center__tablet-end\";s:0:\"\";s:23:\"top_right__tablet-start\";s:0:\"\";s:21:\"top_right__tablet-end\";s:0:\"\";s:25:\"middle_left__tablet-start\";s:0:\"\";s:23:\"middle_left__tablet-end\";s:0:\"\";s:27:\"middle_center__tablet-start\";s:0:\"\";s:25:\"middle_center__tablet-end\";s:0:\"\";s:26:\"middle_right__tablet-start\";s:0:\"\";s:24:\"middle_right__tablet-end\";s:0:\"\";s:25:\"bottom_left__tablet-start\";s:0:\"\";s:23:\"bottom_left__tablet-end\";s:0:\"\";s:27:\"bottom_center__tablet-start\";s:0:\"\";s:25:\"bottom_center__tablet-end\";s:0:\"\";s:26:\"bottom_right__tablet-start\";s:0:\"\";s:24:\"bottom_right__tablet-end\";s:0:\"\";s:22:\"top_left__mobile-start\";s:0:\"\";s:20:\"top_left__mobile-end\";s:0:\"\";s:24:\"top_center__mobile-start\";s:0:\"\";s:22:\"top_center__mobile-end\";s:0:\"\";s:23:\"top_right__mobile-start\";s:0:\"\";s:21:\"top_right__mobile-end\";s:0:\"\";s:25:\"middle_left__mobile-start\";s:0:\"\";s:23:\"middle_left__mobile-end\";s:0:\"\";s:27:\"middle_center__mobile-start\";s:0:\"\";s:25:\"middle_center__mobile-end\";s:0:\"\";s:26:\"middle_right__mobile-start\";s:0:\"\";s:24:\"middle_right__mobile-end\";s:0:\"\";s:25:\"bottom_left__mobile-start\";s:0:\"\";s:23:\"bottom_left__mobile-end\";s:0:\"\";s:27:\"bottom_center__mobile-start\";s:0:\"\";s:25:\"bottom_center__mobile-end\";s:0:\"\";s:26:\"bottom_right__mobile-start\";s:0:\"\";s:24:\"bottom_right__mobile-end\";s:0:\"\";s:11:\"text1-start\";s:0:\"\";s:9:\"text1-end\";s:0:\"\";s:11:\"text2-start\";s:0:\"\";s:9:\"text2-end\";s:0:\"\";s:11:\"text3-start\";s:0:\"\";s:9:\"text3-end\";s:0:\"\";s:11:\"text4-start\";s:0:\"\";s:9:\"text4-end\";s:0:\"\";s:11:\"text5-start\";s:0:\"\";s:9:\"text5-end\";s:0:\"\";s:11:\"text6-start\";s:0:\"\";s:9:\"text6-end\";s:0:\"\";s:16:\"delimiter1-start\";s:0:\"\";s:14:\"delimiter1-end\";s:0:\"\";s:16:\"delimiter2-start\";s:0:\"\";s:14:\"delimiter2-end\";s:0:\"\";s:16:\"delimiter3-start\";s:0:\"\";s:14:\"delimiter3-end\";s:0:\"\";s:16:\"delimiter4-start\";s:0:\"\";s:14:\"delimiter4-end\";s:0:\"\";s:16:\"delimiter5-start\";s:0:\"\";s:14:\"delimiter5-end\";s:0:\"\";s:16:\"delimiter6-start\";s:0:\"\";s:14:\"delimiter6-end\";s:0:\"\";s:14:\"side_top-start\";s:0:\"\";s:12:\"side_top-end\";s:0:\"\";s:17:\"side_middle-start\";s:0:\"\";s:15:\"side_middle-end\";s:0:\"\";s:17:\"side_bottom-start\";s:0:\"\";s:15:\"side_bottom-end\";s:0:\"\";s:22:\"side_top__tablet-start\";s:0:\"\";s:30:\"side_top__tablet_styling-start\";s:0:\"\";s:28:\"side_top__tablet_styling-end\";s:0:\"\";s:20:\"side_top__tablet-end\";s:0:\"\";s:25:\"side_middle__tablet-start\";s:0:\"\";s:33:\"side_middle__tablet_styling-start\";s:0:\"\";s:31:\"side_middle__tablet_styling-end\";s:0:\"\";s:23:\"side_middle__tablet-end\";s:0:\"\";s:25:\"side_bottom__tablet-start\";s:0:\"\";s:33:\"side_bottom__tablet_styling-start\";s:0:\"\";s:31:\"side_bottom__tablet_styling-end\";s:0:\"\";s:23:\"side_bottom__tablet-end\";s:0:\"\";s:22:\"side_top__mobile-start\";s:0:\"\";s:30:\"side_top__mobile_styling-start\";s:0:\"\";s:28:\"side_top__mobile_styling-end\";s:0:\"\";s:20:\"side_top__mobile-end\";s:0:\"\";s:25:\"side_middle__mobile-start\";s:0:\"\";s:33:\"side_middle__mobile_styling-start\";s:0:\"\";s:31:\"side_middle__mobile_styling-end\";s:0:\"\";s:23:\"side_middle__mobile-end\";s:0:\"\";s:25:\"side_bottom__mobile-start\";s:0:\"\";s:33:\"side_bottom__mobile_styling-start\";s:0:\"\";s:31:\"side_bottom__mobile_styling-end\";s:0:\"\";s:23:\"side_bottom__mobile-end\";s:0:\"\";s:29:\"desktop_header_settings-start\";s:0:\"\";s:27:\"desktop_header_settings-end\";s:0:\"\";s:28:\"tablet_header_settings-start\";s:0:\"\";s:26:\"tablet_header_settings-end\";s:0:\"\";s:28:\"mobile_header_settings-start\";s:0:\"\";s:26:\"mobile_header_settings-end\";s:0:\"\";s:16:\"page_title-start\";s:0:\"\";s:14:\"page_title-end\";s:0:\"\";s:12:\"footer-start\";s:0:\"\";s:10:\"footer-end\";s:0:\"\";s:16:\"page_sidebar_def\";s:0:\"\";s:23:\"blog_single_sidebar_def\";s:0:\"\";s:28:\"portfolio_single_sidebar_def\";s:0:\"\";s:26:\"project_single_sidebar_def\";s:0:\"\";s:23:\"team_single_sidebar_def\";s:0:\"\";s:17:\"wbc_demo_importer\";s:0:\"\";s:19:\"redux_import_export\";s:0:\"\";s:12:\"redux-backup\";i:1;}', 'yes'),
(167, 'gt3_first_activation', 'true', 'yes'),
(168, 'elementor_container_width', '1190', 'yes'),
(169, 'elementor_disable_color_schemes', 'yes', 'yes'),
(170, 'elementor_disable_typography_schemes', 'yes', 'yes'),
(171, 'yith_woocompare_compare_button_in_products_list', 'yes', 'yes'),
(172, 'woocommerce_catalog_columns', '3', 'yes'),
(173, 'woocommerce_catalog_rows', '3', 'yes'),
(174, 'woocommerce_single_image_width', '1200', 'yes'),
(175, 'woocommerce_thumbnail_image_width', '800', 'yes'),
(176, 'gallery_thumbnail_image_width', '800', 'yes'),
(177, 'gt3_rate_date', '1680883206', 'yes'),
(182, 'revslider_servers', 'a:7:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-c.tools\";i:2;s:22:\"themepunch-ext-c.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:16:\"themepunch.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}', 'yes'),
(183, 'revslider_server_refresh', '1680278412', 'yes'),
(184, 'revslider-update-check-short', '1680478331', 'yes'),
(185, 'revslider-connection', '1', 'yes'),
(186, 'revslider-update-hash', '87b93650acabbff4202a283be785ca3c', 'yes'),
(187, 'revslider-latest-version', '6.6.12', 'yes'),
(188, 'revslider-stable-version', '4.2.0', 'yes'),
(189, 'revslider-notices', 'a:4:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:539:\"<div style=\"display: block; background: #fff;text-align: center; \nheight: 300px;\"><a \nhref=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium2\"\n target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: \ncover; background-size: cover; opacity: 1; width: 920px; height: 300px; \ndisplay: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" \npreload=\"auto\"><source \nsrc=\"//updates.themepunch.tools//banners/videobanner_premium2.mp4\" \ntype=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:401:\"<div style=\"display: block; background:#fff;text-align: center; \nheight: 250px;\"><a \nhref=\"https://www.sliderrevolution.com/wordpress-hosting/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getwphosting\"\n target=\"_blank\" rel=\"noopener\"><img style=\"width: 960px; \nheight: 250px; display: inline-block;\" \n src=\"//updates.themepunch.tools//banners/rs60/wphostingadmin.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.9.9\";s:4:\"text\";s:550:\"<div style=\"display: block; background: #fff;text-align: center; height: 300px;\"><a href=\"https://www.sliderrevolution.com/slider-revolution-visual-editor-version-6-6/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=update66\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 920px; height: 300px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch.tools//banners/rs60/update66videobanner2.mp4\" type=\"video/mp4\"></video></a></div>\n\";s:4:\"code\";s:8:\"TPRSV663\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:521:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:8:\"TPRSV668\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}', 'yes'),
(190, 'revslider-additions', 'O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}', 'yes'),
(191, 'rs-addons-counter', '30', 'yes');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(192, 'revslider-addons', 'O:8:\"stdClass\":30:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"352\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.3.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2021-03-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"351\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:6:\"6.2.50\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.2.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2021-01-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"350\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:6:\"6.2.50\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:6:\"2.0.10\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"354\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"307\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2020-10-15\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"75\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"309\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2020-12-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_lottie.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"77\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"311\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"64\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2021-01-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"58\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-12-15\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"312\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.2.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"70\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"310\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2021-02-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"353\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"57\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"308\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.2.3\";s:10:\"background\";s:75:\"//updates.themepunch.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2021-01-15\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"61\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"73\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"59\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"54\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"65\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"66\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"69\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"71\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}', 'yes'),
(193, 'revslider-library-check', '1680278415', 'yes'),
(194, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(195, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(196, 'revslider-templates-check', '1680278418', 'yes'),
(197, 'revslider-templates-hash', '49e47c16a8b29ef5f6dca58578d07ca9', 'yes'),
(198, 'rs-templates-new', '', 'no');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(199, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"49e47c16a8b29ef5f6dca58578d07ca9\";s:6:\"slider\";a:659:{i:0;a:24:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:24:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:24:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:25:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:24:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:24:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:25:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:24:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:24:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:24:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:25:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:25:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:25:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:25:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:25:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:25:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:25:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:25:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:25:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:25:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:25:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:25:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:25:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:25:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:25:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:25:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:25:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:25:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:25:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:25:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:25:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:25:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:25:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:25:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:25:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:25:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:25:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:25:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:25:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:25:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:25:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:25:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:25:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:25:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:25:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:25:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:25:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:25:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:25:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:25:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:25:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:25:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:25:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:25:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:25:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:25:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:25:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:25:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:25:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:25:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:25:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:25:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:25:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:25:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:25:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:25:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:25:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:28:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:28:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:28:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:28:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:28:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:28:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:28:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:28:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:28:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:28:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:28:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:28:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:28:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:28:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:28:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:28:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:25:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:25:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:25:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:25:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:89;a:28:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:90;a:28:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:91;a:28:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:92;a:28:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:93;a:28:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:95;a:25:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:25:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:28:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:28:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:99;a:28:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:102;a:28:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:103;a:28:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:104;a:28:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:105;a:28:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:106;a:28:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:107;a:28:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:108;a:28:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:109;a:28:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:110;a:28:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:111;a:28:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:28:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:113;a:28:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:114;a:28:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:115;a:28:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:116;a:28:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:117;a:28:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:118;a:28:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:119;a:28:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:120;a:28:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:121;a:28:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:124;a:24:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:125;a:28:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:24:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:128;a:24:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:131;a:24:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:24:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:24:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:24:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:24:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:24:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:24:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:24:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:24:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:24:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:24:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:28:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:143;a:28:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:144;a:28:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:145;a:28:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:146;a:28:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:147;a:28:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:148;a:28:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:149;a:28:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:150;a:28:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:151;a:28:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:152;a:28:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:153;a:28:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:154;a:28:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:155;a:28:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:156;a:28:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:158;a:24:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:160;a:24:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:161;a:28:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:162;a:28:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:163;a:28:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:164;a:28:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:165;a:28:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:166;a:28:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:167;a:28:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:168;a:28:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:169;a:28:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:170;a:24:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:167:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:171;a:24:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:172;a:24:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:173;a:24:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:192;a:25:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:193;a:28:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:194;a:28:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:195;a:28:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:196;a:28:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:197;a:28:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:198;a:28:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:199;a:28:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:200;a:25:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:28:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:202;a:28:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:203;a:28:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:204;a:28:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:205;a:28:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:206;a:28:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:207;a:28:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:208;a:28:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:209;a:28:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:210;a:28:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:211;a:28:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:212;a:28:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:213;a:28:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:214;a:28:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:215;a:24:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:216;a:24:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:217;a:28:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:218;a:28:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:219;a:28:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:220;a:28:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:221;a:28:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:222;a:28:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:223;a:24:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:224;a:24:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:24:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:24:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:227;a:28:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:228;a:28:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:229;a:28:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:230;a:28:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:231;a:28:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:232;a:28:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:233;a:28:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:234;a:28:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:235;a:28:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:236;a:28:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:237;a:28:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:238;a:24:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:239;a:24:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:240;a:24:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:241;a:24:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:242;a:28:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:243;a:28:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:244;a:28:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:245;a:28:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:246;a:28:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:247;a:28:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:248;a:28:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:249;a:28:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:250;a:28:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:251;a:24:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:252;a:24:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:253;a:24:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:254;a:24:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:255;a:24:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:256;a:24:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:257;a:28:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:258;a:28:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:259;a:28:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:260;a:28:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:261;a:28:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:262;a:28:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:263;a:28:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:264;a:28:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:265;a:28:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:266;a:28:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:28:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:28:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:269;a:28:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:270;a:28:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:271;a:28:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:272;a:28:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:273;a:28:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:274;a:28:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:275;a:28:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:276;a:28:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:25:\"Minimal Portfolio Website\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-website\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:277;a:28:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:278;a:28:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:279;a:28:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:280;a:28:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:281;a:28:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:282;a:28:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:283;a:28:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:284;a:28:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:285;a:28:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:286;a:28:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:287;a:24:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:288;a:24:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:289;a:28:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:290;a:28:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:291;a:28:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:292;a:28:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:293;a:28:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:294;a:28:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:295;a:28:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:296;a:28:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:297;a:28:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:298;a:28:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:299;a:28:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:300;a:28:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:301;a:28:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:302;a:28:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:303;a:28:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:304;a:28:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:305;a:24:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:306;a:28:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:307;a:28:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:308;a:28:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:309;a:28:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:310;a:28:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:311;a:28:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:312;a:28:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:313;a:28:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:314;a:28:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:315;a:28:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:24:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:317;a:24:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:318;a:28:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:319;a:28:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:320;a:28:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:321;a:28:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:322;a:28:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:323;a:28:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:324;a:28:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:325;a:24:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:24:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:28:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:328;a:28:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:329;a:28:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:330;a:28:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:331;a:28:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:332;a:28:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:333;a:28:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:334;a:28:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:335;a:28:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:336;a:28:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:27:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:338;a:27:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:339;a:27:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:340;a:27:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:341;a:27:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:342;a:27:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:343;a:27:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:344;a:27:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:345;a:27:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:346;a:27:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:27:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:27:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:27:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:27:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:27:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:27:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:27:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:27:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:27:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:27:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:27:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:358;a:27:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:359;a:27:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:360;a:27:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:361;a:27:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:362;a:27:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:363;a:27:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:364;a:27:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:365;a:27:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:366;a:27:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:367;a:27:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:368;a:27:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:369;a:27:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:370;a:27:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:371;a:27:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:372;a:27:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:373;a:27:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:374;a:27:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:375;a:27:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:27:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:377;a:27:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:378;a:27:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:379;a:27:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:380;a:27:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:381;a:27:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:382;a:27:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:383;a:27:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:384;a:27:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:385;a:27:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:27:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:387;a:27:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:388;a:27:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:389;a:27:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:390;a:27:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:391;a:27:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:392;a:27:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:393;a:27:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:394;a:27:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:395;a:27:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:27:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:24:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:398;a:24:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:399;a:27:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:400;a:27:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:401;a:27:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:402;a:24:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:403;a:27:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:404;a:27:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:405;a:27:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:406;a:27:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:407;a:27:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:408;a:27:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:409;a:27:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:410;a:27:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:411;a:27:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:412;a:27:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:27:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:27:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:27:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:27:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:24:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:418;a:24:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:419;a:24:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:420;a:24:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:421;a:24:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:422;a:24:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:423;a:24:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:424;a:24:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:425;a:24:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:426;a:24:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:27:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:428;a:27:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:429;a:27:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:430;a:27:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:431;a:27:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:432;a:27:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:433;a:27:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:434;a:27:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:435;a:27:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:436;a:27:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:24:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:439;a:24:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:440;a:24:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:441;a:27:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:442;a:27:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:443;a:27:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:444;a:27:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:445;a:27:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:446;a:27:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:447;a:27:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:448;a:27:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:449;a:27:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:450;a:27:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:24:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:452;a:24:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:453;a:24:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:454;a:27:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:455;a:27:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:456;a:27:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:457;a:27:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:458;a:27:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:459;a:27:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:460;a:27:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:461;a:27:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:462;a:27:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:463;a:27:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:24:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:465;a:27:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:466;a:27:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:467;a:27:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:468;a:27:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:469;a:27:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:470;a:27:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:471;a:27:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:472;a:27:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:473;a:24:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:369:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:27:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:475;a:27:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:476;a:27:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:86:\" offset=\"t:90px,80px,70px,70px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:477;a:27:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:478;a:27:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:479;a:27:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:480;a:27:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:481;a:27:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:482;a:27:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:483;a:27:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:27:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:27:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:24:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:487;a:24:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:543:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:488;a:24:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:489;a:27:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:490;a:27:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:491;a:27:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:492;a:27:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:493;a:27:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:494;a:27:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:495;a:27:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:496;a:27:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:497;a:27:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:498;a:27:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:499;a:27:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:500;a:27:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:501;a:27:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:502;a:27:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:503;a:27:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:504;a:24:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:505;a:24:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:506;a:27:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:507;a:27:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:508;a:24:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:509;a:24:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:510;a:24:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:511;a:24:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:512;a:27:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:513;a:27:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:514;a:27:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:515;a:24:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:516;a:24:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:517;a:24:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:24:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:24:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:703:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:24:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:361:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:24:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:238:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:522;a:24:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:523;a:24:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:524;a:27:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:525;a:27:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:526;a:27:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:527;a:27:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:528;a:27:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:529;a:27:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:530;a:27:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:531;a:27:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:532;a:27:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:533;a:28:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:534;a:28:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:535;a:27:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:536;a:27:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:537;a:27:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:538;a:27:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:539;a:27:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:540;a:27:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:541;a:27:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:542;a:27:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:543;a:27:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:544;a:27:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:545;a:27:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:546;a:27:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:547;a:27:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:548;a:27:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:549;a:27:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:550;a:27:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:551;a:27:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:552;a:27:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:553;a:27:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:554;a:24:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";s:7:\"preview\";s:83:\"https://www.sliderrevolution.com/templates/urban-street-skate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:555;a:24:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-11 12:47:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:556;a:27:{s:2:\"id\";s:3:\"601\";s:5:\"title\";s:37:\"Tattoo Event Website Template Package\";s:5:\"alias\";s:37:\"tattoo-event-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"tattoo-event-website-template-package\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-12 14:37:06\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:557;a:27:{s:2:\"id\";s:3:\"602\";s:5:\"title\";s:24:\"Tattoo Event Hero Slider\";s:5:\"alias\";s:24:\"tattoo-event-hero-slider\";s:3:\"zip\";s:34:\"packs/tattoo-event-hero-slider.zip\";s:3:\"uid\";s:32:\"3a4eb0f2f1de6b9a644d626c4472208b\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:11:21\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:558;a:27:{s:2:\"id\";s:3:\"603\";s:5:\"title\";s:18:\"Tattoo Event About\";s:5:\"alias\";s:18:\"tattoo-event-about\";s:3:\"zip\";s:28:\"packs/tattoo-event-about.zip\";s:3:\"uid\";s:32:\"ae8aaf2b1aeb84036c35ac3d4a178ed6\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:14:35\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:559;a:27:{s:2:\"id\";s:3:\"604\";s:5:\"title\";s:20:\"Tattoo Event Artists\";s:5:\"alias\";s:20:\"tattoo-event-artists\";s:3:\"zip\";s:30:\"packs/tattoo-event-artists.zip\";s:3:\"uid\";s:32:\"e11b6508214396963c856afc1b604e58\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:16:36\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:560;a:27:{s:2:\"id\";s:3:\"605\";s:5:\"title\";s:21:\"Tattoo Event Schedule\";s:5:\"alias\";s:21:\"tattoo-event-schedule\";s:3:\"zip\";s:31:\"packs/tattoo-event-schedule.zip\";s:3:\"uid\";s:32:\"73be4b953a719fc9abfadc447e88b906\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:19:17\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:561;a:27:{s:2:\"id\";s:3:\"606\";s:5:\"title\";s:17:\"Tattoo Event News\";s:5:\"alias\";s:17:\"tattoo-event-news\";s:3:\"zip\";s:27:\"packs/tattoo-event-news.zip\";s:3:\"uid\";s:32:\"80eafaaaa2f1844cac7c5c1efb0912d1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:21:56\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:562;a:27:{s:2:\"id\";s:3:\"607\";s:5:\"title\";s:19:\"Tattoo Event Footer\";s:5:\"alias\";s:19:\"tattoo-event-footer\";s:3:\"zip\";s:29:\"packs/tattoo-event-footer.zip\";s:3:\"uid\";s:32:\"0c16f7290794f2e26566c8a8ca8f6493\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:23:18\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:563;a:27:{s:2:\"id\";s:3:\"608\";s:5:\"title\";s:24:\"Startup Website Template\";s:5:\"alias\";s:24:\"startup-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"startup-website-template\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:29:34\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:564;a:27:{s:2:\"id\";s:3:\"609\";s:5:\"title\";s:12:\"Startup Menu\";s:5:\"alias\";s:12:\"startup-menu\";s:3:\"zip\";s:22:\"packs/startup-menu.zip\";s:3:\"uid\";s:32:\"10b7853c05d47a99e61a68ec7ef0a0ea\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:32:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:565;a:27:{s:2:\"id\";s:3:\"610\";s:5:\"title\";s:12:\"Startup Hero\";s:5:\"alias\";s:12:\"startup-hero\";s:3:\"zip\";s:22:\"packs/startup-hero.zip\";s:3:\"uid\";s:32:\"7a41e68bac8bc7f937b7eb957e01eb11\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:34:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:566;a:27:{s:2:\"id\";s:3:\"611\";s:5:\"title\";s:13:\"Startup About\";s:5:\"alias\";s:13:\"startup-about\";s:3:\"zip\";s:23:\"packs/startup-about.zip\";s:3:\"uid\";s:32:\"22a816ba986476a36fef3887ff4d1ea1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:36:55\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:567;a:27:{s:2:\"id\";s:3:\"612\";s:5:\"title\";s:18:\"Startup Features 1\";s:5:\"alias\";s:18:\"startup-features-1\";s:3:\"zip\";s:28:\"packs/startup-features-1.zip\";s:3:\"uid\";s:32:\"4b0b7b8773ba30bdc58b862442155faa\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:39:11\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:568;a:27:{s:2:\"id\";s:3:\"613\";s:5:\"title\";s:18:\"Startup Features 2\";s:5:\"alias\";s:18:\"startup-features-2\";s:3:\"zip\";s:28:\"packs/startup-features-2.zip\";s:3:\"uid\";s:32:\"7a686556ca8c4355fea931b3e946a3d0\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:40:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:569;a:27:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:12:\"Startup Team\";s:5:\"alias\";s:12:\"startup-team\";s:3:\"zip\";s:22:\"packs/startup-team.zip\";s:3:\"uid\";s:32:\"7969f1f556fd276ec04dcbf49144d2f8\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:42:12\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:570;a:27:{s:2:\"id\";s:3:\"615\";s:5:\"title\";s:15:\"Startup Reviews\";s:5:\"alias\";s:15:\"startup-reviews\";s:3:\"zip\";s:25:\"packs/startup-reviews.zip\";s:3:\"uid\";s:32:\"4d5253028165c237cda5f42c3f721c09\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:43:42\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:571;a:27:{s:2:\"id\";s:3:\"616\";s:5:\"title\";s:11:\"Startup CTA\";s:5:\"alias\";s:11:\"startup-cta\";s:3:\"zip\";s:21:\"packs/startup-cta.zip\";s:3:\"uid\";s:32:\"bfe7cb2a94dd8292179e16a986cf2748\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:45:02\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:572;a:27:{s:2:\"id\";s:3:\"617\";s:5:\"title\";s:14:\"Startup Footer\";s:5:\"alias\";s:14:\"startup-footer\";s:3:\"zip\";s:24:\"packs/startup-footer.zip\";s:3:\"uid\";s:32:\"d73466042d108699d366bf9cab2beaa8\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:46:31\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:573;a:27:{s:2:\"id\";s:3:\"618\";s:5:\"title\";s:19:\"Startup Video Modal\";s:5:\"alias\";s:19:\"startup-video-modal\";s:3:\"zip\";s:29:\"packs/startup-video-modal.zip\";s:3:\"uid\";s:32:\"5fd53a8ad93456a152c25079f6437377\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:47:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:574;a:27:{s:2:\"id\";s:3:\"619\";s:5:\"title\";s:32:\"Christmas Gift Card Landing Page\";s:5:\"alias\";s:32:\"christmas-gift-card-landing-page\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"christmas-gift-card-landing-page\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:05:33\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:575;a:27:{s:2:\"id\";s:3:\"620\";s:5:\"title\";s:24:\"Christmas Landing Page 1\";s:5:\"alias\";s:24:\"christmas-landing-page-1\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-1.zip\";s:3:\"uid\";s:32:\"17eb656138d076ca1dc2d9fa5cefb1b8\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:08:37\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:576;a:27:{s:2:\"id\";s:3:\"621\";s:5:\"title\";s:24:\"Christmas Landing Page 2\";s:5:\"alias\";s:24:\"christmas-landing-page-2\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-2.zip\";s:3:\"uid\";s:32:\"ea0d2cfdba50c8060c66ee7b979c3b83\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:341:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:10:54\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:577;a:24:{s:2:\"id\";s:3:\"622\";s:5:\"title\";s:12:\"Image Slider\";s:5:\"alias\";s:12:\"image-slider\";s:3:\"zip\";s:16:\"image-slider.zip\";s:3:\"uid\";s:32:\"85a8fcfa9220809176bd3d6bc70b4abf\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/newborn-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:213:\"<span class=\"ttm_content\">Get an instant \"wow\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-04 09:45:41\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:578;a:24:{s:2:\"id\";s:3:\"623\";s:5:\"title\";s:17:\"Full Width Slider\";s:5:\"alias\";s:17:\"full-width-slider\";s:3:\"zip\";s:21:\"full-width-slider.zip\";s:3:\"uid\";s:32:\"e2792804e7a1f3ec9806f6a6225a559d\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/delicious-full-width-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-10 11:40:04\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:579;a:27:{s:2:\"id\";s:3:\"624\";s:5:\"title\";s:20:\"App Website Template\";s:5:\"alias\";s:20:\"app-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"app-website-template\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:22:53\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:580;a:27:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:16:\"App Website Menu\";s:5:\"alias\";s:16:\"app-website-menu\";s:3:\"zip\";s:26:\"packs/app-website-menu.zip\";s:3:\"uid\";s:32:\"c3c100db368c091d01852df9851b9840\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:26:14\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:581;a:27:{s:2:\"id\";s:3:\"626\";s:5:\"title\";s:16:\"App Website Hero\";s:5:\"alias\";s:16:\"app-website-hero\";s:3:\"zip\";s:26:\"packs/app-website-hero.zip\";s:3:\"uid\";s:32:\"4b42974b08f2923986932ed529974d6f\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:29:00\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:13:\" zindex=\"300\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:582;a:27:{s:2:\"id\";s:3:\"627\";s:5:\"title\";s:20:\"App Download Buttons\";s:5:\"alias\";s:20:\"app-download-buttons\";s:3:\"zip\";s:30:\"packs/app-download-buttons.zip\";s:3:\"uid\";s:32:\"d5ecce65284cc95c506185e6f6291d55\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:31:22\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:583;a:27:{s:2:\"id\";s:3:\"628\";s:5:\"title\";s:17:\"App Website About\";s:5:\"alias\";s:17:\"app-website-about\";s:3:\"zip\";s:27:\"packs/app-website-about.zip\";s:3:\"uid\";s:32:\"984477b3ea7c943a7c6be78950754e3c\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:33:06\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:584;a:27:{s:2:\"id\";s:3:\"629\";s:5:\"title\";s:20:\"App Website Features\";s:5:\"alias\";s:20:\"app-website-features\";s:3:\"zip\";s:30:\"packs/app-website-features.zip\";s:3:\"uid\";s:32:\"206a0f73553c974ad86790fba6a13efd\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:35:08\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:585;a:27:{s:2:\"id\";s:3:\"630\";s:5:\"title\";s:21:\"App Website Video Cta\";s:5:\"alias\";s:21:\"app-website-video-cta\";s:3:\"zip\";s:31:\"packs/app-website-video-cta.zip\";s:3:\"uid\";s:32:\"19b2930f9cd9840dccbe94cb1cc435e2\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:36:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:586;a:27:{s:2:\"id\";s:3:\"631\";s:5:\"title\";s:23:\"App Website Screenshots\";s:5:\"alias\";s:23:\"app-website-screenshots\";s:3:\"zip\";s:33:\"packs/app-website-screenshots.zip\";s:3:\"uid\";s:32:\"94ce8eeecb7ffad62adc2d29b203f9d2\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:38:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:587;a:27:{s:2:\"id\";s:3:\"632\";s:5:\"title\";s:22:\"App Testimonials Title\";s:5:\"alias\";s:22:\"app-testimonials-title\";s:3:\"zip\";s:32:\"packs/app-testimonials-title.zip\";s:3:\"uid\";s:32:\"bea74fa6e180fe23007c3d215b1b0704\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:40:21\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:588;a:27:{s:2:\"id\";s:3:\"633\";s:5:\"title\";s:24:\"App Website Testimonials\";s:5:\"alias\";s:24:\"app-website-testimonials\";s:3:\"zip\";s:34:\"packs/app-website-testimonials.zip\";s:3:\"uid\";s:32:\"e7438a870ac1007da4c7821056d511fc\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:41:59\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:107:\" offset=\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\" zindex=\"300\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:589;a:27:{s:2:\"id\";s:3:\"634\";s:5:\"title\";s:16:\"App Website Team\";s:5:\"alias\";s:16:\"app-website-team\";s:3:\"zip\";s:26:\"packs/app-website-team.zip\";s:3:\"uid\";s:32:\"d9013f2968e43f696f8cc33fa3524071\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:43:40\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:94:\" offset=\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:590;a:27:{s:2:\"id\";s:3:\"635\";s:5:\"title\";s:18:\"App Website Footer\";s:5:\"alias\";s:18:\"app-website-footer\";s:3:\"zip\";s:28:\"packs/app-website-footer.zip\";s:3:\"uid\";s:32:\"5e13126b929feb389f9e083f3476ec46\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:45:12\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:591;a:27:{s:2:\"id\";s:3:\"636\";s:5:\"title\";s:15:\"App Video Modal\";s:5:\"alias\";s:15:\"app-video-modal\";s:3:\"zip\";s:25:\"packs/app-video-modal.zip\";s:3:\"uid\";s:32:\"7fe8115d0b6158c90fe92d1144ed7b01\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:46:49\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:592;a:27:{s:2:\"id\";s:3:\"637\";s:5:\"title\";s:25:\"Testimonial Carousel Pack\";s:5:\"alias\";s:25:\"testimonial-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"testimonial-carousel-pack\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:38:17\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:593;a:27:{s:2:\"id\";s:3:\"638\";s:5:\"title\";s:22:\"Testimonial Carousel 1\";s:5:\"alias\";s:22:\"testimonial-carousel-1\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-1.zip\";s:3:\"uid\";s:32:\"1cc1f92edb4edd47f880c0b4f77e343d\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:41:02\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:594;a:27:{s:2:\"id\";s:3:\"639\";s:5:\"title\";s:22:\"Testimonial Carousel 2\";s:5:\"alias\";s:22:\"testimonial-carousel-2\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-2.zip\";s:3:\"uid\";s:32:\"b6ad1675b8d14c0ccc63ffc01b221aac\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:43:25\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:595;a:27:{s:2:\"id\";s:3:\"640\";s:5:\"title\";s:22:\"Testimonial Carousel 3\";s:5:\"alias\";s:22:\"testimonial-carousel-3\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-3.zip\";s:3:\"uid\";s:32:\"cb4a72fb40fc400a71754f71b9bb2d6e\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:46:01\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:596;a:27:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:22:\"Testimonial Carousel 4\";s:5:\"alias\";s:22:\"testimonial-carousel-4\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-4.zip\";s:3:\"uid\";s:32:\"bfca98d6b4042b38df044e9e2a6ca983\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:47:57\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:597;a:27:{s:2:\"id\";s:3:\"642\";s:5:\"title\";s:22:\"Testimonial Carousel 5\";s:5:\"alias\";s:22:\"testimonial-carousel-5\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-5.zip\";s:3:\"uid\";s:32:\"4a9b9c72b51628e1343adde9bff3915f\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:49:27\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:598;a:24:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:28:\"Deep Dive Ocean Water Effect\";s:5:\"alias\";s:9:\"deep-dive\";s:3:\"zip\";s:13:\"deep-dive.zip\";s:3:\"uid\";s:32:\"5cc0599857b0108fe4e76adc7fbf9a16\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:23:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:599;a:24:{s:2:\"id\";s:3:\"644\";s:5:\"title\";s:22:\"Particle Wave Showcase\";s:5:\"alias\";s:22:\"particle-wave-showcase\";s:3:\"zip\";s:26:\"particle-wave-showcase.zip\";s:3:\"uid\";s:32:\"1c9ac477fd636078d1812d8d98060899\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/particle-wave-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:307:\"<span class=\"ttm_content\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:30:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:600;a:24:{s:2:\"id\";s:3:\"645\";s:5:\"title\";s:17:\"Video Hero Header\";s:5:\"alias\";s:17:\"video-hero-header\";s:3:\"zip\";s:21:\"video-hero-header.zip\";s:3:\"uid\";s:32:\"f6a715d4b10e0746f7eb5100836ba1ab\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";s:7:\"preview\";s:61:\"https://www.sliderrevolution.com/templates/video-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:33:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:601;a:24:{s:2:\"id\";s:3:\"646\";s:5:\"title\";s:28:\"Solar System Showcase Slider\";s:5:\"alias\";s:28:\"solar-system-showcase-slider\";s:3:\"zip\";s:32:\"solar-system-showcase-slider.zip\";s:3:\"uid\";s:32:\"40f7b26ea7f8228d40e8e9cf0f34b5e8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Want to amaze your users ? Look no further.  Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:50:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:602;a:24:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:26:\"Optic Shop Showcase Slider\";s:5:\"alias\";s:26:\"Optic-shop-showcase-slider\";s:3:\"zip\";s:30:\"Optic-shop-showcase-slider.zip\";s:3:\"uid\";s:32:\"01509228c996ad45c2179d03654f499b\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-02-16 16:41:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:603;a:24:{s:2:\"id\";s:3:\"648\";s:5:\"title\";s:27:\"WordPress Charts And Graphs\";s:5:\"alias\";s:24:\"charts-template-showcase\";s:3:\"zip\";s:28:\"charts-template-showcase.zip\";s:3:\"uid\";s:32:\"4ae2fe61830f96c6c5b316368c1ad2c6\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/wordpress-charts-and-graphs/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.17\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:347:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-03 15:55:16\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:604;a:27:{s:2:\"id\";s:3:\"649\";s:5:\"title\";s:31:\"Fashion Website Slider Template\";s:5:\"alias\";s:31:\"fashion-website-slider-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"fashion-website-slider-template\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:00:36\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:605;a:27:{s:2:\"id\";s:3:\"650\";s:5:\"title\";s:22:\"Fashion Website Slider\";s:5:\"alias\";s:22:\"fashion-website-slider\";s:3:\"zip\";s:32:\"packs/fashion-website-slider.zip\";s:3:\"uid\";s:32:\"8fb8379f47346173fa0dd402dda37360\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:04:56\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:606;a:27:{s:2:\"id\";s:3:\"651\";s:5:\"title\";s:28:\"Fashion Website Slider Modal\";s:5:\"alias\";s:28:\"fashion-website-slider-modal\";s:3:\"zip\";s:38:\"packs/fashion-website-slider-modal.zip\";s:3:\"uid\";s:32:\"788f34043b6a5fcbfa5fc1c3322fb502\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:08:21\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:607;a:24:{s:2:\"id\";s:3:\"652\";s:5:\"title\";s:24:\"Furniture Website Slider\";s:5:\"alias\";s:24:\"furniture-website-slider\";s:3:\"zip\";s:28:\"furniture-website-slider.zip\";s:3:\"uid\";s:32:\"8575493ed5fd1ee2e671e67479fdeccb\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/furniture-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Promote products or create stunning landing pages with the Furniture Website Slider. Each slide comes with a different layout that can be used as a hero module or on an individual section on your website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-23 14:05:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:608;a:24:{s:2:\"id\";s:3:\"653\";s:5:\"title\";s:26:\"Fitness Gym Website Slider\";s:5:\"alias\";s:26:\"fitness-gym-website-slider\";s:3:\"zip\";s:30:\"fitness-gym-website-slider.zip\";s:3:\"uid\";s:32:\"86894d98e34a590e80a1d0cd3d7dc819\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/fitness-gym-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">Make your website visitors want to hit the gym once they see this fitness website slider. The background videos and unique, masked slide transitions make this module stand out!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-04-19 11:02:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:609;a:27:{s:2:\"id\";s:3:\"654\";s:5:\"title\";s:36:\"Ai & Robotics Webside Slider Package\";s:5:\"alias\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:12:25\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:610;a:27:{s:2:\"id\";s:3:\"655\";s:5:\"title\";s:28:\"Ai & Robotics Website Slider\";s:5:\"alias\";s:30:\"ai-and-robotics-website-slider\";s:3:\"zip\";s:40:\"packs/ai-and-robotics-website-slider.zip\";s:3:\"uid\";s:32:\"e40b7296d1519972029e9744a0c09b29\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:16:48\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:611;a:27:{s:2:\"id\";s:3:\"656\";s:5:\"title\";s:14:\"AI Video Modal\";s:5:\"alias\";s:14:\"ai-video-modal\";s:3:\"zip\";s:24:\"packs/ai-video-modal.zip\";s:3:\"uid\";s:32:\"aab36a599413b7e66dfdda8f517b47b1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:20:55\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:612;a:24:{s:2:\"id\";s:3:\"657\";s:5:\"title\";s:33:\"Minimal Typography Website Slider\";s:5:\"alias\";s:33:\"minimal-typography-website-slider\";s:3:\"zip\";s:37:\"minimal-typography-website-slider.zip\";s:3:\"uid\";s:32:\"43cf63d6541d33b7d4e59350935d73bf\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/minimal-typography-website-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">Make the hero section on your website stand out with this minimal, typography-based hero slider, featuring cool parallax bubble effects and fluid slide transitions.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-25 14:39:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:613;a:24:{s:2:\"id\";s:3:\"658\";s:5:\"title\";s:19:\"404 Page Collection\";s:5:\"alias\";s:19:\"404-page-collection\";s:3:\"zip\";s:23:\"404-page-collection.zip\";s:3:\"uid\";s:32:\"3f0b25b5e893b170536a498939465a1a\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/404-page-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.21\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:167:\"<span class=\"ttm_content\">Show your lost website visitors a funny and lighthearted message with our 404 page template collection.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-05-04 11:30:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:614;a:24:{s:2:\"id\";s:3:\"659\";s:5:\"title\";s:24:\"eCommerce Product Slider\";s:5:\"alias\";s:21:\"ecommerce-sale-slider\";s:3:\"zip\";s:25:\"ecommerce-sale-slider.zip\";s:3:\"uid\";s:32:\"49ca4743090cddca705ee108eae967c5\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/ecommerce-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">So you have an eCommerce shop and are looking for the ultimate sales pitch on your landing page? Trying to convert your precious visitors into more sales? Look no further than our eCommerce Product Slider!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-05-17 14:22:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:615;a:24:{s:2:\"id\";s:3:\"660\";s:5:\"title\";s:19:\"Fashion Shop Slider\";s:5:\"alias\";s:19:\"fashion-shop-slider\";s:3:\"zip\";s:23:\"fashion-shop-slider.zip\";s:3:\"uid\";s:32:\"e488e9126dbe4a34c02c89a1115f4ff9\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/fashion-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">Customize texts, images, and colors in seconds and have this beast of a shop slider running on your own website in no time.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:24:56\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:616;a:24:{s:2:\"id\";s:3:\"661\";s:5:\"title\";s:29:\"Lingerie Store Website Slider\";s:5:\"alias\";s:29:\"lingerie-store-website-slider\";s:3:\"zip\";s:33:\"lingerie-store-website-slider.zip\";s:3:\"uid\";s:32:\"7bdad27521b7c9b171b618dff2fa0315\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/lingerie-store-website-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">This hero slider also includes optional menu navigation and links, in case you want to use it as a standalone landing page.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:28:21\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:617;a:24:{s:2:\"id\";s:3:\"662\";s:5:\"title\";s:28:\"Beach Events Hero Collection\";s:5:\"alias\";s:28:\"beach-events-hero-collection\";s:3:\"zip\";s:32:\"beach-events-hero-collection.zip\";s:3:\"uid\";s:32:\"cf87cd65572e9bc4ee019cceae1c75f8\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/summer-beach-events-hero-collection\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">These hero image templates offer a high-octane mix of headlines, images, and special effects.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 16:56:11\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:618;a:27:{s:2:\"id\";s:3:\"663\";s:5:\"title\";s:41:\"Creative Portfolio Website Slider Package\";s:5:\"alias\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:00:43\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:619;a:27:{s:2:\"id\";s:3:\"664\";s:5:\"title\";s:30:\"Creative Portfolio Main Slider\";s:5:\"alias\";s:30:\"creative-portfolio-main-slider\";s:3:\"zip\";s:40:\"packs/creative-portfolio-main-slider.zip\";s:3:\"uid\";s:32:\"2b01de6e46611e4353f1687609aa6783\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:03:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:620;a:27:{s:2:\"id\";s:3:\"665\";s:5:\"title\";s:28:\"Creative Portfolio Project 1\";s:5:\"alias\";s:28:\"creative-portfolio-project-1\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-1.zip\";s:3:\"uid\";s:32:\"f1e3a170d3f06d7162445fe9cce99335\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:07:45\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:621;a:27:{s:2:\"id\";s:3:\"666\";s:5:\"title\";s:28:\"Creative Portfolio Project 2\";s:5:\"alias\";s:28:\"creative-portfolio-project-2\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-2.zip\";s:3:\"uid\";s:32:\"59369faef5b4a0571cd5fd72432d2d20\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:12:09\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:622;a:27:{s:2:\"id\";s:3:\"667\";s:5:\"title\";s:28:\"Creative Portfolio Project 3\";s:5:\"alias\";s:28:\"creative-portfolio-project-3\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-3.zip\";s:3:\"uid\";s:32:\"ac6823b9ffeba97c56aa6f4593109e5f\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:14:02\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:623;a:27:{s:2:\"id\";s:3:\"668\";s:5:\"title\";s:28:\"Creative Portfolio Project 4\";s:5:\"alias\";s:28:\"creative-portfolio-project-4\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-4.zip\";s:3:\"uid\";s:32:\"31f5cc4c9d13af7b56adfa7b7c84dce9\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:16:40\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:624;a:27:{s:2:\"id\";s:3:\"669\";s:5:\"title\";s:28:\"Creative Portfolio Project 5\";s:5:\"alias\";s:28:\"creative-portfolio-project-5\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-5.zip\";s:3:\"uid\";s:32:\"23c8e18d556da040ef6ac2382d4a7b94\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:20:22\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:625;a:27:{s:2:\"id\";s:3:\"670\";s:5:\"title\";s:28:\"Creative Portfolio Project 6\";s:5:\"alias\";s:28:\"creative-portfolio-project-6\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-6.zip\";s:3:\"uid\";s:32:\"518434a06d7a959bd3f3e0905e252209\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:21:51\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:626;a:27:{s:2:\"id\";s:3:\"671\";s:5:\"title\";s:28:\"Creative Portfolio Project 7\";s:5:\"alias\";s:28:\"creative-portfolio-project-7\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-7.zip\";s:3:\"uid\";s:32:\"bb1552746859766efbe319d7c0a1978e\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:24:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:627;a:25:{s:2:\"id\";s:3:\"672\";s:5:\"title\";s:24:\"AI Particle Cluster Hero\";s:5:\"alias\";s:19:\"ai-particle-cluster\";s:3:\"zip\";s:23:\"ai-particle-cluster.zip\";s:3:\"uid\";s:32:\"e47971fc290d738faca66e100cc7da74\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/ai-particle-cluster-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">If you are looking for a stunning, interactive particles animation for your WordPress website, this Slider Revolution template surely is a unique eye-catcher.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:25:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:628;a:25:{s:2:\"id\";s:3:\"673\";s:5:\"title\";s:24:\"Artistic Parallax Slider\";s:5:\"alias\";s:24:\"artistic-parallax-slider\";s:3:\"zip\";s:28:\"artistic-parallax-slider.zip\";s:3:\"uid\";s:32:\"a1488f5f4d3ffd2912f9520bba2a2418\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/artistic-parallax-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Gorgeous visuals and clear typography, paired with scroll-based slide navigation, make this WordPress parallax slider template a winner for a wide range of use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:29:34\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:629;a:25:{s:2:\"id\";s:3:\"674\";s:5:\"title\";s:23:\"Magazine Content Slider\";s:5:\"alias\";s:23:\"magazine-content-slider\";s:3:\"zip\";s:27:\"magazine-content-slider.zip\";s:3:\"uid\";s:32:\"6701ec2aab76c253004d6ed5755cf9f6\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:259:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if its not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:32:38\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:630;a:25:{s:2:\"id\";s:3:\"675\";s:5:\"title\";s:30:\"Magazine Content Slider Static\";s:5:\"alias\";s:30:\"magazine-content-slider-static\";s:3:\"zip\";s:34:\"magazine-content-slider-static.zip\";s:3:\"uid\";s:32:\"3b1f7d279064fa1fb90bb2000e9ebc7b\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:260:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if it\'s not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:35:12\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:631;a:25:{s:2:\"id\";s:3:\"676\";s:5:\"title\";s:24:\"Masonry Gallery Carousel\";s:5:\"alias\";s:24:\"Masonry-Gallery-Carousel\";s:3:\"zip\";s:28:\"Masonry-Gallery-Carousel.zip\";s:3:\"uid\";s:32:\"c189884a358e4984c8f300916909f54b\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/masonry-gallery-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">This masonry gallery template for Slider Revolution has three different masonry layouts, which can be mixed & matched and are easily customized. The headline and description captions make this template very flexible, with many use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:39:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:632;a:25:{s:2:\"id\";s:3:\"677\";s:5:\"title\";s:31:\"Neon WordPress Slider With Text\";s:5:\"alias\";s:21:\"neon-wordpress-slider\";s:3:\"zip\";s:25:\"neon-wordpress-slider.zip\";s:3:\"uid\";s:32:\"9d620dfc8df1be5b956a70106a4ca5d7\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/neon-wordpress-slider-with-text/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This is not your average WordPress slider with text and image. Stunning, AI generated images paired with crisp & snappy animations make this Slider Revolution template a winner!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:41:29\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:633;a:25:{s:2:\"id\";s:3:\"678\";s:5:\"title\";s:27:\"Restaurant One Page Website\";s:5:\"alias\";s:27:\"Restaurant-One-Page-Website\";s:3:\"zip\";s:31:\"Restaurant-One-Page-Website.zip\";s:3:\"uid\";s:32:\"747730efa359467cb5627ae123839090\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/kostlich-restaurant-one-page-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:285:\"<span class=\"ttm_content\">A restaurant WordPress template can easily be overloaded with features that no one really needs. The Köstlich Restaurant One Page Website template for Slider Revolution focuses on the information, a visitor wants to see.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:43:57\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:634;a:25:{s:2:\"id\";s:3:\"679\";s:5:\"title\";s:18:\"WooCommerce Slider\";s:5:\"alias\";s:18:\"woocommerce-slider\";s:3:\"zip\";s:22:\"woocommerce-slider.zip\";s:3:\"uid\";s:32:\"5f354f9d17d3b8562e7dfbac0b289ab3\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:47:34\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:635;a:25:{s:2:\"id\";s:3:\"680\";s:5:\"title\";s:25:\"WooCommerce Slider Static\";s:5:\"alias\";s:25:\"woocommerce-slider-static\";s:3:\"zip\";s:29:\"woocommerce-slider-static.zip\";s:3:\"uid\";s:32:\"66d86a41303223abecec3c4820bcd8f0\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:50:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:636;a:25:{s:2:\"id\";s:3:\"681\";s:5:\"title\";s:21:\"WordPress Post Slider\";s:5:\"alias\";s:21:\"wordpress-post-slider\";s:3:\"zip\";s:25:\"wordpress-post-slider.zip\";s:3:\"uid\";s:32:\"c854a5e0be29cb28893b0bb98d9e6740\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"postbased\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:52:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:637;a:25:{s:2:\"id\";s:3:\"682\";s:5:\"title\";s:28:\"WordPress Post Slider Static\";s:5:\"alias\";s:28:\"WordPress-Post-Slider-Static\";s:3:\"zip\";s:32:\"WordPress-Post-Slider-Static.zip\";s:3:\"uid\";s:32:\"edbb9e724f7758aff215ab3e743abd9e\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:53:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:638;a:25:{s:2:\"id\";s:3:\"683\";s:5:\"title\";s:22:\"Wordpress Video Slider\";s:5:\"alias\";s:22:\"wordpress-video-slider\";s:3:\"zip\";s:26:\"wordpress-video-slider.zip\";s:3:\"uid\";s:32:\"fd50cf2c76a1fe0bf8bd35e727a00bb7\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/wordpress-video-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">The WordPress Video Slider template for Slider Revolution offers a cinematic video viewing experience. With it is stylish, blurred background videos and a video player modal, this template is a fitting hero module choice for many websites.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:55:51\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:639;a:27:{s:2:\"id\";s:3:\"684\";s:5:\"title\";s:37:\"Architecture Website Template Package\";s:5:\"alias\";s:37:\"architecture-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"architecture-website-template-package\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:59:17\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:640;a:28:{s:2:\"id\";s:3:\"685\";s:5:\"title\";s:17:\"Architecture Menu\";s:5:\"alias\";s:17:\"architecture-menu\";s:3:\"zip\";s:27:\"packs/architecture-menu.zip\";s:3:\"uid\";s:32:\"a8c46db54ab5fdbb104aacc0cb26d48a\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:10:25\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:641;a:28:{s:2:\"id\";s:3:\"686\";s:5:\"title\";s:26:\"Architecture Header Slider\";s:5:\"alias\";s:26:\"architecture-header-slider\";s:3:\"zip\";s:36:\"packs/architecture-header-slider.zip\";s:3:\"uid\";s:32:\"e13d9d910db3371527ceb9f92a27057d\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:12:12\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:642;a:28:{s:2:\"id\";s:3:\"687\";s:5:\"title\";s:23:\"Architecture Text Block\";s:5:\"alias\";s:23:\"architecture-text-block\";s:3:\"zip\";s:33:\"packs/architecture-text-block.zip\";s:3:\"uid\";s:32:\"c130dd8a5faf7c292c54b99c82226c72\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:15:46\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:643;a:28:{s:2:\"id\";s:3:\"688\";s:5:\"title\";s:18:\"Architecture About\";s:5:\"alias\";s:18:\"architecture-about\";s:3:\"zip\";s:28:\"packs/architecture-about.zip\";s:3:\"uid\";s:32:\"5f589ec1e639ed4aa9b44542659cb2e9\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:17:04\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:644;a:28:{s:2:\"id\";s:3:\"689\";s:5:\"title\";s:26:\"Architecture Process Title\";s:5:\"alias\";s:26:\"architecture-process-title\";s:3:\"zip\";s:36:\"packs/architecture-process-title.zip\";s:3:\"uid\";s:32:\"6ca17bec2dc410a6c8a80a138c603a3c\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:18:48\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:645;a:28:{s:2:\"id\";s:3:\"690\";s:5:\"title\";s:20:\"Architecture Process\";s:5:\"alias\";s:20:\"architecture-process\";s:3:\"zip\";s:30:\"packs/architecture-process.zip\";s:3:\"uid\";s:32:\"df6202f061079192fde61c7756624c6c\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:20:31\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:646;a:28:{s:2:\"id\";s:3:\"691\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:5:\"alias\";s:22:\"architecture-portfolio\";s:3:\"zip\";s:32:\"packs/architecture-portfolio.zip\";s:3:\"uid\";s:32:\"444b7a502897a53a16eea5ec3cb7f08c\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:22:15\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:647;a:28:{s:2:\"id\";s:3:\"692\";s:5:\"title\";s:28:\"Architecture Portfolio Modal\";s:5:\"alias\";s:28:\"architecture-portfolio-modal\";s:3:\"zip\";s:38:\"packs/architecture-portfolio-modal.zip\";s:3:\"uid\";s:32:\"59994ba13c87a5409d75fdcbc7f58005\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:23:38\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:648;a:28:{s:2:\"id\";s:3:\"693\";s:5:\"title\";s:20:\"Architecture Contact\";s:5:\"alias\";s:20:\"architecture-contact\";s:3:\"zip\";s:30:\"packs/architecture-contact.zip\";s:3:\"uid\";s:32:\"b1ff4cf0d6530d79f7d67540ffdcd98d\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:25:49\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:649;a:24:{s:2:\"id\";s:3:\"694\";s:5:\"title\";s:23:\"Image Comparison Slider\";s:5:\"alias\";s:23:\"image-comparison-slider\";s:3:\"zip\";s:27:\"image-comparison-slider.zip\";s:3:\"uid\";s:32:\"c5af5832be50fc581c3a5ae31b09e5ab\";s:3:\"img\";s:34:\"image-comparison-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/image-comparison-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">Create amazing before and after animations for your website with the image comparison slider template. We made sure to include multiple exciting examples for you to customize to your liking.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:13:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:650;a:27:{s:2:\"id\";s:3:\"695\";s:5:\"title\";s:37:\"Wedding Photo Slider Template Package\";s:5:\"alias\";s:37:\"wedding-photo-slider-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"wedding-photo-slider-template-package\";s:3:\"img\";s:41:\"packages/Wedding-Photo-Slider-Package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:300:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:19:04\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:651;a:27:{s:2:\"id\";s:3:\"696\";s:5:\"title\";s:20:\"Wedding Photo Slider\";s:5:\"alias\";s:20:\"wedding-photo-slider\";s:3:\"zip\";s:30:\"packs/wedding-photo-slider.zip\";s:3:\"uid\";s:32:\"490b30ad46586bbf7034e50651b248a7\";s:3:\"img\";s:31:\"wedding-photo-slider/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:24:38\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:652;a:27:{s:2:\"id\";s:3:\"697\";s:5:\"title\";s:26:\"Wedding Photo Slider Modal\";s:5:\"alias\";s:26:\"wedding-photo-slider-modal\";s:3:\"zip\";s:36:\"packs/wedding-photo-slider-modal.zip\";s:3:\"uid\";s:32:\"56b40b3a73b786f5320f8814cddd3fda\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:27:53\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:653;a:24:{s:2:\"id\";s:3:\"698\";s:5:\"title\";s:25:\"Travel Agency Card Slider\";s:5:\"alias\";s:24:\"destinations-card-slider\";s:3:\"zip\";s:28:\"destinations-card-slider.zip\";s:3:\"uid\";s:32:\"59af2d3ac72375f6764f224d93d600ac\";s:3:\"img\";s:35:\"destinations-card-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/travel-agency-card-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The destination of your travel blog or travel booking website, definitely is \"above & beyond\" with this tastefully modern card slider template for Slider Revolution.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:31:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:654;a:24:{s:2:\"id\";s:3:\"699\";s:5:\"title\";s:29:\"Kitchen Knives Product Slider\";s:5:\"alias\";s:21:\"knives-product-slider\";s:3:\"zip\";s:25:\"knives-product-slider.zip\";s:3:\"uid\";s:32:\"b1d2db8fcd3e6bb1e949d00c90fd6ec0\";s:3:\"img\";s:32:\"knives-product-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/kitchen-knives-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:281:\"<span class=\"ttm_content\">Even if you\'re not into the knives selling business, this product slider template is easily customized to fit any use-case. The beautifully animated parallax elements, can be replaced with your own .png\'s, in no time!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:34:48\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:655;a:25:{s:2:\"id\";s:3:\"700\";s:5:\"title\";s:16:\"Tiny Slider Dark\";s:5:\"alias\";s:16:\"tiny-slider-dark\";s:3:\"zip\";s:20:\"tiny-slider-dark.zip\";s:3:\"uid\";s:32:\"57f5cd4e698621f5b7e09bc0bb172d72\";s:3:\"img\";s:27:\"tiny-slider-dark/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-12-20 13:51:32\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:656;a:25:{s:2:\"id\";s:3:\"701\";s:5:\"title\";s:17:\"Tiny Slider Light\";s:5:\"alias\";s:17:\"tiny-slider-light\";s:3:\"zip\";s:21:\"tiny-slider-light.zip\";s:3:\"uid\";s:32:\"67e9640a0dd7ac7c04342a323abb054a\";s:3:\"img\";s:28:\"tiny-slider-light/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-12-20 13:56:22\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:657;a:25:{s:2:\"id\";s:3:\"702\";s:5:\"title\";s:24:\"Pet Store Product Slider\";s:5:\"alias\";s:24:\"pet-store-product-slider\";s:3:\"zip\";s:28:\"pet-store-product-slider.zip\";s:3:\"uid\";s:32:\"6f847227958900311108951a77721e29\";s:3:\"img\";s:35:\"pet-store-product-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/pet-store-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">The Pet Store Product Slider template is a professional and eye-catching way to showcase your pet store\'s products on your website or social media. With this template, you can easily create a dynamic and interactive slider featuring your most popular pet products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-20 14:02:59\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:658;a:24:{s:2:\"id\";s:3:\"703\";s:5:\"title\";s:18:\"Material UI Slider\";s:5:\"alias\";s:18:\"material-ui-slider\";s:3:\"zip\";s:22:\"material-ui-slider.zip\";s:3:\"uid\";s:32:\"7e7909a030545f80c8ba8101c5b9bbd7\";s:3:\"img\";s:29:\"material-ui-slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/material-ui-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">The Material UI Slider Template is easy to use and requires no coding skills. You can quickly and easily create a professional-looking slider to showcase your products, services, or information in a visually appealing and engaging way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-20 14:06:25\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:659;a:25:{s:2:\"id\";s:3:\"704\";s:5:\"title\";s:19:\"Happy Holidays Hero\";s:5:\"alias\";s:19:\"happy-holidays-hero\";s:3:\"zip\";s:23:\"happy-holidays-hero.zip\";s:3:\"uid\";s:32:\"aabe32f963bc66d36f617c595ca2f1fd\";s:3:\"img\";s:30:\"happy-holidays-hero/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/happy-holidays-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Wish everyone happy holidays with our newest Christmas inspired hero section.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-22 09:27:59\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:660;a:24:{s:2:\"id\";s:3:\"705\";s:5:\"title\";s:34:\"Space & Sci-Fi Presentation Slider\";s:5:\"alias\";s:36:\"space-and-sci-fi-presentation-slider\";s:3:\"zip\";s:40:\"space-and-sci-fi-presentation-slider.zip\";s:3:\"uid\";s:32:\"6f8a89cfaa624a4ac799901fc85b802d\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide1.png\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/space-sci-fi-presentation-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">This is a perfect choice for technology companies, science fiction writers, space enthusiasts and much more.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-01-24 12:57:45\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:661;a:24:{s:2:\"id\";s:3:\"706\";s:5:\"title\";s:21:\"Claymorphism Carousel\";s:5:\"alias\";s:21:\"Claymorphism-Carousel\";s:3:\"zip\";s:25:\"Claymorphism-Carousel.zip\";s:3:\"uid\";s:32:\"8faec9adf09737acd8efdad7a1ccb673\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/claymorphism-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:195:\"<span class=\"ttm_content\">The Claymorphism Carousel template for Slider Revolution is a visually striking slider that features the unique claymorphism style.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-01-24 13:01:22\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:662;a:24:{s:2:\"id\";s:3:\"707\";s:5:\"title\";s:24:\"404 Page Hero Collection\";s:5:\"alias\";s:24:\"404-page-hero-collection\";s:3:\"zip\";s:28:\"404-page-hero-collection.zip\";s:3:\"uid\";s:32:\"a614db3d61935fdf249d7de2ff1f2d8f\";s:3:\"img\";s:35:\"404-page-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/404-page-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:212:\"<span class=\"ttm_content\">With the 404 Page Hero Collection template for Slider Revolution, you have several creative solutions at your disposal, to make your 404 page shine!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-02-22 16:28:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:663;a:24:{s:2:\"id\";s:3:\"708\";s:5:\"title\";s:32:\"Furniture Store Isometric Slider\";s:5:\"alias\";s:32:\"furniture-store-isometric-slider\";s:3:\"zip\";s:36:\"furniture-store-isometric-slider.zip\";s:3:\"uid\";s:32:\"385f8e4dac9f84ea72388f656b200251\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/furniture-store-isometric-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A furniture store slider template with stunning and versatile visuals! With bold and beautiful 3D isometric graphics, it\'s the perfect way to showcase modern furniture pieces and room designs.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-02-22 16:35:11\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:664;a:27:{s:2:\"id\";s:3:\"709\";s:5:\"title\";s:36:\"Woodworking Website Template Package\";s:5:\"alias\";s:36:\"woodworking-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"woodworking-website-template-package\";s:3:\"img\";s:41:\"packages/Woodworking-Website-Template.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 10:54:05\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:665;a:27:{s:2:\"id\";s:3:\"710\";s:5:\"title\";s:22:\"Wood Art One Page Hero\";s:5:\"alias\";s:22:\"wood-art-one-page-hero\";s:3:\"zip\";s:32:\"packs/wood-art-one-page-hero.zip\";s:3:\"uid\";s:32:\"4236270d46058389ddb032f6c68d63dc\";s:3:\"img\";s:33:\"wood-art-one-page-hero/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:15:10\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:666;a:27:{s:2:\"id\";s:3:\"711\";s:5:\"title\";s:23:\"Wood Art One Page About\";s:5:\"alias\";s:23:\"wood-art-one-page-about\";s:3:\"zip\";s:33:\"packs/wood-art-one-page-about.zip\";s:3:\"uid\";s:32:\"c14fe92fa107d914dab4826681db8d1d\";s:3:\"img\";s:34:\"wood-art-one-page-about/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:19:12\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:667;a:27:{s:2:\"id\";s:3:\"712\";s:5:\"title\";s:22:\"Wood Art One Page Work\";s:5:\"alias\";s:22:\"wood-art-one-page-work\";s:3:\"zip\";s:32:\"packs/wood-art-one-page-work.zip\";s:3:\"uid\";s:32:\"a5d98ff9e7ecc52e9c8f5cb69e13fab9\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:23:03\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:668;a:27:{s:2:\"id\";s:3:\"713\";s:5:\"title\";s:30:\"Wood Art One Page Testimonials\";s:5:\"alias\";s:30:\"wood-art-one-page-testimonials\";s:3:\"zip\";s:40:\"packs/wood-art-one-page-testimonials.zip\";s:3:\"uid\";s:32:\"10cc4a93223c739cdd72a6f29ddfdbdc\";s:3:\"img\";s:41:\"wood-art-one-page-testimonials/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:32:12\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:669;a:27:{s:2:\"id\";s:3:\"714\";s:5:\"title\";s:24:\"Wood Art One Page Events\";s:5:\"alias\";s:24:\"wood-art-one-page-events\";s:3:\"zip\";s:34:\"packs/wood-art-one-page-events.zip\";s:3:\"uid\";s:32:\"caf1318cca92472611d1bff75de2834e\";s:3:\"img\";s:35:\"wood-art-one-page-events/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:35:58\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:670;a:27:{s:2:\"id\";s:3:\"715\";s:5:\"title\";s:24:\"Wood Art One Page Footer\";s:5:\"alias\";s:24:\"wood-art-one-page-footer\";s:3:\"zip\";s:34:\"packs/wood-art-one-page-footer.zip\";s:3:\"uid\";s:32:\"096eb58a1bdc1da5f228ee26f44cc35e\";s:3:\"img\";s:35:\"wood-art-one-page-footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:38:37\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:671;a:27:{s:2:\"id\";s:3:\"716\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 1\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery1\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery1.zip\";s:3:\"uid\";s:32:\"9692c155e32743e6ad5656ff98fc1854\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:43:14\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:672;a:27:{s:2:\"id\";s:3:\"717\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 2\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery2\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery2.zip\";s:3:\"uid\";s:32:\"63487dd51eb68d1f748cbdc01d1659aa\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:46:52\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:673;a:27:{s:2:\"id\";s:3:\"718\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 3\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery3\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery3.zip\";s:3:\"uid\";s:32:\"4d907965c605272fdb037aadd150e533\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:49:44\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:674;a:27:{s:2:\"id\";s:3:\"719\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 4\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery4\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery4.zip\";s:3:\"uid\";s:32:\"1ea74ff7001db07847cb98f505f62569\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:53:19\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:675;a:27:{s:2:\"id\";s:3:\"720\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 5\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery5\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery5.zip\";s:3:\"uid\";s:32:\"f7c9b11f559f69fb2fdff1ca96ff9c4d\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:56:28\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:676;a:24:{s:2:\"id\";s:3:\"721\";s:5:\"title\";s:35:\"Hero Template With Cursor Animation\";s:5:\"alias\";s:35:\"Hero-Template-With-Cursor-Animation\";s:3:\"zip\";s:39:\"Hero-Template-With-Cursor-Animation.zip\";s:3:\"uid\";s:32:\"a0b666db728eb8585980a43443fb30bf\";s:3:\"img\";s:46:\"Hero-Template-With-Cursor-Animation/slide1.jpg\";s:7:\"preview\";s:79:\"https://www.sliderrevolution.com/templates/hero-template-with-cursor-animation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Elevate your website with our hero template that features a captivating cursor animation. Perfect for any website design project.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-28 11:18:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:670:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:19:\"Photographer-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";}}s:27:\"Photographer-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";}}s:21:\"Photographer-Showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";}}s:22:\"Photographer-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";}}s:21:\"Photographer-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";}}s:19:\"Photographer-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";}}s:18:\"Photographer-Modal\";a:1:{i:0;a:2:{s:5:\"title\";s:8:\"Slider 1\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}s:37:\"tattoo-event-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";}}s:24:\"tattoo-event-hero-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide3.jpg\";}}s:18:\"tattoo-event-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";}}s:20:\"tattoo-event-artists\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"tattoo-event-artists/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"tattoo-event-artists/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"tattoo-event-artists/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"tattoo-event-artists/slide5.jpg\";}}s:21:\"tattoo-event-schedule\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide3.jpg\";}}s:17:\"tattoo-event-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";}}s:19:\"tattoo-event-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";}}s:24:\"startup-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";}}s:12:\"startup-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";}}s:12:\"startup-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";}}s:13:\"startup-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";}}s:18:\"startup-features-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";}}s:18:\"startup-features-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";}}s:12:\"startup-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";}}s:15:\"startup-reviews\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";}}s:11:\"startup-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";}}s:14:\"startup-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";}}s:19:\"startup-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";}}s:32:\"christmas-gift-card-landing-page\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";}}s:24:\"christmas-landing-page-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";}}s:24:\"christmas-landing-page-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";}}s:12:\"image-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"image-slider/slide-2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"image-slider/slide-3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"image-slider/slide-4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"image-slider/slide-5.jpg\";}}s:17:\"full-width-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"full-width-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"full-width-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"full-width-slider/slide4.jpg\";}}s:20:\"app-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";}}s:16:\"app-website-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";}}s:16:\"app-website-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";}}s:20:\"app-download-buttons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";}}s:17:\"app-website-about\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"app-website-about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"app-website-about/slide3.jpg\";}}s:20:\"app-website-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";}}s:21:\"app-website-video-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";}}s:23:\"app-website-screenshots\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"app-website-screenshots/slide2.jpg\";}}s:22:\"app-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";}}s:24:\"app-website-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";}}s:16:\"app-website-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";}}s:18:\"app-website-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";}}s:15:\"app-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";}}s:25:\"testimonial-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";}}s:22:\"testimonial-carousel-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide4.jpg\";}}s:22:\"testimonial-carousel-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide5.jpg\";}}s:22:\"testimonial-carousel-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide3.jpg\";}}s:22:\"testimonial-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";}}s:22:\"testimonial-carousel-5\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide4.jpg\";}}s:9:\"deep-dive\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";}}s:22:\"particle-wave-showcase\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"particle-wave-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"particle-wave-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"particle-wave-showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"particle-wave-showcase/slide5.jpg\";}}s:17:\"video-hero-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";}}s:28:\"solar-system-showcase-slider\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide9.jpg\";}}s:26:\"Optic-shop-showcase-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide5.jpg\";}}s:24:\"charts-template-showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";}}s:31:\"fashion-website-slider-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";}}s:22:\"fashion-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fashion-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"fashion-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"fashion-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"fashion-website-slider/slide5.jpg\";}}s:28:\"fashion-website-slider-modal\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide5.jpg\";}}s:24:\"furniture-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"furniture-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"furniture-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"furniture-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"furniture-website-slider/slide5.jpg\";}}s:26:\"fitness-gym-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide5.jpg\";}}s:35:\"ai--robotics-webside-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";}}s:30:\"ai-and-robotics-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide4.jpg\";}}s:14:\"ai-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";}}s:33:\"minimal-typography-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide4.jpg\";}}s:19:\"404-page-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"404-page-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"404-page-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"404-page-collection/slide4.jpg\";}}s:21:\"ecommerce-sale-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide4.jpg\";}}s:19:\"fashion-shop-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"fashion-shop-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"fashion-shop-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"fashion-shop-slider/slide4.jpg\";}}s:29:\"lingerie-store-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide5.jpg\";}}s:28:\"beach-events-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide4.jpg\";}}s:41:\"creative-portfolio-website-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";}}s:30:\"creative-portfolio-main-slider\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide8.jpg\";}}s:28:\"creative-portfolio-project-1\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide5.jpg\";}}s:28:\"creative-portfolio-project-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide5.jpg\";}}s:28:\"creative-portfolio-project-3\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide5.jpg\";}}s:28:\"creative-portfolio-project-4\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide5.jpg\";}}s:28:\"creative-portfolio-project-5\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide5.jpg\";}}s:28:\"creative-portfolio-project-6\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide5.jpg\";}}s:28:\"creative-portfolio-project-7\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide5.jpg\";}}s:19:\"ai-particle-cluster\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"ai-particle-cluster/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"ai-particle-cluster/slide3.jpg\";}}s:24:\"artistic-parallax-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide4.jpg\";}}s:23:\"magazine-content-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";}}s:30:\"magazine-content-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide4.jpg\";}}s:24:\"Masonry-Gallery-Carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide3.jpg\";}}s:21:\"neon-wordpress-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide5.jpg\";}}s:27:\"Restaurant-One-Page-Website\";a:11:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide11.jpg\";}}s:18:\"woocommerce-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"woocommerce-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"woocommerce-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"woocommerce-slider/slide4.jpg\";}}s:25:\"woocommerce-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide4.jpg\";}}s:21:\"wordpress-post-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";}}s:28:\"WordPress-Post-Slider-Static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide6.jpg\";}}s:22:\"wordpress-video-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wordpress-video-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wordpress-video-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wordpress-video-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wordpress-video-slider/slide5.jpg\";}}s:37:\"architecture-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";}}s:17:\"architecture-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";}}s:26:\"architecture-header-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"architecture-header-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"architecture-header-slider/slide3.jpg\";}}s:23:\"architecture-text-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";}}s:18:\"architecture-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";}}s:26:\"architecture-process-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";}}s:20:\"architecture-process\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"architecture-process/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"architecture-process/slide3.jpg\";}}s:22:\"architecture-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";}}s:28:\"architecture-portfolio-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide4.jpg\";}}s:20:\"architecture-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";}}s:23:\"image-comparison-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"image-comparison-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"image-comparison-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"image-comparison-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"image-comparison-slider/slide4.jpg\";}}s:37:\"wedding-photo-slider-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/Wedding-Photo-Slider-Package.jpg\";}}s:20:\"wedding-photo-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wedding-photo-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"wedding-photo-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"wedding-photo-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"wedding-photo-slider/slide4.jpg\";}}s:26:\"wedding-photo-slider-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide4.jpg\";}}s:24:\"destinations-card-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"destinations-card-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"destinations-card-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"destinations-card-slider/slide3.jpg\";}}s:21:\"knives-product-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"knives-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"knives-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"knives-product-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"knives-product-slider/slide4.jpg\";}}s:16:\"tiny-slider-dark\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"tiny-slider-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"tiny-slider-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"tiny-slider-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"tiny-slider-dark/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"tiny-slider-dark/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"tiny-slider-dark/slide6.jpg\";}}s:17:\"tiny-slider-light\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tiny-slider-light/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"tiny-slider-light/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"tiny-slider-light/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"tiny-slider-light/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"tiny-slider-light/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"tiny-slider-light/slide6.jpg\";}}s:24:\"pet-store-product-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"pet-store-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"pet-store-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"pet-store-product-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"pet-store-product-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"pet-store-product-slider/slide5.jpg\";}}s:18:\"material-ui-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"material-ui-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"material-ui-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"material-ui-slider/slide3.jpg\";}}s:19:\"happy-holidays-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"happy-holidays-hero/slide1.jpg\";}}s:36:\"space-and-sci-fi-presentation-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide4.png\";}}s:21:\"Claymorphism-Carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide4.jpg\";}}s:24:\"404-page-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"404-page-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"404-page-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"404-page-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"404-page-hero-collection/slide4.jpg\";}}s:32:\"furniture-store-isometric-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide4.jpg\";}}s:36:\"woodworking-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/Woodworking-Website-Template.jpg\";}}s:22:\"wood-art-one-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wood-art-one-page-hero/slide1.jpg\";}}s:23:\"wood-art-one-page-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"wood-art-one-page-about/slide1.jpg\";}}s:22:\"wood-art-one-page-work\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide5.jpg\";}}s:30:\"wood-art-one-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"wood-art-one-page-testimonials/slide1.jpg\";}}s:24:\"wood-art-one-page-events\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"wood-art-one-page-events/slide1.jpg\";}}s:24:\"wood-art-one-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"wood-art-one-page-footer/slide1.jpg\";}}s:26:\"wood-art-one-page-gallery1\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery2\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery4\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery5\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide3.jpg\";}}s:35:\"Hero-Template-With-Cursor-Animation\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:46:\"Hero-Template-With-Cursor-Animation/slide1.jpg\";}}}}', 'no');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(200, 'rs-templates-counter', '659', 'no'),
(201, 'revslider_table_version', '1.0.8', 'yes'),
(202, 'wpcf7', 'a:2:{s:7:\"version\";s:7:\"5.7.5.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1680278425;s:7:\"version\";s:7:\"5.7.5.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(203, 'elementor_active_kit', '6', 'yes'),
(204, 'elementor_font_display', 'swap', 'yes'),
(207, 'action_scheduler_hybrid_store_demarkation', '7', 'yes'),
(208, 'schema-ActionScheduler_StoreSchema', '6.0.1680278444', 'yes'),
(209, 'schema-ActionScheduler_LoggerSchema', '3.0.1680278444', 'yes'),
(212, 'woocommerce_schema_version', '430', 'yes'),
(213, 'woocommerce_store_address', '', 'yes'),
(214, 'woocommerce_store_address_2', '', 'yes'),
(215, 'woocommerce_store_city', '', 'yes'),
(216, 'woocommerce_default_country', 'US:CA', 'yes'),
(217, 'woocommerce_store_postcode', '', 'yes'),
(218, 'woocommerce_allowed_countries', 'all', 'yes'),
(219, 'woocommerce_all_except_countries', '', 'yes'),
(220, 'woocommerce_specific_allowed_countries', '', 'yes'),
(221, 'woocommerce_ship_to_countries', '', 'yes'),
(222, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(223, 'woocommerce_default_customer_address', 'base', 'yes'),
(224, 'woocommerce_calc_taxes', 'no', 'yes'),
(225, 'woocommerce_enable_coupons', 'yes', 'yes'),
(226, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(227, 'woocommerce_currency', 'USD', 'yes'),
(228, 'woocommerce_currency_pos', 'left', 'yes'),
(229, 'woocommerce_price_thousand_sep', ',', 'yes'),
(230, 'woocommerce_price_decimal_sep', '.', 'yes'),
(231, 'woocommerce_price_num_decimals', '2', 'yes'),
(232, 'woocommerce_shop_page_id', '8', 'yes'),
(233, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(234, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(235, 'woocommerce_placeholder_image', '7', 'yes'),
(236, 'woocommerce_weight_unit', 'kg', 'yes'),
(237, 'woocommerce_dimension_unit', 'cm', 'yes'),
(238, 'woocommerce_enable_reviews', 'yes', 'yes'),
(239, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(240, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(241, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(242, 'woocommerce_review_rating_required', 'yes', 'no'),
(243, 'woocommerce_manage_stock', 'yes', 'yes'),
(244, 'woocommerce_hold_stock_minutes', '60', 'no'),
(245, 'woocommerce_notify_low_stock', 'yes', 'no'),
(246, 'woocommerce_notify_no_stock', 'yes', 'no'),
(247, 'woocommerce_stock_email_recipient', 'thienthanh27@gmail.com', 'no'),
(248, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(249, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(250, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(251, 'woocommerce_stock_format', '', 'yes'),
(252, 'woocommerce_file_download_method', 'force', 'no'),
(253, 'woocommerce_downloads_redirect_fallback_allowed', 'no', 'no'),
(254, 'woocommerce_downloads_require_login', 'no', 'no'),
(255, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(256, 'woocommerce_downloads_deliver_inline', '', 'no'),
(257, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'),
(258, 'woocommerce_attribute_lookup_enabled', 'no', 'yes'),
(259, 'woocommerce_attribute_lookup_direct_updates', 'no', 'yes'),
(260, 'woocommerce_prices_include_tax', 'no', 'yes'),
(261, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(262, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(263, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(264, 'woocommerce_tax_classes', '', 'yes'),
(265, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(266, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(267, 'woocommerce_price_display_suffix', '', 'yes'),
(268, 'woocommerce_tax_total_display', 'itemized', 'no'),
(269, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(270, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(271, 'woocommerce_ship_to_destination', 'billing', 'no'),
(272, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(273, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(274, 'woocommerce_enable_checkout_login_reminder', 'no', 'no'),
(275, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'no'),
(276, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(277, 'woocommerce_registration_generate_username', 'yes', 'no'),
(278, 'woocommerce_registration_generate_password', 'yes', 'no'),
(279, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(280, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(281, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(282, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(283, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(284, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(285, 'woocommerce_trash_pending_orders', '', 'no'),
(286, 'woocommerce_trash_failed_orders', '', 'no'),
(287, 'woocommerce_trash_cancelled_orders', '', 'no'),
(288, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(289, 'woocommerce_email_from_name', 'IAMV', 'no'),
(290, 'woocommerce_email_from_address', 'thienthanh27@gmail.com', 'no'),
(291, 'woocommerce_email_header_image', '', 'no'),
(292, 'woocommerce_email_footer_text', '{site_title} &mdash; Built with {WooCommerce}', 'no'),
(293, 'woocommerce_email_base_color', '#7f54b3', 'no'),
(294, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(295, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(296, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(297, 'woocommerce_merchant_email_notifications', 'no', 'no'),
(298, 'woocommerce_cart_page_id', '9', 'no'),
(299, 'woocommerce_checkout_page_id', '10', 'no'),
(300, 'woocommerce_myaccount_page_id', '11', 'no'),
(301, 'woocommerce_terms_page_id', '', 'no'),
(302, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(303, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(304, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(305, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(306, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(307, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(308, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(309, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(310, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(311, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(312, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(313, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(314, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(315, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(316, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(317, 'woocommerce_api_enabled', 'no', 'yes'),
(318, 'woocommerce_allow_tracking', 'no', 'no'),
(319, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(320, 'woocommerce_analytics_enabled', 'yes', 'yes'),
(321, 'woocommerce_navigation_enabled', 'no', 'yes'),
(322, 'woocommerce_new_product_management_enabled', 'no', 'yes'),
(323, 'woocommerce_feature_custom_order_tables_enabled', 'no', 'yes'),
(324, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(325, 'woocommerce_demo_store', 'no', 'no'),
(326, 'wc_downloads_approved_directories_mode', 'enabled', 'yes'),
(327, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(328, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(329, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(330, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(332, 'default_product_cat', '15', 'yes'),
(334, 'woocommerce_refund_returns_page_id', '12', 'yes'),
(337, 'woocommerce_paypal_settings', 'a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:22:\"thienthanh27@gmail.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:22:\"thienthanh27@gmail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}', 'yes'),
(338, 'woocommerce_version', '7.5.1', 'yes'),
(339, 'woocommerce_db_version', '7.5.1', 'yes'),
(340, 'woocommerce_admin_install_timestamp', '1680278446', 'yes'),
(341, 'woocommerce_inbox_variant_assignment', '12', 'yes'),
(350, '_transient_jetpack_autoloader_plugin_paths', 'a:0:{}', 'yes'),
(351, 'action_scheduler_lock_async-request-runner', '1680340003', 'yes'),
(352, 'woocommerce_admin_notices', 'a:2:{i:0;s:20:\"no_secure_connection\";i:1;s:14:\"template_files\";}', 'yes'),
(353, 'revslider_update_version', '6.2.0', 'yes'),
(354, '_gt3pg_first_usage', '1', 'yes'),
(355, 'elementor_version', '3.12.0', 'yes'),
(356, 'elementor_install_history', 'a:1:{s:6:\"3.12.0\";i:1680278479;}', 'yes'),
(357, 'elementor_events_db_version', '1.0.0', 'no'),
(358, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"oFa4eOx2QXsXloXBDvmAZtrtD57MvbYW\";}', 'yes'),
(359, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'yes'),
(360, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(361, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(362, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(363, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(364, 'widget_woocommerce_price_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(365, 'widget_woocommerce_product_categories', 'a:2:{i:1;a:8:{s:5:\"title\";s:18:\"Product categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:1;s:9:\"max_depth\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(366, 'widget_woocommerce_product_search', 'a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(367, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368, 'widget_woocommerce_products', 'a:2:{i:1;a:7:{s:5:\"title\";s:8:\"Products\";s:6:\"number\";i:3;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"rand\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(369, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(370, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(371, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(372, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(373, 'widget_posts', 'a:2:{i:1;a:3:{s:12:\"widget_title\";s:18:\"VỪA CẬP NHẬT\";s:19:\"posts_widget_number\";i:10;s:25:\"posts_widget_content_hide\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(374, 'widget_flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(375, 'widget_title', 'a:2:{i:1;a:2:{s:12:\"widget_title\";s:13:\"What We Offer\";s:12:\"widget_class\";s:17:\"gt3-border-bottom\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(382, '_transient_timeout_woocommerce_admin_remote_free_extensions_specs', '1680883280', 'no'),
(383, '_transient_woocommerce_admin_remote_free_extensions_specs', 'a:1:{s:2:\"vi\";a:4:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"description\";s:163:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooCommerce Payments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":4:{s:11:\"description\";s:122:\"In nhãn vận chuyển với <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"woocommerce-services:shipping\";}i:2;O:8:\"stdClass\":4:{s:11:\"description\";s:126:\"Nhận thuế bán hàng tự động với <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":4:{s:11:\"description\";s:127:\"Tăng cường tốc độ và bảo mật với <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:37:\"Phát triển cửa hàng của bạn\";s:7:\"plugins\";a:6:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Bưu phẩm\";s:11:\"description\";s:133:\"Tăng cấp tiếp thị qua email của bạn với <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:8:\"mailpoet\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:23:\"Codisto for WooCommerce\";s:11:\"description\";s:210:\"Sell on Amazon, eBay, Walmart and more directly from WooCommerce with  <a href=\"https://woocommerce.com/pt-br/products/amazon-ebay-integration/?quid=c247a85321c9e93e7c3c6f1eb072e6e5\" target=\"_blank\">Codisto</a>\";s:9:\"image_url\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/codistoconnect.png\";s:10:\"manage_url\";s:31:\"admin.php?page=codisto-settings\";s:14:\"is_built_by_wc\";b:1;s:10:\"is_visible\";b:0;s:3:\"key\";s:14:\"codistoconnect\";}i:2;O:8:\"stdClass\":7:{s:4:\"name\";s:40:\"Danh sách và Quảng cáo của Google\";s:11:\"description\";s:127:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google Listings and Ads</a>\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:23:\"google-listings-and-ads\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:76:\"Get your products in front of Pinners searching for ideas and things to buy.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}i:5;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:168:\"Create ad campaigns and reach one billion global users with <a href=\"https://woocommerce.com/products/tiktok-for-woocommerce\" target=\"_blank\">TikTok for WooCommerce</a>\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:23:\"tiktok-for-business:alt\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:31:\"Tiếp cận với khách hàng\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Bưu phẩm\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:25:\"mailchimp-for-woocommerce\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Creative Mail for WooCommerce\";s:11:\"description\";s:152:\"Tạo các chiến dịch cửa hàng có thương hiệu, khuyến mại nhanh qua email và nhắm mục tiêu lại khách hàng với Creative Mail.\";s:9:\"image_url\";s:121:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/creative-mail-by-constant-contact.png\";s:10:\"manage_url\";s:27:\"admin.php?page=creativemail\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"creative-mail-by-constant-contact\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:37:\"Phát triển cửa hàng của bạn\";s:7:\"plugins\";a:5:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Danh sách và Quảng cáo của Google\";s:11:\"description\";s:254:\"Tiếp cận nhiều người mua sắm hơn và thúc đẩy doanh số bán hàng cho cửa hàng của bạn. Tích hợp với Google để liệt kê sản phẩm của bạn miễn phí và khởi chạy các chiến dịch quảng cáo trả phí.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MY\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PH\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VN\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TH\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"KR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IL\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UA\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TR\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SA\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"pinterest-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:23:\"Codisto for WooCommerce\";s:11:\"description\";s:65:\"Sell on Amazon, eBay, Walmart and more directly from WooCommerce.\";s:9:\"image_url\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/codistoconnect.png\";s:10:\"manage_url\";s:31:\"admin.php?page=codisto-settings\";s:14:\"is_built_by_wc\";b:1;s:10:\"is_visible\";b:0;s:3:\"key\";s:18:\"codistoconnect:alt\";}}}}}', 'no'),
(384, '_transient_woocommerce_shipping_task_zone_count_transient', '0', 'yes'),
(385, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/vi/wordpress-6.2.zip\";s:6:\"locale\";s:2:\"vi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/vi/wordpress-6.2.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.2\";s:7:\"version\";s:3:\"6.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1680478345;s:15:\"version_checked\";s:3:\"6.2\";s:12:\"translations\";a:0:{}}', 'no'),
(386, '_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs', '1680883292', 'no');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(387, '_transient_woocommerce_admin_remote_inbox_notifications_specs', 'a:1:{s:2:\"vi\";a:34:{s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:24:\"admin.php?page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:14:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:251:\"WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:17:\"wc-admin-wisepad3\";O:8:\"stdClass\":8:{s:4:\"slug\";s:17:\"wc-admin-wisepad3\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:74:\"Take your business on the go in Canada with WooCommerce In-Person Payments\";s:7:\"content\";s:275:\"Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"wc-admin-wisepad3\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Grow my business offline\";}}s:3:\"url\";s:126:\"https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-06-15 10:00:28\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}}}s:47:\"woocommerce-payments-august-2022-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-payments-august-2022-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Action required: Please update WooCommerce Payments\";s:7:\"content\";s:213:\"An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:96:\"https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-08-09 14:44:17\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"3.9\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"4.5.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.1\";}}}s:46:\"woocommerce-payments-august-2022-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-payments-august-2022-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"WooCommerce Payments has been automatically updated\";s:7:\"content\";s:265:\"You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:96:\"https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-08-09 14:41:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:47:\"woocommerce-payments-august-2022-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.1\";}}}}}s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:80:\"Our latest improvement to the Google Listings & Ads extension: Attribute Mapping\";s:7:\"content\";s:230:\"You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:182:\"https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-30 21:14:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:42:\"google_listings_ads_pmax_i1_q1_2023_no_gla\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"google_listings_ads_pmax_i1_q1_2023_no_gla\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:50:\"Create more engaging ads – without the hard work\";s:7:\"content\";s:324:\"Get in front of millions of shoppers searching for products like yours with Google Listings &amp; Ads. With new customization features, Google automatically tests multiple combinations of text and images to create the most engaging ad to boost your business. Plus, get up to $500 in ad credit – terms and conditions apply.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"google_listings_ads_pmax_i1_q1_2023_no_gla\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Boost my business with Google\";}}s:3:\"url\";s:154:\"https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_no_gla\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-15 22:55:10\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}}s:44:\"google_listings_ads_pmax_i1_q1_2023_with_gla\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"google_listings_ads_pmax_i1_q1_2023_with_gla\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:49:\"New customization features to boost your business\";s:7:\"content\";s:302:\"You can now add custom images, messaging, and URLs to campaigns in Google Listings &amp; Ads. Google then automatically tests multiple combinations to create the most engaging version to help boost your business. Get more sales with dynamic content – edit an existing campaign or create a new ad now.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"google_listings_ads_pmax_i1_q1_2023_with_gla\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Create a new ad\";}}s:3:\"url\";s:156:\"https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_with_gla\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-15 23:02:34\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}}}', 'no');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(388, 'wc_remote_inbox_notifications_stored_state', 'O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}', 'no'),
(390, 'edd_gt3_a169b7af981c3dc88f17f837a47d9e50', 'a:2:{s:7:\"timeout\";i:1680489147;s:5:\"value\";s:19771:\"O:8:\"stdClass\":15:{s:11:\"new_version\";s:8:\"1.7.2.11\";s:14:\"stable_version\";s:8:\"1.7.2.11\";s:4:\"name\";s:31:\"GT3 Photo and Video Gallery Pro\";s:4:\"slug\";s:27:\"gt3-photo-video-gallery-pro\";s:3:\"url\";s:72:\"https://gt3themes.com/downloads/gt3-photo-video-gallery-pro/?changelog=1\";s:12:\"last_updated\";s:19:\"2023-04-02 18:05:55\";s:8:\"homepage\";s:60:\"https://gt3themes.com/downloads/gt3-photo-video-gallery-pro/\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";s:8:\"sections\";a:2:{s:11:\"description\";s:0:\"\";s:9:\"changelog\";s:9434:\"<p>= 1.7.2.11 =<br />\nImproved: Latest WP 6.2 compatibility<br />\nImproved: Plugin core functionality<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.10 =<br />\nFixed: Responsive column control<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.9 =<br />\nImproved: Gutenberg blocks settings<br />\nUpdated: Plugin core<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.7 =<br />\nAdded: Image order option in Gutenberg<br />\nFixed: Vimeo video issue in lightbox<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.5 =<br />\nImproved: Galleries optimization<br />\nAdded: Video thumbs support for grid, masonry & packery<br />\nAdded: Different video formats support for gallery thumbs and lightbox<br />\nAdded: Automatic thumbs generation from the video in lightbox<br />\nAdded: Video thumbs support in Gutenberg and Elementor<br />\nUpdated: Plugin core<br />\nUpdated: Elementor galleries media ordering<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.4 =<br />\nUpdated: Plugin core<br />\nFixed: Issue caused by Yoast plugin<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.3 =<br />\nImproved: WordPress 6.1 compatibility<br />\nImproved: Gutenberg gallery blocks<br />\nFixed: Lazy load issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.2 =<br />\nUpdated: Gallery core functionality<br />\nAdded: Hover effect option to Elementor album widget<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.0 =<br />\nUpdated: Gallery panel options<br />\nFixed: Fullscreen option on mobile<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.0 =<br />\nAdded: New options for the lightbox<br />\nAdded: Import/Export global gallery settings<br />\nImproved: Gallery core functionality<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.7 =<br />\nImproved: Galleries optimization<br />\nImproved: WebP support with Image Gallery Opimizer<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.6 =<br />\nAdded: Image carousel widget (new)<br />\nImproved: Galleries optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.5 =<br />\nUpdated: GT3 Gallery requires Elementor 3.6.1 version<br />\nFixed: 3.6.1 Elementor version issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.2 =<br />\nFixed: Responsive issues<br />\nFixed: License activation issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.0 =<br />\nAdded: New hooks<br />\nUpdated: Gallery loading on frontend<br />\nFixed: Elementor column issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.17 =<br />\nUpdated: Plugin core<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.15 =<br />\nUpdated: WordPress 5.8 compatibility<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.14 =<br />\nFixed: Elementor popup window size issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.12 =<br />\nAdded: Responsive controls for Elementor and Gutenberg<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.11 =<br />\nUpdated: Plugin core<br />\nUpdated: Lazyloading<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.9 =<br />\nFixed: Lazyloading issue<br />\nFixed: Default CPT settings issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.8 =<br />\nUpdated: WordPress 5.7 compatibility<br />\nAdded: Gallery plugin intro wizard<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.3 =<br />\nAdded: External video file support<br />\nFixed: Video bock and widget settings issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.2 =<br />\nImproved: Gutenberg blocks optimization<br />\nAdded: Tabs for general settings<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.0 =<br />\nUpdated: WordPress 5.6 compatibility<br />\nImproved: Scripts optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.6.0.0 =<br />\nImproved: Plugin optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.6 =<br />\nFixed: Select 2 issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.4 =<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.3 =<br />\nAdded: GT3 gallery module for Divi Builder</p>\n<p>= 1.5.4.2 =<br />\n* Added: New galleries to CPT<br />\n* Fixed: CPT settings issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.11 =<br />\n* Updated: Gutenberg support in Divi for Custom post type \"GT3 Gallery\"<br />\n* Fixed: Vimeo video issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.9 =<br />\n* Fixed: Custom post type \"GT3 Gallery\"<br />\n* Fixed: Thumbnails slider<br />\n* Fixed: Photo Albums<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.7 =<br />\n* Updated: WordPress 5.5 compatibility<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.3 =<br />\n* Fixed: Divi class conflict issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.0 =<br />\n* Improved: Optimization (FS Slider, Slider and Thumbnails slider)<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.5 =<br />\n* Improved: Google speedtest requirements<br />\n* Updated: Plugin core<br />\n* Fixed: Swap issue on mobile<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.4 =<br />\n* Improved: WordPress 5.4 compatibility<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.0 =<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.7 =<br />\n* Updated: Plugin core<br />\n* Improved: Gallery loading<br />\n* Fixed: Yoast plugin update affected the gallery<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.5 =<br />\n* Updated: Compatibility with Lite version<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.4 =<br />\n* Updated: Plugin core<br />\n* Added: Photo albums<br />\n* Added: Category support to Justified gallery<br />\n* Added: Filter support to Justified gallery<br />\n* Added: .m4v video support<br />\n* Fixed: WPBakery issue<br />\n* Fixed: Counter in filter<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.3 =<br />\n* Fixed: Custom post type images issue<br />\n* Fixed: Before/after slider<br />\n* Fixed: Height issue on mobile for ribbon<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.0 =<br />\n* Added: GT3 gallery custom post type<br />\n* Added: Shortcode support for CPT gallery<br />\n* Improved: Video settings for the galleries<br />\n* Optimized: Gutenberg blocks<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.10 =<br />\n* Updated: WordPress 5.3 compatibility<br />\n* Added: Masonry horizontal order option<br />\n* Added: New video add/edit option for Gutenberg and Elementor<br />\n* Added: Packery types visual presentation for Gutenberg<br />\n* Improved: Gallery widgets for Elementor<br />\n* Fixed: Thumbnails gallery for small screen devices<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.8 =<br />\n* Fixed: Jetpack lazy loading issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.6 =<br />\n* Added: Self-hosted video size auto detection<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.5 =<br />\n* Improved: New plugin core<br />\n* Improved: Performance<br />\n* Optimized: Plugin files structure<br />\n* Added: Open only items in lightbox filtered by Isotope<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.11 =<br />\n* Updated: Gallery core files<br />\n* Improved: Lazyload feature<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.8 =<br />\n* Fixed: Save settings issue</p>\n<p>= 1.4.5.6 =<br />\n* Updated: Gallery core files<br />\n* Fixed: Ordering issue in CPT gallery<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.5 =<br />\n* Fixed: Grid and Packery gallery issue<br />\n* Fixed: Self-hosted video file formats<br />\n* Fixed: Lazyload</p>\n<p>= 1.4.5.3 =<br />\n* Fixed: Lightbox issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.2 =<br />\n* Added: Gallery keywords to find it in the widgets list<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.1 =<br />\n* Fixed: WPBakery modules issue<br />\n* Fixed: Tabs issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.0 =<br />\n* Added: WPBakery compatibility<br />\n* Added: Custom modules to WPBakery<br />\n* Improved: Gallery optimization<br />\n* Fixed: Icons issues in lightbox<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.4.3 =<br />\n* Fixed: Self-hosted video issue<br />\n* Fixed: Photo gallery isotope issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.4 =<br />\n* Updated: Elementor 2.5.5 page builder compatibility</p>\n<p>= 1.4.3 =<br />\n* Updated: Photo gallery options panel<br />\n* Improved: Photo gallery .js optimization<br />\n* Improved: Photo gallery .css optimization<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.2 =<br />\n* Added: Light version of the Lightbox<br />\n* Added: Lightbox support in thumbnail slider<br />\n* Added: Thumbnails swipe support in thumbnail slider<br />\n* Fixed: Admin issue in Gutenberg<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.1 =<br />\n* Autoplay issue for videos<br />\n* Minor bug fixes</p>\n<p>= 1.4.0 =<br />\n* WordPress 5.1 compatibility<br />\n* Added a brand new plugin options panel<br />\n* New lightbox version support<br />\n* New Elementor gallery widgets<br />\n* Images lazyload support<br />\n* Added video controls in lightbox<br />\n* Gutenberg gallery blocks optimization<br />\n* Optimized JS<br />\n* Optimized CSS<br />\n* Minor bug fixes</p>\n<p>= 1.3.1 =<br />\n* Added: CPT support<br />\n* Added: Thumbnails style gallery<br />\n* Improved: .css and .js optimization<br />\n* Improved: Gutenberg optimization<br />\n* Fixed: iSotope issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.2.0 =<br />\n* Improved: Gutenberg compatibility<br />\n* Improved: Convert old galleries to Gutenberg block gallery<br />\n* Improved: Gutenberg gallery block custom settings<br />\n* Improved: GT3 image optimizer plugin support</p>\n<p>= 1.0.3 =<br />\n* Improved: Performance<br />\n* Fixed: Masonry issue<br />\n* Fixed: Responsive issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.0.2 =<br />\n* Updated: Translation files<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.0.1 =<br />\n* Initial Release</p>\n\";}s:7:\"banners\";a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:76:\"https://gt3themes.com/wp-content/uploads/edd/2019/05/gt3-gallery-128x128.png\";s:2:\"2x\";s:68:\"https://gt3themes.com/wp-content/uploads/edd/2019/05/gt3-gallery.png\";}s:3:\"msg\";s:33:\"No license key has been provided.\";s:11:\"description\";a:1:{i:0;s:0:\"\";}s:9:\"changelog\";a:1:{i:0;s:9434:\"<p>= 1.7.2.11 =<br />\nImproved: Latest WP 6.2 compatibility<br />\nImproved: Plugin core functionality<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.10 =<br />\nFixed: Responsive column control<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.9 =<br />\nImproved: Gutenberg blocks settings<br />\nUpdated: Plugin core<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.7 =<br />\nAdded: Image order option in Gutenberg<br />\nFixed: Vimeo video issue in lightbox<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.5 =<br />\nImproved: Galleries optimization<br />\nAdded: Video thumbs support for grid, masonry & packery<br />\nAdded: Different video formats support for gallery thumbs and lightbox<br />\nAdded: Automatic thumbs generation from the video in lightbox<br />\nAdded: Video thumbs support in Gutenberg and Elementor<br />\nUpdated: Plugin core<br />\nUpdated: Elementor galleries media ordering<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.4 =<br />\nUpdated: Plugin core<br />\nFixed: Issue caused by Yoast plugin<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.3 =<br />\nImproved: WordPress 6.1 compatibility<br />\nImproved: Gutenberg gallery blocks<br />\nFixed: Lazy load issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.2 =<br />\nUpdated: Gallery core functionality<br />\nAdded: Hover effect option to Elementor album widget<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.0 =<br />\nUpdated: Gallery panel options<br />\nFixed: Fullscreen option on mobile<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.0 =<br />\nAdded: New options for the lightbox<br />\nAdded: Import/Export global gallery settings<br />\nImproved: Gallery core functionality<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.7 =<br />\nImproved: Galleries optimization<br />\nImproved: WebP support with Image Gallery Opimizer<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.6 =<br />\nAdded: Image carousel widget (new)<br />\nImproved: Galleries optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.5 =<br />\nUpdated: GT3 Gallery requires Elementor 3.6.1 version<br />\nFixed: 3.6.1 Elementor version issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.2 =<br />\nFixed: Responsive issues<br />\nFixed: License activation issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.0 =<br />\nAdded: New hooks<br />\nUpdated: Gallery loading on frontend<br />\nFixed: Elementor column issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.17 =<br />\nUpdated: Plugin core<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.15 =<br />\nUpdated: WordPress 5.8 compatibility<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.14 =<br />\nFixed: Elementor popup window size issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.12 =<br />\nAdded: Responsive controls for Elementor and Gutenberg<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.11 =<br />\nUpdated: Plugin core<br />\nUpdated: Lazyloading<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.9 =<br />\nFixed: Lazyloading issue<br />\nFixed: Default CPT settings issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.8 =<br />\nUpdated: WordPress 5.7 compatibility<br />\nAdded: Gallery plugin intro wizard<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.3 =<br />\nAdded: External video file support<br />\nFixed: Video bock and widget settings issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.2 =<br />\nImproved: Gutenberg blocks optimization<br />\nAdded: Tabs for general settings<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.0 =<br />\nUpdated: WordPress 5.6 compatibility<br />\nImproved: Scripts optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.6.0.0 =<br />\nImproved: Plugin optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.6 =<br />\nFixed: Select 2 issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.4 =<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.3 =<br />\nAdded: GT3 gallery module for Divi Builder</p>\n<p>= 1.5.4.2 =<br />\n* Added: New galleries to CPT<br />\n* Fixed: CPT settings issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.11 =<br />\n* Updated: Gutenberg support in Divi for Custom post type \"GT3 Gallery\"<br />\n* Fixed: Vimeo video issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.9 =<br />\n* Fixed: Custom post type \"GT3 Gallery\"<br />\n* Fixed: Thumbnails slider<br />\n* Fixed: Photo Albums<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.7 =<br />\n* Updated: WordPress 5.5 compatibility<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.3 =<br />\n* Fixed: Divi class conflict issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.0 =<br />\n* Improved: Optimization (FS Slider, Slider and Thumbnails slider)<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.5 =<br />\n* Improved: Google speedtest requirements<br />\n* Updated: Plugin core<br />\n* Fixed: Swap issue on mobile<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.4 =<br />\n* Improved: WordPress 5.4 compatibility<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.0 =<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.7 =<br />\n* Updated: Plugin core<br />\n* Improved: Gallery loading<br />\n* Fixed: Yoast plugin update affected the gallery<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.5 =<br />\n* Updated: Compatibility with Lite version<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.4 =<br />\n* Updated: Plugin core<br />\n* Added: Photo albums<br />\n* Added: Category support to Justified gallery<br />\n* Added: Filter support to Justified gallery<br />\n* Added: .m4v video support<br />\n* Fixed: WPBakery issue<br />\n* Fixed: Counter in filter<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.3 =<br />\n* Fixed: Custom post type images issue<br />\n* Fixed: Before/after slider<br />\n* Fixed: Height issue on mobile for ribbon<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.0 =<br />\n* Added: GT3 gallery custom post type<br />\n* Added: Shortcode support for CPT gallery<br />\n* Improved: Video settings for the galleries<br />\n* Optimized: Gutenberg blocks<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.10 =<br />\n* Updated: WordPress 5.3 compatibility<br />\n* Added: Masonry horizontal order option<br />\n* Added: New video add/edit option for Gutenberg and Elementor<br />\n* Added: Packery types visual presentation for Gutenberg<br />\n* Improved: Gallery widgets for Elementor<br />\n* Fixed: Thumbnails gallery for small screen devices<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.8 =<br />\n* Fixed: Jetpack lazy loading issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.6 =<br />\n* Added: Self-hosted video size auto detection<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.5 =<br />\n* Improved: New plugin core<br />\n* Improved: Performance<br />\n* Optimized: Plugin files structure<br />\n* Added: Open only items in lightbox filtered by Isotope<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.11 =<br />\n* Updated: Gallery core files<br />\n* Improved: Lazyload feature<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.8 =<br />\n* Fixed: Save settings issue</p>\n<p>= 1.4.5.6 =<br />\n* Updated: Gallery core files<br />\n* Fixed: Ordering issue in CPT gallery<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.5 =<br />\n* Fixed: Grid and Packery gallery issue<br />\n* Fixed: Self-hosted video file formats<br />\n* Fixed: Lazyload</p>\n<p>= 1.4.5.3 =<br />\n* Fixed: Lightbox issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.2 =<br />\n* Added: Gallery keywords to find it in the widgets list<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.1 =<br />\n* Fixed: WPBakery modules issue<br />\n* Fixed: Tabs issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.0 =<br />\n* Added: WPBakery compatibility<br />\n* Added: Custom modules to WPBakery<br />\n* Improved: Gallery optimization<br />\n* Fixed: Icons issues in lightbox<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.4.3 =<br />\n* Fixed: Self-hosted video issue<br />\n* Fixed: Photo gallery isotope issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.4 =<br />\n* Updated: Elementor 2.5.5 page builder compatibility</p>\n<p>= 1.4.3 =<br />\n* Updated: Photo gallery options panel<br />\n* Improved: Photo gallery .js optimization<br />\n* Improved: Photo gallery .css optimization<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.2 =<br />\n* Added: Light version of the Lightbox<br />\n* Added: Lightbox support in thumbnail slider<br />\n* Added: Thumbnails swipe support in thumbnail slider<br />\n* Fixed: Admin issue in Gutenberg<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.1 =<br />\n* Autoplay issue for videos<br />\n* Minor bug fixes</p>\n<p>= 1.4.0 =<br />\n* WordPress 5.1 compatibility<br />\n* Added a brand new plugin options panel<br />\n* New lightbox version support<br />\n* New Elementor gallery widgets<br />\n* Images lazyload support<br />\n* Added video controls in lightbox<br />\n* Gutenberg gallery blocks optimization<br />\n* Optimized JS<br />\n* Optimized CSS<br />\n* Minor bug fixes</p>\n<p>= 1.3.1 =<br />\n* Added: CPT support<br />\n* Added: Thumbnails style gallery<br />\n* Improved: .css and .js optimization<br />\n* Improved: Gutenberg optimization<br />\n* Fixed: iSotope issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.2.0 =<br />\n* Improved: Gutenberg compatibility<br />\n* Improved: Convert old galleries to Gutenberg block gallery<br />\n* Improved: Gutenberg gallery block custom settings<br />\n* Improved: GT3 image optimizer plugin support</p>\n<p>= 1.0.3 =<br />\n* Improved: Performance<br />\n* Fixed: Masonry issue<br />\n* Fixed: Responsive issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.0.2 =<br />\n* Updated: Translation files<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.0.1 =<br />\n* Initial Release</p>\n\";}}\";}', 'no'),
(394, 'r_notice_data', 'Error: Network connection lost.', 'yes'),
(395, 'redux_blast', '1680278484', 'yes'),
(396, 'wc_blocks_db_schema_version', '260', 'yes'),
(397, 'agrosector-transients', 'a:2:{s:14:\"changed_values\";a:3:{s:8:\"last_tab\";s:1:\"1\";s:26:\"blog_single_sidebar_layout\";s:5:\"right\";s:19:\"gt3_registration_id\";a:1:{s:12:\"puchase_code\";s:12:\"puchase_code\";}}s:9:\"last_save\";i:1680340187;}', 'yes'),
(400, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680478350;s:7:\"checked\";a:1:{s:10:\"agrosector\";s:5:\"1.4.2\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(404, 'elementor_onboarded', '1', 'yes'),
(405, '_transient_timeout_woocommerce_admin_payment_method_promotion_specs', '1680883293', 'no'),
(406, '_transient_woocommerce_admin_payment_method_promotion_specs', 'a:1:{s:2:\"vi\";a:1:{s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}}', 'no'),
(413, '_elementor_installed_time', '1680278503', 'yes');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(414, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:178;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:183;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:187;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:191;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:196;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:207;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:215;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:224;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:228;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:233;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:236;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:250;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:262;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:267;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:270;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:275;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:276;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:291;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:313;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:316;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:319;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:322;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:353;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:367;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:376;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:386;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:404;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:409;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:410;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:416;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:419;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:464;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:498;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `zs_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(415, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:77:\"Introducing New Nested Elements - the Future of Design with Elementor widgets\";s:7:\"excerpt\";s:416:\"Elementor and Elementor Pro 3.10 include new design capabilities that will unlock a whole new world of creativity when it comes to designing your websites with Nested Elements, and introduces a new custom unit in sizing controls that will enable you to reach a higher level of accuracy when it comes to designing your websites. These versions also include a new container-based library, and performance improvements.\";s:7:\"created\";i:1674137711;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:137:\"https://elementor.com/blog/new-nested-elements-tabs-custom-units/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:98:\"Introducing Elementor 3.9: New Save as Default Option for Elements To Enhance Your Design Workflow\";s:7:\"excerpt\";s:253:\"Elementor 3.9 includes the new Save as a Default option, broadens the capabilities of the Loop Builder to support WooCommerce and the section-based layout, and several additional features that improve the design of your website and its user experience. \";s:7:\"created\";i:1670943042;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:141:\"https://elementor.com/blog/introducing-elementor-3-9-save-as-default/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(500, '_transient_product_query-transient-version', '1680335691', 'yes'),
(501, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(502, 'category_children', 'a:0:{}', 'yes'),
(503, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(504, 'product_cat_children', 'a:0:{}', 'yes'),
(505, 'gt3_gallery_category_children', 'a:0:{}', 'yes'),
(506, 'team_category_children', 'a:0:{}', 'yes'),
(507, 'portfolio_category_children', 'a:0:{}', 'yes'),
(509, 'wbc_imported_demos', 'a:1:{s:12:\"wbc-import-1\";a:16:{s:9:\"directory\";s:4:\"demo\";s:12:\"content_file\";s:14:\"content_10.xml\";s:13:\"content_file1\";s:14:\"content_01.xml\";s:13:\"content_file2\";s:14:\"content_02.xml\";s:13:\"content_file3\";s:14:\"content_03.xml\";s:13:\"content_file4\";s:14:\"content_04.xml\";s:13:\"content_file5\";s:14:\"content_05.xml\";s:13:\"content_file6\";s:14:\"content_06.xml\";s:13:\"content_file7\";s:14:\"content_07.xml\";s:13:\"content_file8\";s:14:\"content_08.xml\";s:13:\"content_file9\";s:14:\"content_09.xml\";s:14:\"content_file10\";s:14:\"content_10.xml\";s:5:\"image\";s:16:\"screen-image.jpg\";s:13:\"theme_options\";s:17:\"theme-options.txt\";s:7:\"widgets\";s:12:\"widgets.json\";s:8:\"imported\";s:8:\"imported\";}}', 'yes'),
(511, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:3;s:3:\"all\";i:3;s:8:\"approved\";s:1:\"3\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(525, '_transient_timeout_wc_term_counts', '1682871669', 'no'),
(526, '_transient_wc_term_counts', 'a:2:{i:36;s:1:\"5\";i:37;s:1:\"7\";}', 'no'),
(529, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(532, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(533, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(534, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(535, 'elementor_log', 'a:5:{s:32:\"7ce5b8fcea0450485506595eb5a88a7f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"16011\";s:7:\"\0*\0file\";s:86:\"http://iamv.vn/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.12.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-03-31 16:25:22\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:64:\"Cannot read properties of undefined (reading &#039;global&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2023-03-31 16:25:22\";i:1;s:19:\"2023-03-31 16:26:44\";i:2;s:19:\"2023-03-31 16:27:45\";i:3;s:19:\"2023-03-31 16:30:28\";i:4;s:19:\"2023-04-01 08:11:25\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680279922\";s:7:\"message\";s:54:\"Cannot read properties of undefined (reading \'global\')\";s:3:\"url\";s:86:\"http://iamv.vn/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.12.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"16011\";}}s:32:\"e6e076c9d7c1040e07469a28b2906569\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"112141\";s:7:\"\0*\0file\";s:78:\"http://iamv.vn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.12.0\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-03-31 17:13:44\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:55:\"Cannot read properties of null (reading &#039;id&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-31 17:13:44\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680282824\";s:7:\"message\";s:45:\"Cannot read properties of null (reading \'id\')\";s:3:\"url\";s:78:\"http://iamv.vn/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.12.0\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"112141\";}}s:32:\"1dfdaaf79d9ae0bce7f8f51ae463f210\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:2:\"26\";s:7:\"\0*\0file\";s:99:\"http://iamv.vn/wp-content/plugins/gt3-themes-core/core/elementor/assets/js/core-editor.js?ver=1.3.3\";s:7:\"\0*\0line\";s:3:\"604\";s:7:\"\0*\0date\";s:19:\"2023-04-01 07:33:59\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:45:\"that.ui.postControl.select2 is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-04-01 07:33:59\";i:1;s:19:\"2023-04-01 07:35:23\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680334439\";s:7:\"message\";s:45:\"that.ui.postControl.select2 is not a function\";s:3:\"url\";s:99:\"http://iamv.vn/wp-content/plugins/gt3-themes-core/core/elementor/assets/js/core-editor.js?ver=1.3.3\";s:4:\"line\";s:3:\"604\";s:6:\"column\";s:2:\"26\";}}s:32:\"cea10c4da2424304a4979224bfa1b418\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:2:\"28\";s:7:\"\0*\0file\";s:99:\"http://iamv.vn/wp-content/plugins/gt3-themes-core/core/elementor/assets/js/core-editor.js?ver=1.3.3\";s:7:\"\0*\0line\";s:3:\"546\";s:7:\"\0*\0date\";s:19:\"2023-04-01 07:33:59\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:47:\"that.ui.authorControl.select2 is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-04-01 07:33:59\";i:1;s:19:\"2023-04-01 07:35:23\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680334439\";s:7:\"message\";s:47:\"that.ui.authorControl.select2 is not a function\";s:3:\"url\";s:99:\"http://iamv.vn/wp-content/plugins/gt3-themes-core/core/elementor/assets/js/core-editor.js?ver=1.3.3\";s:4:\"line\";s:3:\"546\";s:6:\"column\";s:2:\"28\";}}s:32:\"5d9afed599600d69a6254a8f324c2abb\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:2:\"30\";s:7:\"\0*\0file\";s:99:\"http://iamv.vn/wp-content/plugins/gt3-themes-core/core/elementor/assets/js/core-editor.js?ver=1.3.3\";s:7:\"\0*\0line\";s:3:\"424\";s:7:\"\0*\0date\";s:19:\"2023-04-01 07:33:59\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:49:\"that.ui.taxonomyControl.select2 is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-04-01 07:33:59\";i:1;s:19:\"2023-04-01 07:35:23\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680334439\";s:7:\"message\";s:49:\"that.ui.taxonomyControl.select2 is not a function\";s:3:\"url\";s:99:\"http://iamv.vn/wp-content/plugins/gt3-themes-core/core/elementor/assets/js/core-editor.js?ver=1.3.3\";s:4:\"line\";s:3:\"424\";s:6:\"column\";s:2:\"30\";}}}', 'no'),
(571, '_transient_shipping-transient-version', '1680281994', 'yes'),
(572, '_transient_timeout_wc_shipping_method_count_legacy', '1682873994', 'no'),
(573, '_transient_wc_shipping_method_count_legacy', 'a:2:{s:7:\"version\";s:10:\"1680281994\";s:5:\"value\";i:0;}', 'no'),
(574, '_transient_timeout_wc_shipping_method_count', '1682873994', 'no'),
(575, '_transient_wc_shipping_method_count', 'a:2:{s:7:\"version\";s:10:\"1680281994\";s:5:\"value\";i:0;}', 'no'),
(576, '_transient_woocommerce_reports-transient-version', '1680281994', 'yes'),
(577, '_transient_timeout_orders-all-statuses', '1680886794', 'no'),
(578, '_transient_orders-all-statuses', 'a:2:{s:7:\"version\";s:10:\"1680281994\";s:5:\"value\";a:0:{}}', 'no'),
(602, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:18:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.12.0\";}s:25:\"gt3-core-revolutionslider\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:19:\"gt3-core-emptyspace\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:9:\"image-box\";a:2:{s:7:\"content\";s:1425:\"<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>\";s:7:\"version\";s:6:\"3.12.0\";}s:15:\"gt3-core-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:16:\"gt3pg-thumbnails\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:13:\"gt3-core-blog\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.12.0\";}s:16:\"gt3-core-project\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.12.0\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:924:\"<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\";s:7:\"version\";s:6:\"3.12.0\";}s:17:\"gt3-core-piechart\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:8:\"progress\";a:2:{s:7:\"content\";s:1222:\"<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\";s:7:\"version\";s:6:\"3.12.0\";}s:13:\"gt3-core-team\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:21:\"gt3-core-testimonials\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:16:\"gt3-core-flipbox\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:4:\"html\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.0\";}s:13:\"image-gallery\";a:2:{s:7:\"content\";s:2474:\"<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}</style>\";s:7:\"version\";s:6:\"3.12.0\";}}}}', 'yes'),
(603, '_elementor_global_css', 'a:7:{s:4:\"time\";i:1680282866;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}', 'yes'),
(774, 'project_category_children', 'a:0:{}', 'yes'),
(855, 'recently_activated', 'a:1:{s:27:\"woocommerce/woocommerce.php\";i:1680339997;}', 'yes'),
(865, 'revslider_update_revision_current', '6.2.0', 'yes'),
(871, '_site_transient_timeout_theme_roots', '1680480134', 'no'),
(872, '_site_transient_theme_roots', 'a:1:{s:10:\"agrosector\";s:7:\"/themes\";}', 'no'),
(873, '_transient_health-check-site-status-result', '{\"good\":14,\"recommended\":6,\"critical\":1}', 'yes'),
(875, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680478356;s:8:\"response\";a:3:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.12.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:51:\"gt3-photo-video-gallery/gt3-photo-video-gallery.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/gt3-photo-video-gallery\";s:4:\"slug\";s:23:\"gt3-photo-video-gallery\";s:6:\"plugin\";s:51:\"gt3-photo-video-gallery/gt3-photo-video-gallery.php\";s:11:\"new_version\";s:8:\"2.7.7.16\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/gt3-photo-video-gallery/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/gt3-photo-video-gallery.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/gt3-photo-video-gallery/assets/icon-256x256.gif?rev=2420319\";s:2:\"1x\";s:76:\"https://ps.w.org/gt3-photo-video-gallery/assets/icon-128x128.gif?rev=2420319\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/gt3-photo-video-gallery/assets/banner-1544x500.jpg?rev=2079283\";s:2:\"1x\";s:78:\"https://ps.w.org/gt3-photo-video-gallery/assets/banner-772x250.jpg?rev=2079283\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:59:\"gt3-photo-video-gallery-pro/gt3-photo-video-gallery-pro.php\";O:8:\"stdClass\":15:{s:11:\"new_version\";s:8:\"1.7.2.11\";s:14:\"stable_version\";s:8:\"1.7.2.11\";s:4:\"name\";s:31:\"GT3 Photo and Video Gallery Pro\";s:4:\"slug\";s:27:\"gt3-photo-video-gallery-pro\";s:3:\"url\";s:72:\"https://gt3themes.com/downloads/gt3-photo-video-gallery-pro/?changelog=1\";s:12:\"last_updated\";s:19:\"2023-04-02 18:05:55\";s:8:\"homepage\";s:60:\"https://gt3themes.com/downloads/gt3-photo-video-gallery-pro/\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";s:8:\"sections\";a:2:{s:11:\"description\";s:0:\"\";s:9:\"changelog\";s:9434:\"<p>= 1.7.2.11 =<br />\nImproved: Latest WP 6.2 compatibility<br />\nImproved: Plugin core functionality<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.10 =<br />\nFixed: Responsive column control<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.9 =<br />\nImproved: Gutenberg blocks settings<br />\nUpdated: Plugin core<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.7 =<br />\nAdded: Image order option in Gutenberg<br />\nFixed: Vimeo video issue in lightbox<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.5 =<br />\nImproved: Galleries optimization<br />\nAdded: Video thumbs support for grid, masonry & packery<br />\nAdded: Different video formats support for gallery thumbs and lightbox<br />\nAdded: Automatic thumbs generation from the video in lightbox<br />\nAdded: Video thumbs support in Gutenberg and Elementor<br />\nUpdated: Plugin core<br />\nUpdated: Elementor galleries media ordering<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.4 =<br />\nUpdated: Plugin core<br />\nFixed: Issue caused by Yoast plugin<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.3 =<br />\nImproved: WordPress 6.1 compatibility<br />\nImproved: Gutenberg gallery blocks<br />\nFixed: Lazy load issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.2 =<br />\nUpdated: Gallery core functionality<br />\nAdded: Hover effect option to Elementor album widget<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.0 =<br />\nUpdated: Gallery panel options<br />\nFixed: Fullscreen option on mobile<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.0 =<br />\nAdded: New options for the lightbox<br />\nAdded: Import/Export global gallery settings<br />\nImproved: Gallery core functionality<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.7 =<br />\nImproved: Galleries optimization<br />\nImproved: WebP support with Image Gallery Opimizer<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.6 =<br />\nAdded: Image carousel widget (new)<br />\nImproved: Galleries optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.5 =<br />\nUpdated: GT3 Gallery requires Elementor 3.6.1 version<br />\nFixed: 3.6.1 Elementor version issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.2 =<br />\nFixed: Responsive issues<br />\nFixed: License activation issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.0 =<br />\nAdded: New hooks<br />\nUpdated: Gallery loading on frontend<br />\nFixed: Elementor column issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.17 =<br />\nUpdated: Plugin core<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.15 =<br />\nUpdated: WordPress 5.8 compatibility<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.14 =<br />\nFixed: Elementor popup window size issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.12 =<br />\nAdded: Responsive controls for Elementor and Gutenberg<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.11 =<br />\nUpdated: Plugin core<br />\nUpdated: Lazyloading<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.9 =<br />\nFixed: Lazyloading issue<br />\nFixed: Default CPT settings issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.8 =<br />\nUpdated: WordPress 5.7 compatibility<br />\nAdded: Gallery plugin intro wizard<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.3 =<br />\nAdded: External video file support<br />\nFixed: Video bock and widget settings issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.2 =<br />\nImproved: Gutenberg blocks optimization<br />\nAdded: Tabs for general settings<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.0 =<br />\nUpdated: WordPress 5.6 compatibility<br />\nImproved: Scripts optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.6.0.0 =<br />\nImproved: Plugin optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.6 =<br />\nFixed: Select 2 issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.4 =<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.3 =<br />\nAdded: GT3 gallery module for Divi Builder</p>\n<p>= 1.5.4.2 =<br />\n* Added: New galleries to CPT<br />\n* Fixed: CPT settings issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.11 =<br />\n* Updated: Gutenberg support in Divi for Custom post type \"GT3 Gallery\"<br />\n* Fixed: Vimeo video issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.9 =<br />\n* Fixed: Custom post type \"GT3 Gallery\"<br />\n* Fixed: Thumbnails slider<br />\n* Fixed: Photo Albums<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.7 =<br />\n* Updated: WordPress 5.5 compatibility<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.3 =<br />\n* Fixed: Divi class conflict issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.0 =<br />\n* Improved: Optimization (FS Slider, Slider and Thumbnails slider)<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.5 =<br />\n* Improved: Google speedtest requirements<br />\n* Updated: Plugin core<br />\n* Fixed: Swap issue on mobile<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.4 =<br />\n* Improved: WordPress 5.4 compatibility<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.0 =<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.7 =<br />\n* Updated: Plugin core<br />\n* Improved: Gallery loading<br />\n* Fixed: Yoast plugin update affected the gallery<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.5 =<br />\n* Updated: Compatibility with Lite version<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.4 =<br />\n* Updated: Plugin core<br />\n* Added: Photo albums<br />\n* Added: Category support to Justified gallery<br />\n* Added: Filter support to Justified gallery<br />\n* Added: .m4v video support<br />\n* Fixed: WPBakery issue<br />\n* Fixed: Counter in filter<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.3 =<br />\n* Fixed: Custom post type images issue<br />\n* Fixed: Before/after slider<br />\n* Fixed: Height issue on mobile for ribbon<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.0 =<br />\n* Added: GT3 gallery custom post type<br />\n* Added: Shortcode support for CPT gallery<br />\n* Improved: Video settings for the galleries<br />\n* Optimized: Gutenberg blocks<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.10 =<br />\n* Updated: WordPress 5.3 compatibility<br />\n* Added: Masonry horizontal order option<br />\n* Added: New video add/edit option for Gutenberg and Elementor<br />\n* Added: Packery types visual presentation for Gutenberg<br />\n* Improved: Gallery widgets for Elementor<br />\n* Fixed: Thumbnails gallery for small screen devices<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.8 =<br />\n* Fixed: Jetpack lazy loading issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.6 =<br />\n* Added: Self-hosted video size auto detection<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.5 =<br />\n* Improved: New plugin core<br />\n* Improved: Performance<br />\n* Optimized: Plugin files structure<br />\n* Added: Open only items in lightbox filtered by Isotope<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.11 =<br />\n* Updated: Gallery core files<br />\n* Improved: Lazyload feature<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.8 =<br />\n* Fixed: Save settings issue</p>\n<p>= 1.4.5.6 =<br />\n* Updated: Gallery core files<br />\n* Fixed: Ordering issue in CPT gallery<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.5 =<br />\n* Fixed: Grid and Packery gallery issue<br />\n* Fixed: Self-hosted video file formats<br />\n* Fixed: Lazyload</p>\n<p>= 1.4.5.3 =<br />\n* Fixed: Lightbox issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.2 =<br />\n* Added: Gallery keywords to find it in the widgets list<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.1 =<br />\n* Fixed: WPBakery modules issue<br />\n* Fixed: Tabs issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.0 =<br />\n* Added: WPBakery compatibility<br />\n* Added: Custom modules to WPBakery<br />\n* Improved: Gallery optimization<br />\n* Fixed: Icons issues in lightbox<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.4.3 =<br />\n* Fixed: Self-hosted video issue<br />\n* Fixed: Photo gallery isotope issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.4 =<br />\n* Updated: Elementor 2.5.5 page builder compatibility</p>\n<p>= 1.4.3 =<br />\n* Updated: Photo gallery options panel<br />\n* Improved: Photo gallery .js optimization<br />\n* Improved: Photo gallery .css optimization<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.2 =<br />\n* Added: Light version of the Lightbox<br />\n* Added: Lightbox support in thumbnail slider<br />\n* Added: Thumbnails swipe support in thumbnail slider<br />\n* Fixed: Admin issue in Gutenberg<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.1 =<br />\n* Autoplay issue for videos<br />\n* Minor bug fixes</p>\n<p>= 1.4.0 =<br />\n* WordPress 5.1 compatibility<br />\n* Added a brand new plugin options panel<br />\n* New lightbox version support<br />\n* New Elementor gallery widgets<br />\n* Images lazyload support<br />\n* Added video controls in lightbox<br />\n* Gutenberg gallery blocks optimization<br />\n* Optimized JS<br />\n* Optimized CSS<br />\n* Minor bug fixes</p>\n<p>= 1.3.1 =<br />\n* Added: CPT support<br />\n* Added: Thumbnails style gallery<br />\n* Improved: .css and .js optimization<br />\n* Improved: Gutenberg optimization<br />\n* Fixed: iSotope issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.2.0 =<br />\n* Improved: Gutenberg compatibility<br />\n* Improved: Convert old galleries to Gutenberg block gallery<br />\n* Improved: Gutenberg gallery block custom settings<br />\n* Improved: GT3 image optimizer plugin support</p>\n<p>= 1.0.3 =<br />\n* Improved: Performance<br />\n* Fixed: Masonry issue<br />\n* Fixed: Responsive issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.0.2 =<br />\n* Updated: Translation files<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.0.1 =<br />\n* Initial Release</p>\n\";}s:7:\"banners\";a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:76:\"https://gt3themes.com/wp-content/uploads/edd/2019/05/gt3-gallery-128x128.png\";s:2:\"2x\";s:68:\"https://gt3themes.com/wp-content/uploads/edd/2019/05/gt3-gallery.png\";}s:3:\"msg\";s:33:\"No license key has been provided.\";s:11:\"description\";a:1:{i:0;s:0:\"\";}s:9:\"changelog\";a:1:{i:0;s:9434:\"<p>= 1.7.2.11 =<br />\nImproved: Latest WP 6.2 compatibility<br />\nImproved: Plugin core functionality<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.10 =<br />\nFixed: Responsive column control<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.9 =<br />\nImproved: Gutenberg blocks settings<br />\nUpdated: Plugin core<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.7 =<br />\nAdded: Image order option in Gutenberg<br />\nFixed: Vimeo video issue in lightbox<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.5 =<br />\nImproved: Galleries optimization<br />\nAdded: Video thumbs support for grid, masonry & packery<br />\nAdded: Different video formats support for gallery thumbs and lightbox<br />\nAdded: Automatic thumbs generation from the video in lightbox<br />\nAdded: Video thumbs support in Gutenberg and Elementor<br />\nUpdated: Plugin core<br />\nUpdated: Elementor galleries media ordering<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.4 =<br />\nUpdated: Plugin core<br />\nFixed: Issue caused by Yoast plugin<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.3 =<br />\nImproved: WordPress 6.1 compatibility<br />\nImproved: Gutenberg gallery blocks<br />\nFixed: Lazy load issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.2 =<br />\nUpdated: Gallery core functionality<br />\nAdded: Hover effect option to Elementor album widget<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.0 =<br />\nUpdated: Gallery panel options<br />\nFixed: Fullscreen option on mobile<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.2.0 =<br />\nAdded: New options for the lightbox<br />\nAdded: Import/Export global gallery settings<br />\nImproved: Gallery core functionality<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.7 =<br />\nImproved: Galleries optimization<br />\nImproved: WebP support with Image Gallery Opimizer<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.6 =<br />\nAdded: Image carousel widget (new)<br />\nImproved: Galleries optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.5 =<br />\nUpdated: GT3 Gallery requires Elementor 3.6.1 version<br />\nFixed: 3.6.1 Elementor version issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.2 =<br />\nFixed: Responsive issues<br />\nFixed: License activation issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.1.0 =<br />\nAdded: New hooks<br />\nUpdated: Gallery loading on frontend<br />\nFixed: Elementor column issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.17 =<br />\nUpdated: Plugin core<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.15 =<br />\nUpdated: WordPress 5.8 compatibility<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.14 =<br />\nFixed: Elementor popup window size issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.12 =<br />\nAdded: Responsive controls for Elementor and Gutenberg<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.11 =<br />\nUpdated: Plugin core<br />\nUpdated: Lazyloading<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.9 =<br />\nFixed: Lazyloading issue<br />\nFixed: Default CPT settings issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.8 =<br />\nUpdated: WordPress 5.7 compatibility<br />\nAdded: Gallery plugin intro wizard<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.3 =<br />\nAdded: External video file support<br />\nFixed: Video bock and widget settings issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.2 =<br />\nImproved: Gutenberg blocks optimization<br />\nAdded: Tabs for general settings<br />\nFixed: Minor bug fixes</p>\n<p>= 1.7.0.0 =<br />\nUpdated: WordPress 5.6 compatibility<br />\nImproved: Scripts optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.6.0.0 =<br />\nImproved: Plugin optimization<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.6 =<br />\nFixed: Select 2 issue<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.4 =<br />\nFixed: Minor bug fixes</p>\n<p>= 1.5.4.3 =<br />\nAdded: GT3 gallery module for Divi Builder</p>\n<p>= 1.5.4.2 =<br />\n* Added: New galleries to CPT<br />\n* Fixed: CPT settings issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.11 =<br />\n* Updated: Gutenberg support in Divi for Custom post type \"GT3 Gallery\"<br />\n* Fixed: Vimeo video issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.9 =<br />\n* Fixed: Custom post type \"GT3 Gallery\"<br />\n* Fixed: Thumbnails slider<br />\n* Fixed: Photo Albums<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.7 =<br />\n* Updated: WordPress 5.5 compatibility<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.3 =<br />\n* Fixed: Divi class conflict issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.3.0 =<br />\n* Improved: Optimization (FS Slider, Slider and Thumbnails slider)<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.5 =<br />\n* Improved: Google speedtest requirements<br />\n* Updated: Plugin core<br />\n* Fixed: Swap issue on mobile<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.4 =<br />\n* Improved: WordPress 5.4 compatibility<br />\n* Updated: Plugin core<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.2.0 =<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.7 =<br />\n* Updated: Plugin core<br />\n* Improved: Gallery loading<br />\n* Fixed: Yoast plugin update affected the gallery<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.5 =<br />\n* Updated: Compatibility with Lite version<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.4 =<br />\n* Updated: Plugin core<br />\n* Added: Photo albums<br />\n* Added: Category support to Justified gallery<br />\n* Added: Filter support to Justified gallery<br />\n* Added: .m4v video support<br />\n* Fixed: WPBakery issue<br />\n* Fixed: Counter in filter<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.3 =<br />\n* Fixed: Custom post type images issue<br />\n* Fixed: Before/after slider<br />\n* Fixed: Height issue on mobile for ribbon<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.1.0 =<br />\n* Added: GT3 gallery custom post type<br />\n* Added: Shortcode support for CPT gallery<br />\n* Improved: Video settings for the galleries<br />\n* Optimized: Gutenberg blocks<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.10 =<br />\n* Updated: WordPress 5.3 compatibility<br />\n* Added: Masonry horizontal order option<br />\n* Added: New video add/edit option for Gutenberg and Elementor<br />\n* Added: Packery types visual presentation for Gutenberg<br />\n* Improved: Gallery widgets for Elementor<br />\n* Fixed: Thumbnails gallery for small screen devices<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.8 =<br />\n* Fixed: Jetpack lazy loading issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.6 =<br />\n* Added: Self-hosted video size auto detection<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.5.0.5 =<br />\n* Improved: New plugin core<br />\n* Improved: Performance<br />\n* Optimized: Plugin files structure<br />\n* Added: Open only items in lightbox filtered by Isotope<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.11 =<br />\n* Updated: Gallery core files<br />\n* Improved: Lazyload feature<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.8 =<br />\n* Fixed: Save settings issue</p>\n<p>= 1.4.5.6 =<br />\n* Updated: Gallery core files<br />\n* Fixed: Ordering issue in CPT gallery<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.5 =<br />\n* Fixed: Grid and Packery gallery issue<br />\n* Fixed: Self-hosted video file formats<br />\n* Fixed: Lazyload</p>\n<p>= 1.4.5.3 =<br />\n* Fixed: Lightbox issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.2 =<br />\n* Added: Gallery keywords to find it in the widgets list<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.1 =<br />\n* Fixed: WPBakery modules issue<br />\n* Fixed: Tabs issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.5.0 =<br />\n* Added: WPBakery compatibility<br />\n* Added: Custom modules to WPBakery<br />\n* Improved: Gallery optimization<br />\n* Fixed: Icons issues in lightbox<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.4.3 =<br />\n* Fixed: Self-hosted video issue<br />\n* Fixed: Photo gallery isotope issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.4 =<br />\n* Updated: Elementor 2.5.5 page builder compatibility</p>\n<p>= 1.4.3 =<br />\n* Updated: Photo gallery options panel<br />\n* Improved: Photo gallery .js optimization<br />\n* Improved: Photo gallery .css optimization<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.2 =<br />\n* Added: Light version of the Lightbox<br />\n* Added: Lightbox support in thumbnail slider<br />\n* Added: Thumbnails swipe support in thumbnail slider<br />\n* Fixed: Admin issue in Gutenberg<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.4.1 =<br />\n* Autoplay issue for videos<br />\n* Minor bug fixes</p>\n<p>= 1.4.0 =<br />\n* WordPress 5.1 compatibility<br />\n* Added a brand new plugin options panel<br />\n* New lightbox version support<br />\n* New Elementor gallery widgets<br />\n* Images lazyload support<br />\n* Added video controls in lightbox<br />\n* Gutenberg gallery blocks optimization<br />\n* Optimized JS<br />\n* Optimized CSS<br />\n* Minor bug fixes</p>\n<p>= 1.3.1 =<br />\n* Added: CPT support<br />\n* Added: Thumbnails style gallery<br />\n* Improved: .css and .js optimization<br />\n* Improved: Gutenberg optimization<br />\n* Fixed: iSotope issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.2.0 =<br />\n* Improved: Gutenberg compatibility<br />\n* Improved: Convert old galleries to Gutenberg block gallery<br />\n* Improved: Gutenberg gallery block custom settings<br />\n* Improved: GT3 image optimizer plugin support</p>\n<p>= 1.0.3 =<br />\n* Improved: Performance<br />\n* Fixed: Masonry issue<br />\n* Fixed: Responsive issue<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.0.2 =<br />\n* Updated: Translation files<br />\n* Fixed: Minor bug fixes</p>\n<p>= 1.0.1 =<br />\n* Initial Release</p>\n\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:7:\"5.7.5.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.5.7.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:23:\"mailchimp/mailchimp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/mailchimp\";s:4:\"slug\";s:9:\"mailchimp\";s:6:\"plugin\";s:23:\"mailchimp/mailchimp.php\";s:11:\"new_version\";s:5:\"1.5.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/mailchimp/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/mailchimp.1.5.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/mailchimp/assets/icon-256x256.png?rev=1509507\";s:2:\"1x\";s:62:\"https://ps.w.org/mailchimp/assets/icon-256x256.png?rev=1509507\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"7.5.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.gif?rev=2869506\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.gif?rev=2869506\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}}s:7:\"checked\";a:8:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:7:\"5.7.5.1\";s:23:\"elementor/elementor.php\";s:6:\"3.12.0\";s:51:\"gt3-photo-video-gallery/gt3-photo-video-gallery.php\";s:8:\"2.7.7.15\";s:59:\"gt3-photo-video-gallery-pro/gt3-photo-video-gallery-pro.php\";s:7:\"1.7.0.0\";s:35:\"gt3-themes-core/gt3-themes-core.php\";s:5:\"1.3.3\";s:23:\"mailchimp/mailchimp.php\";s:5:\"1.5.8\";s:23:\"revslider/revslider.php\";s:5:\"6.3.3\";s:27:\"woocommerce/woocommerce.php\";s:5:\"7.5.1\";}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `zs_postmeta`
--

CREATE TABLE `zs_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_postmeta`
--

INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_form', '<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Tiêu đề:\n    [text* your-subject] </label>\n\n<label> Your message (không bắt buộc)\n    [textarea your-message] </label>\n\n[submit \"Gửi\"]'),
(4, 5, '_mail', 'a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:33:\"[_site_title] <wordpress@iamv.vn>\";s:4:\"body\";s:215:\"Gửi đến từ: [your-name] [your-email]\nTiêu đề: [your-subject]\n\nNội dung thông điệp:\n[your-message]\n\n-- \nEmail này được gửi đến từ form liên hệ của website [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(5, 5, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:33:\"[_site_title] <wordpress@iamv.vn>\";s:4:\"body\";s:142:\"Nội dung thông điệp:\n[your-message]\n\n-- \nEmail này được gửi đến từ form liên hệ của website [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(6, 5, '_messages', 'a:12:{s:12:\"mail_sent_ok\";s:53:\"Xin cảm ơn, form đã được gửi thành công.\";s:12:\"mail_sent_ng\";s:118:\"Có lỗi xảy ra trong quá trình gửi. Xin vui lòng thử lại hoặc liên hệ người quản trị website.\";s:16:\"validation_error\";s:86:\"Có một hoặc nhiều mục nhập có lỗi. Vui lòng kiểm tra và thử lại.\";s:4:\"spam\";s:118:\"Có lỗi xảy ra trong quá trình gửi. Xin vui lòng thử lại hoặc liên hệ người quản trị website.\";s:12:\"accept_terms\";s:67:\"Bạn phải chấp nhận điều khoản trước khi gửi form.\";s:16:\"invalid_required\";s:48:\"Vui lòng nhập dữ liệu cho trường này.\";s:16:\"invalid_too_long\";s:54:\"Trường dữ liệu này có mục nhập quá dài.\";s:17:\"invalid_too_short\";s:51:\"Trường dữ liệu có mục nhập quá ngắn.\";s:13:\"upload_failed\";s:36:\"Tải file lên không thành công.\";s:24:\"upload_file_type_invalid\";s:69:\"Bạn không được phép tải lên file theo định dạng này.\";s:21:\"upload_file_too_large\";s:50:\"Dung lượng file được tải lên quá lớn.\";s:23:\"upload_failed_php_error\";s:36:\"Tải file lên không thành công.\";}'),
(7, 5, '_additional_settings', ''),
(8, 5, '_locale', 'vi'),
(9, 6, '_elementor_edit_mode', 'builder'),
(10, 6, '_elementor_template_type', 'kit'),
(11, 7, '_wp_attached_file', 'woocommerce-placeholder.png'),
(12, 7, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12560;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13, 9, '_gt3_usage_blocks', '{\"core/shortcode\":1}'),
(14, 9, '_gt3_usage_shortcodes', '{\"woocommerce_cart\":1}'),
(15, 10, '_gt3_usage_blocks', '{\"core/shortcode\":1}'),
(16, 10, '_gt3_usage_shortcodes', '{\"woocommerce_checkout\":1}'),
(17, 11, '_gt3_usage_blocks', '{\"core/shortcode\":1}'),
(18, 11, '_gt3_usage_shortcodes', '{\"woocommerce_my_account\":1}'),
(19, 1, '_gt3_usage_blocks', '{\"core/paragraph\":10,\"core/image\":7,\"core/gallery\":1}'),
(20, 2, '_gt3_usage_blocks', '{\"core/paragraph\":3,\"core/quote\":2}'),
(21, 16, '_wp_attached_file', '2019/01/img.jpg'),
(22, 16, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:802;s:4:\"file\";s:15:\"2019/01/img.jpg\";s:8:\"filesize\";i:516433;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"img-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7066;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"img-1024x428.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61091;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4855;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"img-768x321.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35180;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"img-1536x642.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131612;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:15:\"img-480x201.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14972;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"img-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93020;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:16:\"img-1200x501.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82952;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"img-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93020;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23, 19, '_wp_attached_file', '2019/01/home_img_01.png'),
(24, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:497;s:6:\"height\";i:764;s:4:\"file\";s:23:\"2019/01/home_img_01.png\";s:8:\"filesize\";i:159692;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"home_img_01-195x300.png\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"home_img_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50121;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:23:\"home_img_01-480x738.png\";s:5:\"width\";i:480;s:6:\"height\";i:738;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:564864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25, 76, '_wp_attached_file', '2019/01/logo.png'),
(26, 76, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:510;s:6:\"height\";i:117;s:4:\"file\";s:16:\"2019/01/logo.png\";s:8:\"filesize\";i:6600;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"logo-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"logo-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4426;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:16:\"logo-480x110.png\";s:5:\"width\";i:480;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27, 77, '_wp_attached_file', '2019/01/logo_m.png'),
(28, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:170;s:4:\"file\";s:18:\"2019/01/logo_m.png\";s:8:\"filesize\";i:1840;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"logo_m-100x150.png\";s:5:\"width\";i:100;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3458;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29, 89, '_wp_attached_file', '2019/01/gallery_img_01.jpg'),
(30, 89, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/01/gallery_img_01.jpg\";s:8:\"filesize\";i:394424;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15490;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_01-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8415;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92369;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37819;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_01-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151726;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31, 108, '_wp_attached_file', '2019/01/icon-1.png'),
(32, 108, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2019/01/icon-1.png\";s:8:\"filesize\";i:1654;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33, 109, '_wp_attached_file', '2019/01/icon-2.png'),
(34, 109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2019/01/icon-2.png\";s:8:\"filesize\";i:1200;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35, 110, '_wp_attached_file', '2019/01/icon-3.png'),
(36, 110, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2019/01/icon-3.png\";s:8:\"filesize\";i:1814;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37, 111, '_wp_attached_file', '2019/01/icon-4.png'),
(38, 111, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2019/01/icon-4.png\";s:8:\"filesize\";i:1481;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39, 112, '_wp_attached_file', '2019/01/icon-5.png'),
(40, 112, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2019/01/icon-5.png\";s:8:\"filesize\";i:1528;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(41, 113, '_wp_attached_file', '2019/01/icon-6.png'),
(42, 113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2019/01/icon-6.png\";s:8:\"filesize\";i:1082;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(43, 114, '_wp_attached_file', '2019/01/icon-7.png'),
(44, 114, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2019/01/icon-7.png\";s:8:\"filesize\";i:1362;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(45, 116, '_wp_attached_file', '2019/01/icon_11.png'),
(46, 116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:78;s:6:\"height\";i:78;s:4:\"file\";s:19:\"2019/01/icon_11.png\";s:8:\"filesize\";i:3985;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(47, 117, '_wp_attached_file', '2019/01/icon_12.png'),
(48, 117, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:78;s:6:\"height\";i:78;s:4:\"file\";s:19:\"2019/01/icon_12.png\";s:8:\"filesize\";i:2922;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49, 118, '_wp_attached_file', '2019/01/icon_13.png'),
(50, 118, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:78;s:6:\"height\";i:78;s:4:\"file\";s:19:\"2019/01/icon_13.png\";s:8:\"filesize\";i:4006;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51, 130, '_wp_attached_file', '2019/01/home_img_02.png'),
(52, 130, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:594;s:6:\"height\";i:797;s:4:\"file\";s:23:\"2019/01/home_img_02.png\";s:8:\"filesize\";i:207255;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"home_img_02-224x300.png\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"home_img_02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39640;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:23:\"home_img_02-480x644.png\";s:5:\"width\";i:480;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:503186;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(53, 203, '_wp_attached_file', '2019/01/logo_footer.png'),
(54, 203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:118;s:4:\"file\";s:23:\"2019/01/logo_footer.png\";s:8:\"filesize\";i:6829;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"logo_footer-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo_footer-150x118.png\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4342;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:23:\"logo_footer-480x111.png\";s:5:\"width\";i:480;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26645;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(55, 213, '_wp_attached_file', '2019/01/Dan-Balan.jpg'),
(56, 213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:136;s:6:\"height\";i:136;s:4:\"file\";s:21:\"2019/01/Dan-Balan.jpg\";s:8:\"filesize\";i:8766;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(57, 219, '_wp_attached_file', '2019/01/image-1.jpg'),
(58, 219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:392;s:4:\"file\";s:19:\"2019/01/image-1.jpg\";s:8:\"filesize\";i:230820;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-1-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4726;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-1-1024x209.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-1-768x157.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26971;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-1-1536x314.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105522;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-1-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11164;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-1-800x392.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82481;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-1-1200x245.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65956;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-1-800x392.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82481;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(59, 220, '_wp_attached_file', '2019/01/image-2.jpg'),
(60, 220, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/01/image-2.jpg\";s:8:\"filesize\";i:269833;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-2-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6035;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-2-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62483;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-2-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37183;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-2-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132496;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-2-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15024;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-2-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98617;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-2-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86257;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-2-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98617;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(61, 221, '_wp_attached_file', '2019/01/image-3.jpg'),
(62, 221, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/01/image-3.jpg\";s:8:\"filesize\";i:109198;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-3-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5025;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-3-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4587;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-3-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21149;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-3-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61292;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-3-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10440;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-3-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36086;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-3-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42701;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-3-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(63, 222, '_wp_attached_file', '2019/01/image-4.jpg'),
(64, 222, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/01/image-4.jpg\";s:8:\"filesize\";i:270173;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-4-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6472;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-4-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63993;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-4-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38078;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-4-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134471;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-4-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15651;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-4-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100302;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-4-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87690;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-4-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65, 223, '_wp_attached_file', '2019/01/image-5.jpg'),
(66, 223, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/01/image-5.jpg\";s:8:\"filesize\";i:283721;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-5-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5406;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-5-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7274;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-5-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32152;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-5-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131312;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-5-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12706;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-5-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110330;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-5-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80653;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-5-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110330;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(67, 224, '_wp_attached_file', '2019/01/image-6.jpg'),
(68, 224, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/01/image-6.jpg\";s:8:\"filesize\";i:164042;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-6-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7693;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-6-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8043;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-6-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35201;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-6-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101945;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-6-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16919;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-6-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66072;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-6-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71821;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-6-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66072;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(69, 225, '_wp_attached_file', '2019/01/image-7.jpg'),
(70, 225, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/01/image-7.jpg\";s:8:\"filesize\";i:182630;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-7-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6760;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-7-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-7-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35230;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-7-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109717;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-7-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15753;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-7-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68697;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-7-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75644;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-7-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68697;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(71, 226, '_wp_attached_file', '2019/01/image-8.jpg'),
(72, 226, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/01/image-8.jpg\";s:8:\"filesize\";i:259282;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-8-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5978;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-8-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7320;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-8-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34238;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-8-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124792;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-8-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14191;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-8-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91611;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-8-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80372;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-8-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(73, 227, '_wp_attached_file', '2019/01/image-9.jpg'),
(74, 227, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/01/image-9.jpg\";s:8:\"filesize\";i:312019;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-9-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7046;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image-9-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-9-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40730;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"image-9-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145276;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:18:\"image-9-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16718;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"image-9-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97839;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-9-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94687;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"image-9-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97839;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(75, 233, '_wp_attached_file', '2019/01/shape.png'),
(76, 233, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:308;s:6:\"height\";i:36;s:4:\"file\";s:17:\"2019/01/shape.png\";s:8:\"filesize\";i:3055;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"shape-300x35.png\";s:5:\"width\";i:300;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"shape-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(77, 248, '_wp_attached_file', '2019/01/image-10.jpg'),
(78, 248, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-10.jpg\";s:8:\"filesize\";i:470180;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-10-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14693;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-10-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141481;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6856;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-10-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83270;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-10-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293809;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-10-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34622;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-10-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143862;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-10-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192500;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-10-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143862;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(79, 248, 'solid_color', '787432'),
(80, 249, '_wp_attached_file', '2019/01/image-11.jpg'),
(81, 249, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1240;s:4:\"file\";s:20:\"2019/01/image-11.jpg\";s:8:\"filesize\";i:182727;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-11-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24230;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-11-991x1024.jpg\";s:5:\"width\";i:991;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8463;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-11-768x794.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:794;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106540;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-11-480x496.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52082;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-11-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108762;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-11-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108762;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(82, 250, '_wp_attached_file', '2019/01/image-12.jpg'),
(83, 250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1240;s:4:\"file\";s:20:\"2019/01/image-12.jpg\";s:8:\"filesize\";i:271897;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-12-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28261;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-12-991x1024.jpg\";s:5:\"width\";i:991;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8495;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-12-768x794.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:794;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151428;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-12-480x496.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68448;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-12-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158216;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-12-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158216;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(84, 251, '_wp_attached_file', '2019/01/image-13.jpg'),
(85, 251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-13.jpg\";s:8:\"filesize\";i:384587;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-13-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16319;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-13-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7485;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-13-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89966;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-13-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291550;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-13-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38422;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-13-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141896;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-13-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197727;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-13-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(86, 252, '_wp_attached_file', '2019/01/image-14.jpg');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(87, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-14.jpg\";s:8:\"filesize\";i:217360;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-14-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15635;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-14-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7393;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-14-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62158;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-14-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169575;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-14-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31365;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-14-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86334;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-14-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121017;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-14-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(88, 253, '_wp_attached_file', '2019/01/image-15.jpg'),
(89, 253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-15.jpg\";s:8:\"filesize\";i:112326;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-15-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9897;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-15-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5364;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-15-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34747;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-15-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94205;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-15-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18318;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-15-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52703;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-15-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67890;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-15-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52703;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(90, 254, '_wp_attached_file', '2019/01/image-16.jpg'),
(91, 254, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-16.jpg\";s:8:\"filesize\";i:558610;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-16-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21461;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-16-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216020;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9588;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-16-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128932;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-16-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:434311;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-16-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53033;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-16-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216818;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-16-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291012;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-16-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(92, 255, '_wp_attached_file', '2019/01/image-17.jpg'),
(93, 255, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-17.jpg\";s:8:\"filesize\";i:268676;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-17-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18439;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-17-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8427;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-17-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-17-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220953;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-17-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38092;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-17-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110410;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-17-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156713;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-17-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(94, 256, '_wp_attached_file', '2019/01/image-18.jpg'),
(95, 256, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-18.jpg\";s:8:\"filesize\";i:244295;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-18-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19001;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-18-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110525;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-18-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73653;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-18-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194098;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-18-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38034;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-18-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104756;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-18-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140931;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-18-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(96, 257, '_wp_attached_file', '2019/01/image-19.jpg'),
(97, 257, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-19.jpg\";s:8:\"filesize\";i:155065;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-19-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12663;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-19-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6461;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-19-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50898;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-19-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145158;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-19-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25370;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-19-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83295;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-19-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102442;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-19-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83295;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(98, 258, '_wp_attached_file', '2019/01/image-20.jpg'),
(99, 258, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-20.jpg\";s:8:\"filesize\";i:298509;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-20-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14178;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-20-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6889;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-20-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68468;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-20-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210374;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-20-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31294;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-20-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103589;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-20-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143912;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-20-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(100, 259, '_wp_attached_file', '2019/01/image-21.jpg'),
(101, 259, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-21.jpg\";s:8:\"filesize\";i:359080;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-21-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13046;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-21-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130851;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-21-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77858;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-21-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261687;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-21-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31951;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-21-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133214;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-21-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175594;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-21-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133214;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(102, 260, '_wp_attached_file', '2019/01/image-22.jpg'),
(103, 260, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:978;s:4:\"file\";s:20:\"2019/01/image-22.jpg\";s:8:\"filesize\";i:115271;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-22-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13272;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-22-1024x835.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:835;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5559;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-22-768x626.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59606;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-22-480x391.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28390;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-22-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75091;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-22-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75091;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(104, 271, '_wp_attached_file', '2019/01/thumbnail_01.jpg'),
(105, 271, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:280;s:6:\"height\";i:145;s:4:\"file\";s:24:\"2019/01/thumbnail_01.jpg\";s:8:\"filesize\";i:23279;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"thumbnail_01-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6075;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(106, 272, '_wp_attached_file', '2019/01/thumbnail_02.jpg'),
(107, 272, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:280;s:6:\"height\";i:145;s:4:\"file\";s:24:\"2019/01/thumbnail_02.jpg\";s:8:\"filesize\";i:27699;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"thumbnail_02-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8159;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(108, 273, '_wp_attached_file', '2019/01/thumbnail_03.jpg'),
(109, 273, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:280;s:6:\"height\";i:145;s:4:\"file\";s:24:\"2019/01/thumbnail_03.jpg\";s:8:\"filesize\";i:22524;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"thumbnail_03-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(110, 276, '_wp_attached_file', '2019/01/home_bg_01.jpg'),
(111, 276, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:813;s:4:\"file\";s:22:\"2019/01/home_bg_01.jpg\";s:8:\"filesize\";i:379547;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"home_bg_01-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6132;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"home_bg_01-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"home_bg_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"home_bg_01-768x325.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"home_bg_01-1536x650.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126524;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:22:\"home_bg_01-480x203.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13783;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"home_bg_01-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89172;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"home_bg_01-1200x508.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78980;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"home_bg_01-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(112, 277, '_wp_attached_file', '2019/01/home_bg_03.jpg'),
(113, 277, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:813;s:4:\"file\";s:22:\"2019/01/home_bg_03.jpg\";s:8:\"filesize\";i:106472;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"home_bg_03-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7482;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"home_bg_03-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"home_bg_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5069;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"home_bg_03-768x325.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28162;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"home_bg_03-1536x650.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74926;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:22:\"home_bg_03-480x203.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14560;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"home_bg_03-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49155;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"home_bg_03-1200x508.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53364;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"home_bg_03-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(114, 278, '_wp_attached_file', '2019/01/home_bg_02.jpg'),
(115, 278, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:813;s:4:\"file\";s:22:\"2019/01/home_bg_02.jpg\";s:8:\"filesize\";i:217894;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"home_bg_02-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7873;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"home_bg_02-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"home_bg_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6243;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"home_bg_02-768x325.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34066;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"home_bg_02-1536x650.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98809;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:22:\"home_bg_02-480x203.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16362;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"home_bg_02-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78086;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"home_bg_02-1200x508.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68400;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"home_bg_02-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(116, 285, '_wp_attached_file', '2019/01/shape-bottom.png'),
(117, 285, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:10;s:4:\"file\";s:24:\"2019/01/shape-bottom.png\";s:8:\"filesize\";i:6773;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"shape-bottom-300x2.png\";s:5:\"width\";i:300;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1073;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"shape-bottom-1024x5.png\";s:5:\"width\";i:1024;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"shape-bottom-150x10.png\";s:5:\"width\";i:150;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"shape-bottom-768x4.png\";s:5:\"width\";i:768;s:6:\"height\";i:4;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2903;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"shape-bottom-1536x8.png\";s:5:\"width\";i:1536;s:6:\"height\";i:8;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6968;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:22:\"shape-bottom-480x3.png\";s:5:\"width\";i:480;s:6:\"height\";i:3;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1894;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"shape-bottom-800x10.png\";s:5:\"width\";i:800;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2724;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"shape-bottom-1200x6.png\";s:5:\"width\";i:1200;s:6:\"height\";i:6;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5044;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"shape-bottom-800x10.png\";s:5:\"width\";i:800;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(118, 286, '_wp_attached_file', '2019/01/shape-top.png'),
(119, 286, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:20;s:4:\"file\";s:21:\"2019/01/shape-top.png\";s:8:\"filesize\";i:6739;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"shape-top-300x3.png\";s:5:\"width\";i:300;s:6:\"height\";i:3;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1134;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"shape-top-1024x11.png\";s:5:\"width\";i:1024;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"shape-top-150x20.png\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"shape-top-768x8.png\";s:5:\"width\";i:768;s:6:\"height\";i:8;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2804;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"shape-top-1536x16.png\";s:5:\"width\";i:1536;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6826;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:19:\"shape-top-480x5.png\";s:5:\"width\";i:480;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1648;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"shape-top-800x20.png\";s:5:\"width\";i:800;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2659;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"shape-top-1200x13.png\";s:5:\"width\";i:1200;s:6:\"height\";i:13;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6310;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"shape-top-800x20.png\";s:5:\"width\";i:800;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2659;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(120, 330, '_wp_attached_file', '2019/01/Jason-Ford.png'),
(121, 330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:304;s:6:\"height\";i:62;s:4:\"file\";s:22:\"2019/01/Jason-Ford.png\";s:8:\"filesize\";i:7111;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Jason-Ford-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Jason-Ford-150x62.png\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2831;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(122, 377, '_wp_attached_file', '2019/01/about_img_01.png'),
(123, 377, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:507;s:6:\"height\";i:735;s:4:\"file\";s:24:\"2019/01/about_img_01.png\";s:8:\"filesize\";i:152450;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"about_img_01-207x300.png\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"about_img_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44474;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:24:\"about_img_01-480x696.png\";s:5:\"width\";i:480;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:551455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(124, 435, '_wp_attached_file', '2019/01/Flipbox_01.jpg'),
(125, 435, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:369;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2019/01/Flipbox_01.jpg\";s:8:\"filesize\";i:54578;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Flipbox_01-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Flipbox_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7667;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(126, 436, '_wp_attached_file', '2019/01/Flipbox_02.jpg'),
(127, 436, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:369;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2019/01/Flipbox_02.jpg\";s:8:\"filesize\";i:36174;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Flipbox_02-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Flipbox_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(128, 437, '_wp_attached_file', '2019/01/Flipbox_03.jpg'),
(129, 437, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:369;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2019/01/Flipbox_03.jpg\";s:8:\"filesize\";i:43968;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Flipbox_03-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12933;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Flipbox_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(130, 480, '_wp_attached_file', '2019/01/Sarah-Miller.jpg'),
(131, 480, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:136;s:6:\"height\";i:136;s:4:\"file\";s:24:\"2019/01/Sarah-Miller.jpg\";s:8:\"filesize\";i:11514;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(132, 596, '_wp_attached_file', '2019/01/team_img_02.png'),
(133, 596, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:508;s:6:\"height\";i:735;s:4:\"file\";s:23:\"2019/01/team_img_02.png\";s:8:\"filesize\";i:212096;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"team_img_02-207x300.png\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134502;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"team_img_02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54865;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:23:\"team_img_02-480x694.png\";s:5:\"width\";i:480;s:6:\"height\";i:694;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:672399;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(134, 625, '_wp_attached_file', '2019/02/home_bg_img_4.jpg'),
(135, 625, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:636;s:4:\"file\";s:25:\"2019/02/home_bg_img_4.jpg\";s:8:\"filesize\";i:287163;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"home_bg_img_4-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6947;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"home_bg_img_4-1024x339.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62553;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"home_bg_img_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4765;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"home_bg_img_4-768x254.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35627;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"home_bg_img_4-1536x509.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134075;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:25:\"home_bg_img_4-480x159.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15049;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"home_bg_img_4-800x636.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102790;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"home_bg_img_4-1200x398.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84269;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"home_bg_img_4-800x636.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(136, 673, '_wp_attached_file', '2019/02/placeholder.png'),
(137, 673, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:54;s:6:\"height\";i:76;s:4:\"file\";s:23:\"2019/02/placeholder.png\";s:8:\"filesize\";i:2900;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(138, 691, '_wp_attached_file', '2019/02/cooking-delicious-food.jpg'),
(139, 691, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:251;s:4:\"file\";s:34:\"2019/02/cooking-delicious-food.jpg\";s:8:\"filesize\";i:31361;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"cooking-delicious-food-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"cooking-delicious-food-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140, 692, '_wp_attached_file', '2019/02/aerial-shot-aerial-view-agriculture.jpg'),
(141, 692, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:369;s:6:\"height\";i:251;s:4:\"file\";s:47:\"2019/02/aerial-shot-aerial-view-agriculture.jpg\";s:8:\"filesize\";i:75934;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"aerial-shot-aerial-view-agriculture-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"aerial-shot-aerial-view-agriculture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142, 693, '_wp_attached_file', '2019/02/agriculture-basil-bunch.jpg'),
(143, 693, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:251;s:4:\"file\";s:35:\"2019/02/agriculture-basil-bunch.jpg\";s:8:\"filesize\";i:45041;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"agriculture-basil-bunch-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22096;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"agriculture-basil-bunch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144, 694, '_wp_attached_file', '2019/02/alone-background-basket.jpg'),
(145, 694, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:251;s:4:\"file\";s:35:\"2019/02/alone-background-basket.jpg\";s:8:\"filesize\";i:29821;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"alone-background-basket-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"alone-background-basket-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8561;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(146, 695, '_wp_attached_file', '2019/02/blur-bright-dew.jpg'),
(147, 695, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:369;s:6:\"height\";i:251;s:4:\"file\";s:27:\"2019/02/blur-bright-dew.jpg\";s:8:\"filesize\";i:16643;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"blur-bright-dew-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"blur-bright-dew-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4660;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(148, 696, '_wp_attached_file', '2019/02/peter-gonzalez.jpg'),
(149, 696, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:251;s:4:\"file\";s:26:\"2019/02/peter-gonzalez.jpg\";s:8:\"filesize\";i:33211;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"peter-gonzalez-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15933;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"peter-gonzalez-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6758;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(150, 701, '_wp_attached_file', '2019/02/why-choose-us.png'),
(151, 701, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:538;s:6:\"height\";i:474;s:4:\"file\";s:25:\"2019/02/why-choose-us.png\";s:8:\"filesize\";i:93328;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"why-choose-us-300x264.png\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126423;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"why-choose-us-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44040;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:25:\"why-choose-us-480x423.png\";s:5:\"width\";i:480;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:298714;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(152, 727, '_wp_attached_file', '2019/02/about_img_02.png');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(153, 727, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/02/about_img_02.png\";s:8:\"filesize\";i:163907;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"about_img_02-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120315;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"about_img_02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49640;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:24:\"about_img_02-480x691.png\";s:5:\"width\";i:480;s:6:\"height\";i:691;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:575411;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(154, 752, '_wp_attached_file', '2019/02/agronomy.png'),
(155, 752, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:152;s:6:\"height\";i:152;s:4:\"file\";s:20:\"2019/02/agronomy.png\";s:8:\"filesize\";i:7504;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"agronomy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13995;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(156, 753, '_wp_attached_file', '2019/02/farm-house.png'),
(157, 753, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:132;s:6:\"height\";i:120;s:4:\"file\";s:22:\"2019/02/farm-house.png\";s:8:\"filesize\";i:5704;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(158, 754, '_wp_attached_file', '2019/02/idea.png'),
(159, 754, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2019/02/idea.png\";s:8:\"filesize\";i:5657;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(160, 756, '_wp_attached_file', '2019/01/image-23.jpg'),
(161, 756, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-23.jpg\";s:8:\"filesize\";i:279291;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-23-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19625;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-23-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119940;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9240;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-23-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78697;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-23-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213559;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-23-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39781;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-23-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108170;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-23-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152616;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-23-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108170;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(162, 757, '_wp_attached_file', '2019/01/image-24.jpg'),
(163, 757, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-24.jpg\";s:8:\"filesize\";i:235954;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-24-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15821;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-24-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7381;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-24-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63755;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-24-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177066;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-24-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31838;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-24-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88872;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-24-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125516;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-24-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88872;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(164, 758, '_wp_attached_file', '2019/01/image-25.jpg'),
(165, 758, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1140;s:4:\"file\";s:20:\"2019/01/image-25.jpg\";s:8:\"filesize\";i:498266;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-25-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19215;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-25-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8497;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"image-25-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113078;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image-25-1536x912.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:378676;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"image-25-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46507;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-25-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176793;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"image-25-1200x713.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254997;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-25-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176793;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(166, 798, '_wp_attached_file', '2019/02/services_img_01.png'),
(167, 798, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:292;s:6:\"height\";i:292;s:4:\"file\";s:27:\"2019/02/services_img_01.png\";s:8:\"filesize\";i:17233;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"services_img_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(168, 799, '_wp_attached_file', '2019/02/services_img_02.png'),
(169, 799, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:292;s:6:\"height\";i:292;s:4:\"file\";s:27:\"2019/02/services_img_02.png\";s:8:\"filesize\";i:13835;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"services_img_02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(170, 800, '_wp_attached_file', '2019/02/services_img_03.png'),
(171, 800, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:292;s:6:\"height\";i:292;s:4:\"file\";s:27:\"2019/02/services_img_03.png\";s:8:\"filesize\";i:12557;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"services_img_03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(172, 801, '_wp_attached_file', '2019/02/services_img_04.png'),
(173, 801, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:292;s:6:\"height\";i:292;s:4:\"file\";s:27:\"2019/02/services_img_04.png\";s:8:\"filesize\";i:17634;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"services_img_04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22342;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(174, 822, '_wp_attached_file', '2019/02/project_img_01.png'),
(175, 822, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2019/02/project_img_01.png\";s:8:\"filesize\";i:545424;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"project_img_01-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132679;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"project_img_01-1024x613.png\";s:5:\"width\";i:1024;s:6:\"height\";i:613;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1461712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"project_img_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57129;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"project_img_01-768x459.png\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:846478;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"project_img_01-480x287.png\";s:5:\"width\";i:480;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:337738;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"project_img_01-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1261814;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"project_img_01-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1261814;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(176, 833, '_wp_attached_file', '2019/02/farmer.png'),
(177, 833, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:118;s:6:\"height\";i:120;s:4:\"file\";s:18:\"2019/02/farmer.png\";s:8:\"filesize\";i:4911;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(178, 834, '_wp_attached_file', '2019/02/rake.png'),
(179, 834, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:118;s:6:\"height\";i:120;s:4:\"file\";s:16:\"2019/02/rake.png\";s:8:\"filesize\";i:3309;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(180, 835, '_wp_attached_file', '2019/02/wheat.png'),
(181, 835, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:118;s:6:\"height\";i:120;s:4:\"file\";s:17:\"2019/02/wheat.png\";s:8:\"filesize\";i:6430;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(182, 840, '_wp_attached_file', '2019/02/project_img_02.jpg'),
(183, 840, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:740;s:6:\"height\";i:870;s:4:\"file\";s:26:\"2019/02/project_img_02.jpg\";s:8:\"filesize\";i:123658;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"project_img_02-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19137;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"project_img_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7909;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"project_img_02-480x564.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48985;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"project_img_02-740x800.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93476;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"project_img_02-740x800.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(184, 866, '_wp_attached_file', '2019/02/Beekeeping.jpg'),
(185, 866, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:22:\"2019/02/Beekeeping.jpg\";s:8:\"filesize\";i:102138;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Beekeeping-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10344;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Beekeeping-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Beekeeping-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5775;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Beekeeping-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40649;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:22:\"Beekeeping-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20143;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Beekeeping-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65959;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Beekeeping-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65959;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(186, 866, 'solid_color', '6B6E3F'),
(187, 868, '_wp_attached_file', '2019/02/Mushroom-Growing.jpg'),
(188, 868, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:28:\"2019/02/Mushroom-Growing.jpg\";s:8:\"filesize\";i:126560;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Mushroom-Growing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13488;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Mushroom-Growing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Mushroom-Growing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6519;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Mushroom-Growing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53062;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:28:\"Mushroom-Growing-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26650;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"Mushroom-Growing-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72920;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"Mushroom-Growing-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72920;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(189, 868, 'solid_color', '6B6E3F'),
(190, 869, '_wp_attached_file', '2019/02/Animal-Breeding.jpg'),
(191, 869, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:27:\"2019/02/Animal-Breeding.jpg\";s:8:\"filesize\";i:247661;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Animal-Breeding-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19524;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Animal-Breeding-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Animal-Breeding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Animal-Breeding-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95177;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:27:\"Animal-Breeding-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43086;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Animal-Breeding-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138202;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Animal-Breeding-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138202;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(192, 869, 'solid_color', '6B6E3F'),
(193, 872, '_wp_attached_file', '2019/02/Horse-Breeding.jpg'),
(194, 872, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:26:\"2019/02/Horse-Breeding.jpg\";s:8:\"filesize\";i:200365;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Horse-Breeding-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15116;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Horse-Breeding-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114152;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Horse-Breeding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7411;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Horse-Breeding-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70091;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"Horse-Breeding-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31948;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Horse-Breeding-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115099;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Horse-Breeding-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(195, 872, 'solid_color', '6B6E3F'),
(196, 876, '_wp_attached_file', '2019/02/Crop-Production.jpg'),
(197, 876, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:775;s:4:\"file\";s:27:\"2019/02/Crop-Production.jpg\";s:8:\"filesize\";i:147563;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Crop-Production-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14824;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Crop-Production-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Crop-Production-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6629;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Crop-Production-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57845;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:27:\"Crop-Production-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28938;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Crop-Production-800x775.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74329;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Crop-Production-800x775.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(198, 876, 'solid_color', '6B6E3F'),
(199, 881, '_wp_attached_file', '2019/02/Fish-Farming.jpg'),
(200, 881, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:775;s:4:\"file\";s:24:\"2019/02/Fish-Farming.jpg\";s:8:\"filesize\";i:173799;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Fish-Farming-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13282;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Fish-Farming-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98707;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Fish-Farming-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6567;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Fish-Farming-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62009;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:24:\"Fish-Farming-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28564;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Fish-Farming-800x775.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101271;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Fish-Farming-800x775.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(201, 881, 'solid_color', '6B6E3F'),
(202, 884, '_wp_attached_file', '2019/02/Viticulture.jpg'),
(203, 884, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:23:\"2019/02/Viticulture.jpg\";s:8:\"filesize\";i:224462;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Viticulture-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18971;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Viticulture-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Viticulture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Viticulture-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83361;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:23:\"Viticulture-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39473;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Viticulture-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127537;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Viticulture-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(204, 884, 'solid_color', '6B6E3F'),
(205, 889, '_wp_attached_file', '2019/02/Sheep-Breeding.jpg'),
(206, 889, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:764;s:4:\"file\";s:26:\"2019/02/Sheep-Breeding.jpg\";s:8:\"filesize\";i:105424;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Sheep-Breeding-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10315;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Sheep-Breeding-1024x669.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Sheep-Breeding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5149;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Sheep-Breeding-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42278;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"Sheep-Breeding-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20380;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Sheep-Breeding-800x764.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64312;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Sheep-Breeding-800x764.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64312;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(207, 889, 'solid_color', '6B6E3F'),
(208, 892, '_wp_attached_file', '2019/02/Gardening.jpg'),
(209, 892, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:21:\"2019/02/Gardening.jpg\";s:8:\"filesize\";i:197672;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Gardening-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18271;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Gardening-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124217;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Gardening-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8340;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Gardening-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80425;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:21:\"Gardening-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38782;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"Gardening-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115924;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"Gardening-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115924;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(210, 892, 'solid_color', '6B6E3F'),
(211, 1112, '_wp_attached_file', '2019/02/Feed_Production.jpg'),
(212, 1112, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:27:\"2019/02/Feed_Production.jpg\";s:8:\"filesize\";i:224677;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Feed_Production-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16317;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Feed_Production-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Feed_Production-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6987;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Feed_Production-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90388;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:27:\"Feed_Production-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38016;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Feed_Production-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145397;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Feed_Production-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145397;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(213, 1112, 'solid_color', '6B6E3F'),
(214, 1240, '_wp_attached_file', '2019/02/1.jpg'),
(215, 1240, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/1.jpg\";s:8:\"filesize\";i:56937;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7750;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"1-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45544;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3939;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39917;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"1-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19806;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39935;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39935;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(216, 1241, '_wp_attached_file', '2019/02/2.jpg'),
(217, 1241, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/2.jpg\";s:8:\"filesize\";i:52668;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8242;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"2-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4286;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40513;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"2-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20364;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"2-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40685;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40685;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(218, 1242, '_wp_attached_file', '2019/02/3.jpg'),
(219, 1242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/3.jpg\";s:8:\"filesize\";i:81088;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9970;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4999;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54132;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"3-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26512;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"3-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55208;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55208;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(220, 1243, '_wp_attached_file', '2019/02/4.jpg'),
(221, 1243, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/4.jpg\";s:8:\"filesize\";i:76336;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"4-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9820;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"4-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66656;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"4-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58218;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"4-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27548;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"4-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59529;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"4-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(222, 1244, '_wp_attached_file', '2019/02/5.jpg'),
(223, 1244, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/5.jpg\";s:8:\"filesize\";i:68074;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"5-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9427;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"5-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60451;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"5-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52586;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"5-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26030;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"5-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53447;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"5-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(224, 1245, '_wp_attached_file', '2019/02/6.jpg'),
(225, 1245, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/6.jpg\";s:8:\"filesize\";i:54492;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"6-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8574;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"6-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"6-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45080;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"6-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21901;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"6-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45320;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"6-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(226, 1246, '_wp_attached_file', '2019/02/7.jpg'),
(227, 1246, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/7.jpg\";s:8:\"filesize\";i:76328;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"7-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8550;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"7-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56940;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"7-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49618;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"7-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23586;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"7-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50574;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50574;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(228, 1247, '_wp_attached_file', '2019/02/8.jpg');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(229, 1247, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/8.jpg\";s:8:\"filesize\";i:98257;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"8-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9226;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"8-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4192;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"8-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65766;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"8-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29177;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"8-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68046;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"8-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(230, 1248, '_wp_attached_file', '2019/02/9.jpg'),
(231, 1248, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:13:\"2019/02/9.jpg\";s:8:\"filesize\";i:54865;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"9-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6962;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"9-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46526;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3449;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"9-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40673;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:13:\"9-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19098;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"9-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40926;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"9-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40926;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(232, 1248, 'solid_color', '8B774F'),
(233, 1249, '_wp_attached_file', '2019/02/10.jpg'),
(234, 1249, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:14:\"2019/02/10.jpg\";s:8:\"filesize\";i:37551;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"10-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6947;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"10-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"10-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33451;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:14:\"10-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16836;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"10-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33625;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"10-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33625;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(235, 1251, '_wp_attached_file', '2019/02/12.jpg'),
(236, 1251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:14:\"2019/02/12.jpg\";s:8:\"filesize\";i:47314;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"12-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7425;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"12-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"12-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36391;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:14:\"12-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18019;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"12-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36174;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"12-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36174;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(237, 1252, '_wp_attached_file', '2019/02/13.jpg'),
(238, 1252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:14:\"2019/02/13.jpg\";s:8:\"filesize\";i:37757;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"13-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6544;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"13-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36155;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3331;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"13-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30925;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:14:\"13-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15389;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"13-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30811;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"13-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30811;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(239, 1254, '_wp_attached_file', '2019/02/15.jpg'),
(240, 1254, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:14:\"2019/02/15.jpg\";s:8:\"filesize\";i:81799;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"15-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8745;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"15-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4395;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"15-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57177;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:14:\"15-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25339;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"15-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59227;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"15-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59227;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(241, 1255, '_wp_attached_file', '2019/02/16.jpg'),
(242, 1255, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:14:\"2019/02/16.jpg\";s:8:\"filesize\";i:130006;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"16-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10697;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"16-838x1024.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4964;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"16-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78701;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:14:\"16-480x587.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33781;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"16-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82232;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"16-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(243, 1255, 'solid_color', '8B774F'),
(244, 1258, '_wp_attached_file', '2019/02/Crop-Production-1.jpg'),
(245, 1258, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:677;s:4:\"file\";s:29:\"2019/02/Crop-Production-1.jpg\";s:8:\"filesize\";i:177722;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Crop-Production-1-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10120;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Crop-Production-1-1024x593.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114956;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Crop-Production-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4839;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Crop-Production-1-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65748;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:29:\"Crop-Production-1-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25384;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"Crop-Production-1-800x677.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114275;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"Crop-Production-1-800x677.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(246, 1258, 'solid_color', '6B6E3F'),
(247, 1259, '_wp_attached_file', '2019/02/poultry-farming.jpg'),
(248, 1259, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:27:\"2019/02/poultry-farming.jpg\";s:8:\"filesize\";i:127293;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"poultry-farming-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14751;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"poultry-farming-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100641;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"poultry-farming-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"poultry-farming-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63255;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:27:\"poultry-farming-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30103;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"poultry-farming-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84372;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"poultry-farming-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(249, 1259, 'solid_color', '6B6E3F'),
(250, 1268, '_wp_attached_file', '2019/02/BOB.jpg'),
(251, 1268, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:580;s:4:\"file\";s:15:\"2019/02/BOB.jpg\";s:8:\"filesize\";i:74532;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"BOB-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21207;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"BOB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9266;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(252, 1270, '_wp_attached_file', '2019/02/team_img_01.png'),
(253, 1270, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:508;s:6:\"height\";i:620;s:4:\"file\";s:23:\"2019/02/team_img_01.png\";s:8:\"filesize\";i:145158;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"team_img_01-246x300.png\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"team_img_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54549;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:23:\"team_img_01-480x586.png\";s:5:\"width\";i:480;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:516085;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(254, 1284, '_wp_attached_file', '2019/02/user.jpg'),
(255, 1284, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:172;s:6:\"height\";i:172;s:4:\"file\";s:16:\"2019/02/user.jpg\";s:8:\"filesize\";i:11389;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"user-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(256, 1379, '_wp_attached_file', '2019/01/02.jpg'),
(257, 1379, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:416;s:4:\"file\";s:14:\"2019/01/02.jpg\";s:8:\"filesize\";i:116576;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"02-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27870;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(258, 1381, '_wp_attached_file', '2019/01/03.jpg'),
(259, 1381, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:416;s:4:\"file\";s:14:\"2019/01/03.jpg\";s:8:\"filesize\";i:88185;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"03-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22694;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8687;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(260, 1382, '_wp_attached_file', '2019/01/07.jpg'),
(261, 1382, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:416;s:4:\"file\";s:14:\"2019/01/07.jpg\";s:8:\"filesize\";i:77773;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"07-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(262, 1383, '_wp_attached_file', '2019/01/06.jpg'),
(263, 1383, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:416;s:4:\"file\";s:14:\"2019/01/06.jpg\";s:8:\"filesize\";i:79261;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"06-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(264, 1384, '_wp_attached_file', '2019/01/05.jpg'),
(265, 1384, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:416;s:4:\"file\";s:14:\"2019/01/05.jpg\";s:8:\"filesize\";i:61363;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"05-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6557;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(266, 1385, '_wp_attached_file', '2019/01/04.jpg'),
(267, 1385, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:416;s:4:\"file\";s:14:\"2019/01/04.jpg\";s:8:\"filesize\";i:67120;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"04-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6652;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(268, 1437, '_wp_attached_file', '2019/02/shop_title.jpg'),
(269, 1437, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:390;s:4:\"file\";s:22:\"2019/02/shop_title.jpg\";s:8:\"filesize\";i:157148;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"shop_title-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6581;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"shop_title-1024x208.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"shop_title-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7087;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"shop_title-768x156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28664;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"shop_title-1536x312.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84538;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:21:\"shop_title-480x98.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13920;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"shop_title-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54756;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"shop_title-1200x244.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58407;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"shop_title-800x390.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(270, 1478, '_wp_attached_file', '2019/02/gallery_img_06.jpg'),
(271, 1478, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/02/gallery_img_06.jpg\";s:8:\"filesize\";i:290515;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_06-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13182;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_06-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6884;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_06-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60840;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_06-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27531;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_06-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98490;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_06-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(272, 1478, 'gt3_video_url', ''),
(273, 1478, 'gt3_external_link_url', ''),
(274, 1479, '_wp_attached_file', '2019/02/gallery_img_07.jpg'),
(275, 1479, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/02/gallery_img_07.jpg\";s:8:\"filesize\";i:333264;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_07-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12442;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_07-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117814;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6659;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_07-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69803;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_07-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28901;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_07-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119389;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_07-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119389;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(276, 1479, 'gt3_video_url', ''),
(277, 1479, 'gt3_external_link_url', ''),
(278, 1480, '_wp_attached_file', '2019/02/gallery_img_08.jpg'),
(279, 1480, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/02/gallery_img_08.jpg\";s:8:\"filesize\";i:269949;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_08-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14904;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_08-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_08-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72247;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_08-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32338;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_08-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114048;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_08-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(280, 1480, 'gt3_video_url', ''),
(281, 1480, 'gt3_external_link_url', ''),
(282, 29, '_wp_attached_file', '2019/01/icon_01.png'),
(283, 29, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:84;s:6:\"height\";i:94;s:4:\"file\";s:19:\"2019/01/icon_01.png\";s:8:\"filesize\";i:1297;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(284, 29, 'gt3_video_url', ''),
(285, 29, 'gt3_external_link_url', ''),
(286, 30, '_wp_attached_file', '2019/01/icon_02.png'),
(287, 30, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:19:\"2019/01/icon_02.png\";s:8:\"filesize\";i:1683;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(288, 30, 'gt3_video_url', ''),
(289, 30, 'gt3_external_link_url', ''),
(290, 31, '_wp_attached_file', '2019/01/icon_03.png'),
(291, 31, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:19:\"2019/01/icon_03.png\";s:8:\"filesize\";i:1249;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(292, 31, 'gt3_video_url', ''),
(293, 31, 'gt3_external_link_url', ''),
(294, 32, '_wp_attached_file', '2019/01/icon_04.png'),
(295, 32, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:19:\"2019/01/icon_04.png\";s:8:\"filesize\";i:1472;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(296, 32, 'gt3_video_url', ''),
(297, 32, 'gt3_external_link_url', ''),
(298, 51, '_wp_attached_file', '2019/01/icon_05.png'),
(299, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:19:\"2019/01/icon_05.png\";s:8:\"filesize\";i:1480;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(300, 51, 'gt3_video_url', ''),
(301, 51, 'gt3_external_link_url', ''),
(302, 52, '_wp_attached_file', '2019/01/icon_06.png'),
(303, 52, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:19:\"2019/01/icon_06.png\";s:8:\"filesize\";i:1266;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(304, 52, 'gt3_video_url', ''),
(305, 52, 'gt3_external_link_url', ''),
(306, 53, '_wp_attached_file', '2019/01/icon_07.png'),
(307, 53, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:19:\"2019/01/icon_07.png\";s:8:\"filesize\";i:1831;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(308, 53, 'gt3_video_url', ''),
(309, 53, 'gt3_external_link_url', ''),
(310, 54, '_wp_attached_file', '2019/01/icon_08.png'),
(311, 54, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:19:\"2019/01/icon_08.png\";s:8:\"filesize\";i:1539;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(312, 54, 'gt3_video_url', ''),
(313, 54, 'gt3_external_link_url', ''),
(314, 55, '_wp_attached_file', '2019/01/icon_09.png'),
(315, 55, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:19:\"2019/01/icon_09.png\";s:8:\"filesize\";i:1454;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(316, 55, 'gt3_video_url', ''),
(317, 55, 'gt3_external_link_url', ''),
(318, 56, '_wp_attached_file', '2019/01/icon_10.png'),
(319, 56, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:19:\"2019/01/icon_10.png\";s:8:\"filesize\";i:1354;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(320, 56, 'gt3_video_url', ''),
(321, 56, 'gt3_external_link_url', ''),
(322, 146, '_wp_attached_file', '2019/01/partner_01.png'),
(323, 146, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:304;s:6:\"height\";i:102;s:4:\"file\";s:22:\"2019/01/partner_01.png\";s:8:\"filesize\";i:3871;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"partner_01-300x101.png\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14843;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"partner_01-150x102.png\";s:5:\"width\";i:150;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(324, 146, 'gt3_video_url', ''),
(325, 146, 'gt3_external_link_url', ''),
(326, 149, '_wp_attached_file', '2019/01/partner_04.png'),
(327, 149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:228;s:6:\"height\";i:94;s:4:\"file\";s:22:\"2019/01/partner_04.png\";s:8:\"filesize\";i:3436;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"partner_04-150x94.png\";s:5:\"width\";i:150;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(328, 149, 'gt3_video_url', ''),
(329, 149, 'gt3_external_link_url', ''),
(330, 150, '_wp_attached_file', '2019/01/partner_02.png'),
(331, 150, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:322;s:6:\"height\";i:106;s:4:\"file\";s:22:\"2019/01/partner_02.png\";s:8:\"filesize\";i:3801;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"partner_02-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13450;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"partner_02-150x106.png\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(332, 150, 'gt3_video_url', ''),
(333, 150, 'gt3_external_link_url', ''),
(334, 151, '_wp_attached_file', '2019/01/partner_03.png'),
(335, 151, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:296;s:6:\"height\";i:96;s:4:\"file\";s:22:\"2019/01/partner_03.png\";s:8:\"filesize\";i:4318;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"partner_03-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(336, 151, 'gt3_video_url', ''),
(337, 151, 'gt3_external_link_url', ''),
(338, 1473, '_wp_attached_file', '2019/02/gallery_img_01.jpg'),
(339, 1473, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/02/gallery_img_01.jpg\";s:8:\"filesize\";i:394424;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15490;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_01-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8415;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92369;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37819;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_01-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151726;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_01-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(340, 1473, 'gt3_video_url', ''),
(341, 1473, 'gt3_external_link_url', ''),
(342, 1474, '_wp_attached_file', '2019/02/gallery_img_02.jpg'),
(343, 1474, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/02/gallery_img_02.jpg\";s:8:\"filesize\";i:338057;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_02-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12088;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_02-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_02-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77191;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_02-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29906;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_02-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140107;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_02-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140107;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(344, 1474, 'gt3_video_url', ''),
(345, 1474, 'gt3_external_link_url', ''),
(346, 1475, '_wp_attached_file', '2019/02/gallery_img_03.jpg'),
(347, 1475, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/02/gallery_img_03.jpg\";s:8:\"filesize\";i:502045;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_03-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21701;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_03-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11368;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_03-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136925;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_03-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54603;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_03-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226044;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_03-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(348, 1475, 'gt3_video_url', ''),
(349, 1475, 'gt3_external_link_url', ''),
(350, 1476, '_wp_attached_file', '2019/02/gallery_img_04.jpg');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(351, 1476, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/02/gallery_img_04.jpg\";s:8:\"filesize\";i:168996;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_04-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10909;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_04-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64175;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6235;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_04-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41471;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_04-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20744;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_04-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64991;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_04-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(352, 1476, 'gt3_video_url', ''),
(353, 1476, 'gt3_external_link_url', ''),
(354, 1477, '_wp_attached_file', '2019/02/gallery_img_05.jpg'),
(355, 1477, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:582;s:4:\"file\";s:26:\"2019/02/gallery_img_05.jpg\";s:8:\"filesize\";i:327369;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"gallery_img_05-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16279;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"gallery_img_05-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142081;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"gallery_img_05-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87629;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:26:\"gallery_img_05-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37585;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"gallery_img_05-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146834;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery_img_05-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(356, 1477, 'gt3_video_url', ''),
(357, 1477, 'gt3_external_link_url', ''),
(358, 1512, '_wp_attached_file', '2019/02/Class-aptent-taciti.jpg'),
(359, 1512, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:31:\"2019/02/Class-aptent-taciti.jpg\";s:8:\"filesize\";i:158078;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Class-aptent-taciti-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17657;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Class-aptent-taciti-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Class-aptent-taciti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7801;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Class-aptent-taciti-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76443;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:31:\"Class-aptent-taciti-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36564;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"Class-aptent-taciti-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101334;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"Class-aptent-taciti-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(360, 1512, 'solid_color', '787432'),
(361, 1513, '_wp_attached_file', '2019/02/Integer-id-quam.jpg'),
(362, 1513, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:27:\"2019/02/Integer-id-quam.jpg\";s:8:\"filesize\";i:165721;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Integer-id-quam-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23059;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Integer-id-quam-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Integer-id-quam-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Integer-id-quam-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97990;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:27:\"Integer-id-quam-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48085;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Integer-id-quam-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127565;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Integer-id-quam-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127565;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(363, 1514, '_wp_attached_file', '2019/02/Vestibulum-nisi-lectus.jpg'),
(364, 1514, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:34:\"2019/02/Vestibulum-nisi-lectus.jpg\";s:8:\"filesize\";i:149346;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Vestibulum-nisi-lectus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19605;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Vestibulum-nisi-lectus-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Vestibulum-nisi-lectus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Vestibulum-nisi-lectus-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83628;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:34:\"Vestibulum-nisi-lectus-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40428;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"Vestibulum-nisi-lectus-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118882;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"Vestibulum-nisi-lectus-800x780.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118882;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(365, 1514, 'solid_color', '787432'),
(366, 1533, '_wp_attached_file', '2019/02/Natural.png'),
(367, 1533, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:607;s:4:\"file\";s:19:\"2019/02/Natural.png\";s:8:\"filesize\";i:18811;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Natural-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5251;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Natural-1024x324.png\";s:5:\"width\";i:1024;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Natural-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5685;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Natural-768x243.png\";s:5:\"width\";i:768;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11908;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Natural-1536x486.png\";s:5:\"width\";i:1536;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26733;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:19:\"Natural-480x152.png\";s:5:\"width\";i:480;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7179;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"Natural-800x607.png\";s:5:\"width\";i:800;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10658;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Natural-1200x379.png\";s:5:\"width\";i:1200;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29974;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Natural-800x607.png\";s:5:\"width\";i:800;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10658;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(368, 1536, '_wp_attached_file', '2019/02/Services.png'),
(369, 1536, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2019/02/Services.png\";s:8:\"filesize\";i:23584;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Services-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5210;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Services-1024x410.png\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23134;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Services-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4836;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Services-768x307.png\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13780;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"Services-1536x614.png\";s:5:\"width\";i:1536;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36225;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"Services-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5047;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Services-800x768.png\";s:5:\"width\";i:800;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13856;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"Services-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27615;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Services-800x768.png\";s:5:\"width\";i:800;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(370, 1538, '_wp_attached_file', '2019/02/Peolpe-Say.png'),
(371, 1538, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:695;s:4:\"file\";s:22:\"2019/02/Peolpe-Say.png\";s:8:\"filesize\";i:23609;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Peolpe-Say-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6045;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Peolpe-Say-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Peolpe-Say-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5620;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Peolpe-Say-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10706;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Peolpe-Say-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25582;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:22:\"Peolpe-Say-480x174.png\";s:5:\"width\";i:480;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8249;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Peolpe-Say-800x695.png\";s:5:\"width\";i:800;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13145;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Peolpe-Say-1200x434.png\";s:5:\"width\";i:1200;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32776;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Peolpe-Say-800x695.png\";s:5:\"width\";i:800;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13145;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(372, 1541, '_wp_attached_file', '2019/02/Mission.png'),
(373, 1541, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:827;s:4:\"file\";s:19:\"2019/02/Mission.png\";s:8:\"filesize\";i:25889;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Mission-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5935;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Mission-1024x441.png\";s:5:\"width\";i:1024;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mission-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Mission-768x331.png\";s:5:\"width\";i:768;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15391;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Mission-1536x662.png\";s:5:\"width\";i:1536;s:6:\"height\";i:662;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36963;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:19:\"Mission-480x207.png\";s:5:\"width\";i:480;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8528;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"Mission-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56729;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Mission-1200x517.png\";s:5:\"width\";i:1200;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33470;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Mission-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(374, 1544, '_wp_attached_file', '2019/02/Services_01.png'),
(375, 1544, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:790;s:4:\"file\";s:23:\"2019/02/Services_01.png\";s:8:\"filesize\";i:23839;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Services_01-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5666;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Services_01-1024x421.png\";s:5:\"width\";i:1024;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24343;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5318;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Services_01-768x316.png\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11126;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Services_01-1536x632.png\";s:5:\"width\";i:1536;s:6:\"height\";i:632;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26938;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:23:\"Services_01-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8298;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Services_01-800x790.png\";s:5:\"width\";i:800;s:6:\"height\";i:790;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13888;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Services_01-1200x494.png\";s:5:\"width\";i:1200;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30046;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_01-800x790.png\";s:5:\"width\";i:800;s:6:\"height\";i:790;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13888;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(376, 1548, '_wp_attached_file', '2019/02/PeolpeSay.png'),
(377, 1548, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:669;s:4:\"file\";s:21:\"2019/02/PeolpeSay.png\";s:8:\"filesize\";i:23328;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"PeolpeSay-300x105.png\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6148;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"PeolpeSay-1024x357.png\";s:5:\"width\";i:1024;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PeolpeSay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"PeolpeSay-768x268.png\";s:5:\"width\";i:768;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15214;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"PeolpeSay-1536x535.png\";s:5:\"width\";i:1536;s:6:\"height\";i:535;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36947;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:21:\"PeolpeSay-480x167.png\";s:5:\"width\";i:480;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7901;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"PeolpeSay-800x669.png\";s:5:\"width\";i:800;s:6:\"height\";i:669;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14202;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"PeolpeSay-1200x418.png\";s:5:\"width\";i:1200;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33682;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"PeolpeSay-800x669.png\";s:5:\"width\";i:800;s:6:\"height\";i:669;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14202;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(378, 1551, '_wp_attached_file', '2019/02/Services_02.png'),
(379, 1551, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1292;s:4:\"file\";s:23:\"2019/02/Services_02.png\";s:8:\"filesize\";i:28646;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Services_02-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6083;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Services_02-1024x689.png\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25119;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3281;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Services_02-768x517.png\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14856;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"Services_02-1536x1034.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1034;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36811;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:23:\"Services_02-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5292;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Services_02-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42974;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Services_02-1200x808.png\";s:5:\"width\";i:1200;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32650;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_02-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(380, 1552, '_wp_attached_file', '2019/02/Work.png'),
(381, 1552, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:732;s:4:\"file\";s:16:\"2019/02/Work.png\";s:8:\"filesize\";i:22191;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"Work-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4334;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"Work-1024x390.png\";s:5:\"width\";i:1024;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"Work-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1938;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"Work-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11292;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"Work-1536x586.png\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28598;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:16:\"Work-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3894;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:16:\"Work-800x732.png\";s:5:\"width\";i:800;s:6:\"height\";i:732;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7478;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"Work-1200x458.png\";s:5:\"width\";i:1200;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24697;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:16:\"Work-800x732.png\";s:5:\"width\";i:800;s:6:\"height\";i:732;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7478;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(382, 1555, '_wp_attached_file', '2019/02/progress.png'),
(383, 1555, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:520;s:4:\"file\";s:20:\"2019/02/progress.png\";s:8:\"filesize\";i:26824;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"progress-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6243;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"progress-1024x277.png\";s:5:\"width\";i:1024;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28453;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"progress-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5978;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"progress-768x208.png\";s:5:\"width\";i:768;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13249;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"progress-1536x416.png\";s:5:\"width\";i:1536;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31184;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:20:\"progress-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6991;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"progress-800x520.png\";s:5:\"width\";i:800;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17433;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"progress-1200x325.png\";s:5:\"width\";i:1200;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34684;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"progress-800x520.png\";s:5:\"width\";i:800;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17433;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(384, 82, '_elementor_template_type', 'page'),
(385, 82, '_elementor_edit_mode', 'builder'),
(386, 82, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(387, 82, '_elementor_data', '[{\"id\":\"3efd\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"3f54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a16\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1190},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"7cc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"17f2\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"1e43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"50b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"4df9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"413e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24ec\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4331\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"334a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"12bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23d8\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"btn_icon\":\"image\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_animation\":\"fadeInUp\",\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"button_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fdd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"616d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"1f97\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2584\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"77b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"61a2\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":96},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"1e33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15f0\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"2769\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3308\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"211c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"75ee\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6a8f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"20ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"5125\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2fa\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5aa1\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":6},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"54c6\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"small\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"button_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"1c87\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4605\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"94c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"7752\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7a23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3cd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"369e\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"inline\",\"btn_border_style\":\"none\",\"btn_icon\":\"image\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_animation\":\"fadeInUp\",\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"button_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"157f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"5d7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"4d95\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"35e4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"1eaa\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"2e11\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"6e38\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"7b76\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c6f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"5902\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"1a4d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4c50\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"3213\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"34e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"e49\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5568\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"508b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"65a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[],\"thumbnail_size\":\"full\",\"gallery_columns\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a67\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"3d81\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"chart_units\":\"%\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#f1f3cb\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"widget_title\":\"Awards Won\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(388, 82, '_elementor_version', '0.4'),
(389, 490, '_elementor_template_type', 'page'),
(390, 490, '_elementor_edit_mode', 'builder'),
(391, 490, '_wp_page_template', 'default'),
(392, 490, '_elementor_data', '[{\"id\":\"773ec6c0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a99f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19f02f07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\\\"color: #b2b74a;\\\">established that<\\/em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03a6919\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34bd813\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8e08dd7\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":249,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\"}],\"thumbnail_size\":\"large\",\"gallery_columns\":\"2\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70a7f24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a81496e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c80c042\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc83ca5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4e2f00d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7196508\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d5463\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0312ac7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f7df8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(393, 490, '_elementor_version', '0.4'),
(394, 547, '_elementor_template_type', 'page'),
(395, 547, '_elementor_edit_mode', 'builder'),
(396, 547, '_wp_page_template', 'default'),
(397, 547, '_elementor_data', '[{\"id\":\"1712b47\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"17e3b45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7aee0ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Experience\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d96cc91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u00a0Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dd2992\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f215c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aed403a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bfc944b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\",\"id\":19},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b67ec12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb97de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Skills and Advantages\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a1046e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"453b594\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f2f3402\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"668de9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"43812ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ad4822\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f03b49b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e9676cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1d0537\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2881aec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Experience\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fdd84b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus<\\/span><\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52a387b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"80f9bae\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(398, 547, '_elementor_version', '0.4'),
(399, 601, '_elementor_template_type', 'page'),
(400, 601, '_elementor_edit_mode', 'builder'),
(401, 601, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(402, 601, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":18,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13825c0e\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"btn_icon\":\"image\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":96}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ac0952e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3799c974\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":6}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":47,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_02.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"247607d3\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"inline\",\"btn_border_style\":\"none\",\"btn_icon\":\"image\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"1ed16039\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"107f775b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3e218e1\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":89,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/gallery_img_01.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5279ba21\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03.jpg\",\"id\":104},\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"3b106dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\"},\"elements\":[{\"id\":\"2e8519b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"177856ce\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3c49278\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a7413ed\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"997383b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"505d66e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"75ba5f6\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a4a6aee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c976b81\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"fb6163e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1b4e8e3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"754f30c\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a994804\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"fbfd0dd\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"91290ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbe5d22\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7848cbf\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3387e15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"8277181\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"af6b1b6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"26eb32d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c6d753\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03-1.jpg\",\"id\":142},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"8205f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"a729fc9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e6e5f39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91fa879\",\"elType\":\"widget\",\"settings\":{\"type\":\"style1\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"136\",\"height\":\"136\"},\"text_align\":\"center\",\"color_title\":\"#d1d1d1\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#c9c9c9\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b08396d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#b2b74a\"},\"elements\":[{\"id\":\"891059f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b8d6029\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"fcd8458\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-309 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_1.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"51\\\" \\/><\\/p>\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38dae1b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"042c88f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"fad4b5c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"bea8818\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-310 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_2.png\\\" alt=\\\"\\\" width=\\\"161\\\" height=\\\"53\\\" \\/><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533f87c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"bcc1fa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"e00722f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9478084\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-151 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_03.png\\\" alt=\\\"\\\" width=\\\"148\\\" height=\\\"48\\\" \\/><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3af8f23\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"60d389b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"5851e89\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"f9023d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-149 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_04.png\\\" alt=\\\"\\\" width=\\\"114\\\" height=\\\"47\\\" \\/><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"064918b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_04.jpg\",\"id\":178},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"266f96c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_05.jpg\",\"id\":181},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"269ef78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"af64e9a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":85}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f681a2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Get in Touch<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86d445e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Address:<\\/h3>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cadc7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"5611 Wellington Road, Suite 115,<br>Gainesville, VA 20155\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb2100c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Phone:<\\/h3>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9a48d0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>800 853 6429<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c102a96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Email:<\\/h3>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85621b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>email@example.com<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"93f7b30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Opening Hours:<\\/h3>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e0af5c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mon - Thu: 10.00 am - 6.00 pm<br \\/>Sat - Sun: 10.00 am - 5.00 pm<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"857d5cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#d1d1d1\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 20px; color: #d1d1d1; margin-right: 10px; margin-top: 5px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-twitter\\\">\\u00a0<\\/i><\\/a>\\u00a0<a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#d1d1d1\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 20px; color: #d1d1d1; margin-right: 10px; margin-top: 5px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-facebook\\\">\\u00a0<\\/i><\\/a><a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#d1d1d1\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 20px; color: #d1d1d1; margin-right: 10px; margin-top: 5px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-instagram\\\">\\u00a0<\\/i><\\/a><a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#d1d1d1\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 20px; color: #d1d1d1; margin-right: 10px; margin-top: 5px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-youtube-play\\\">\\u00a0<\\/i><\\/a>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"46d4168\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b22a34\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":85}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e981803\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Contact Us<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b6140a\",\"elType\":\"widget\",\"settings\":{\"html\":\"[contact-form-7 id=\\\"207\\\" title=\\\"Contact form 2\\\"]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df3d63e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c760a11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baec2ad\",\"elType\":\"widget\",\"settings\":{\"map_height\":\"35\",\"custom_map_marker_info\":\"hide\",\"module_custom_map_style\":\"yes\",\"module_custom_map_code\":\"[\\n    {\\n        \\\"featureType\\\": \\\"water\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#e9e9e9\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 17\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"landscape\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#f5f5f5\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 20\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"road.highway\\\",\\n        \\\"elementType\\\": \\\"geometry.fill\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 17\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"road.highway\\\",\\n        \\\"elementType\\\": \\\"geometry.stroke\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 29\\n            },\\n            {\\n                \\\"weight\\\": 0.2\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"road.arterial\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 18\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"road.local\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 16\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"poi\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#f5f5f5\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 21\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"poi.park\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#dedede\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 21\\n            }\\n        ]\\n    },\\n    {\\n        \\\"elementType\\\": \\\"labels.text.stroke\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"visibility\\\": \\\"on\\\"\\n            },\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 16\\n            }\\n        ]\\n    },\\n    {\\n        \\\"elementType\\\": \\\"labels.text.fill\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"saturation\\\": 36\\n            },\\n            {\\n                \\\"color\\\": \\\"#333333\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 40\\n            }\\n        ]\\n    },\\n    {\\n        \\\"elementType\\\": \\\"labels.icon\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"visibility\\\": \\\"off\\\"\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"transit\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#f2f2f2\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 19\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"administrative\\\",\\n        \\\"elementType\\\": \\\"geometry.fill\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#fefefe\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 20\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"administrative\\\",\\n        \\\"elementType\\\": \\\"geometry.stroke\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#fefefe\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 17\\n            },\\n            {\\n                \\\"weight\\\": 1.2\\n            }\\n        ]\\n    }\\n]\"},\"elements\":[],\"widgetType\":\"gt3-core-googlemap\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(403, 601, '_elementor_version', '0.4'),
(404, 854, '_elementor_template_type', 'page'),
(405, 854, '_elementor_edit_mode', 'builder'),
(406, 854, '_wp_page_template', 'default'),
(407, 854, '_elementor_data', '[{\"id\":\"987f267\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21780ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9538bc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dc4955c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dff4fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a0c8ef4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed1834\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4c14cc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20da24e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38cff4d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39edfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b14fa56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b63b9bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cb4c47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"caa19ea\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"85d2c8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7a99fa6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"62aa9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9e15b70\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62430ba\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c6bfa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"96c3ced\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a99457a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fcde8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2a1c19f\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"a562652\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7db4dae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"aad2d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"f037155\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b3d958c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97baf5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981f6d7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"28dbf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae7b423\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(408, 854, '_elementor_version', '0.4'),
(409, 1235, '_elementor_template_type', 'page'),
(410, 1235, '_elementor_edit_mode', 'builder'),
(411, 1235, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(412, 1235, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":18,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":96},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":96},\"height_tablet\":{\"unit\":\"px\",\"size\":99},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ac0952e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":47,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_02.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_animation\":\"fadeInUp\",\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3e218e1\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":89,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/gallery_img_01.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5279ba21\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03.jpg\",\"id\":104},\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"3b106dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2e8519b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"177856ce\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3c49278\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a7413ed\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"997383b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"505d66e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":80},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"75ba5f6\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a4a6aee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c976b81\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"fb6163e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1b4e8e3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"754f30c\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a994804\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"fbfd0dd\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"91290ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bbe5d22\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7848cbf\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3387e15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"8277181\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c6d753\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03-1.jpg\",\"id\":142},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"8205f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"a729fc9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e6e5f39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91fa879\",\"elType\":\"widget\",\"settings\":{\"type\":\"style1\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"136\",\"height\":\"136\"},\"text_align\":\"center\",\"color_title\":\"#d1d1d1\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#c9c9c9\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b08396d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#b2b74a\"},\"elements\":[{\"id\":\"891059f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b8d6029\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"fcd8458\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-309 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_1.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"51\\\" \\/><\\/p>\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38dae1b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"042c88f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"fad4b5c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"bea8818\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-310 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_2.png\\\" alt=\\\"\\\" width=\\\"161\\\" height=\\\"53\\\" \\/><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533f87c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"bcc1fa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"e00722f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9478084\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-151 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_03.png\\\" alt=\\\"\\\" width=\\\"148\\\" height=\\\"48\\\" \\/><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3af8f23\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"60d389b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"5851e89\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"f9023d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-149 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_04.png\\\" alt=\\\"\\\" width=\\\"114\\\" height=\\\"47\\\" \\/><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"064918b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"266f96c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_05.jpg\",\"id\":181},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"269ef78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"af64e9a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":85}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f681a2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Get in Touch<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86d445e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Address:<\\/h3>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cadc7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"5611 Wellington Road, Suite 115,<br>Gainesville, VA 20155\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb2100c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Phone:<\\/h3>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9a48d0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>800 853 6429<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c102a96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Email:<\\/h3>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85621b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>email@example.com<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"93f7b30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Opening Hours:<\\/h3>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e0af5c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mon - Thu: 10.00 am - 6.00 pm<br \\/>Sat - Sun: 10.00 am - 5.00 pm<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"857d5cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#d1d1d1\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 20px; color: #d1d1d1; margin-right: 10px; margin-top: 5px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-twitter\\\">\\u00a0<\\/i><\\/a>\\u00a0<a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#d1d1d1\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 20px; color: #d1d1d1; margin-right: 10px; margin-top: 5px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-facebook\\\">\\u00a0<\\/i><\\/a><a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#d1d1d1\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 20px; color: #d1d1d1; margin-right: 10px; margin-top: 5px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-instagram\\\">\\u00a0<\\/i><\\/a><a class=\\\"gt3_icon_link gt3_custom_color\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-color=\\\"#d1d1d1\\\" data-hover-color=\\\"#b2b74a\\\" style=\\\"font-size: 20px; color: #d1d1d1; margin-right: 10px; margin-top: 5px;\\\" rel=\\\"noopener\\\"><i class=\\\"fa fa-youtube-play\\\">\\u00a0<\\/i><\\/a>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb3f84d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"46d4168\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b22a34\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":85},\"space_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e981803\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Contact Us<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b6140a\",\"elType\":\"widget\",\"settings\":{\"html\":\"[contact-form-7 id=\\\"207\\\" title=\\\"Contact form 2\\\"]\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"b076951\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df3d63e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c760a11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baec2ad\",\"elType\":\"widget\",\"settings\":{\"map_height\":\"35\",\"custom_map_marker_info\":\"hide\",\"module_custom_map_style\":\"yes\",\"module_custom_map_code\":\"[\\n    {\\n        \\\"featureType\\\": \\\"water\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#e9e9e9\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 17\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"landscape\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#f5f5f5\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 20\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"road.highway\\\",\\n        \\\"elementType\\\": \\\"geometry.fill\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 17\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"road.highway\\\",\\n        \\\"elementType\\\": \\\"geometry.stroke\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 29\\n            },\\n            {\\n                \\\"weight\\\": 0.2\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"road.arterial\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 18\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"road.local\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 16\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"poi\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#f5f5f5\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 21\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"poi.park\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#dedede\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 21\\n            }\\n        ]\\n    },\\n    {\\n        \\\"elementType\\\": \\\"labels.text.stroke\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"visibility\\\": \\\"on\\\"\\n            },\\n            {\\n                \\\"color\\\": \\\"#ffffff\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 16\\n            }\\n        ]\\n    },\\n    {\\n        \\\"elementType\\\": \\\"labels.text.fill\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"saturation\\\": 36\\n            },\\n            {\\n                \\\"color\\\": \\\"#333333\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 40\\n            }\\n        ]\\n    },\\n    {\\n        \\\"elementType\\\": \\\"labels.icon\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"visibility\\\": \\\"off\\\"\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"transit\\\",\\n        \\\"elementType\\\": \\\"geometry\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#f2f2f2\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 19\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"administrative\\\",\\n        \\\"elementType\\\": \\\"geometry.fill\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#fefefe\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 20\\n            }\\n        ]\\n    },\\n    {\\n        \\\"featureType\\\": \\\"administrative\\\",\\n        \\\"elementType\\\": \\\"geometry.stroke\\\",\\n        \\\"stylers\\\": [\\n            {\\n                \\\"color\\\": \\\"#fefefe\\\"\\n            },\\n            {\\n                \\\"lightness\\\": 17\\n            },\\n            {\\n                \\\"weight\\\": 1.2\\n            }\\n        ]\\n    }\\n]\"},\"elements\":[],\"widgetType\":\"gt3-core-googlemap\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(413, 1235, '_elementor_version', '0.4'),
(414, 1465, '_elementor_template_type', 'page'),
(415, 1465, '_elementor_edit_mode', 'builder'),
(416, 1465, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(417, 1465, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":18,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":47,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_02.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3f3edd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/gallery_img_01.jpg\",\"id\":89},\"image_size\":\"full\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5279ba21\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03.jpg\",\"id\":104},\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"3b106dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2e8519b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"177856ce\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3c49278\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a7413ed\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"997383b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"505d66e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":80},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"75ba5f6\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a4a6aee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c976b81\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"fb6163e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1b4e8e3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"754f30c\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a994804\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"fbfd0dd\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"91290ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bbe5d22\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7848cbf\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3387e15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"8277181\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c6d753\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03-1.jpg\",\"id\":142},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"8205f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"a729fc9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e6e5f39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91fa879\",\"elType\":\"widget\",\"settings\":{\"type\":\"style1\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah-Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"136\",\"height\":\"136\"},\"text_align\":\"center\",\"color_title\":\"#d1d1d1\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#c9c9c9\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b08396d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#b2b74a\",\"css_classes\":\"gt3_img_brands\"},\"elements\":[{\"id\":\"891059f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b8d6029\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"fcd8458\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-309 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_1.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"51\\\" \\/>\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38dae1b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"042c88f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"fad4b5c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"bea8818\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-310 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_2.png\\\" alt=\\\"\\\" width=\\\"161\\\" height=\\\"53\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533f87c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"bcc1fa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"e00722f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9478084\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-151 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_03.png\\\" alt=\\\"\\\" width=\\\"148\\\" height=\\\"48\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3af8f23\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"60d389b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"5851e89\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"f9023d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-149 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_04.png\\\" alt=\\\"\\\" width=\\\"114\\\" height=\\\"47\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"064918b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(418, 1465, '_elementor_version', '0.4'),
(419, 1493, '_elementor_template_type', 'page'),
(420, 1493, '_elementor_edit_mode', 'builder'),
(421, 1493, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(422, 1493, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":18,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":47,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_02.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"slides\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5279ba21\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03.jpg\",\"id\":104},\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"3b106dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2e8519b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"177856ce\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3c49278\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a7413ed\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"997383b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"505d66e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":80},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"75ba5f6\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a4a6aee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c976b81\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"fb6163e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1b4e8e3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"754f30c\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a994804\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"fbfd0dd\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"91290ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bbe5d22\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7848cbf\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3387e15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"8277181\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c6d753\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03-1.jpg\",\"id\":142},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"8205f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"a729fc9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e6e5f39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91fa879\",\"elType\":\"widget\",\"settings\":{\"type\":\"style1\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah-Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"136\",\"height\":\"136\"},\"text_align\":\"center\",\"color_title\":\"#d1d1d1\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#c9c9c9\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b08396d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#b2b74a\",\"css_classes\":\"gt3_img_brands\"},\"elements\":[{\"id\":\"891059f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b8d6029\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"fcd8458\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-309 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_1.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"51\\\" \\/>\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38dae1b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"042c88f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"fad4b5c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"bea8818\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-310 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_2.png\\\" alt=\\\"\\\" width=\\\"161\\\" height=\\\"53\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533f87c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"bcc1fa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"e00722f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9478084\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-151 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_03.png\\\" alt=\\\"\\\" width=\\\"148\\\" height=\\\"48\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3af8f23\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"60d389b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"5851e89\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"f9023d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-149 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_04.png\\\" alt=\\\"\\\" width=\\\"114\\\" height=\\\"47\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"064918b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(423, 1493, '_elementor_version', '0.4'),
(440, 1558, 'mb_page_sidebar_layout', 'none'),
(441, 1558, 'mb_header_presets', 'default'),
(442, 1558, 'mb_page_title_conditional', 'no'),
(443, 1558, 'mb_show_breadcrumbs', '0'),
(444, 1558, 'mb_page_title_vertical_align', 'middle'),
(445, 1558, 'mb_page_title_horizontal_align', 'center'),
(446, 1558, 'mb_page_title_bg_color', '#ffffff'),
(447, 1558, 'mb_page_title_bg_repeat', 'no-repeat'),
(448, 1558, 'mb_page_title_bg_size', 'cover'),
(449, 1558, 'mb_page_title_bg_attachment', 'scroll'),
(450, 1558, 'mb_page_title_bg_position', 'center center'),
(451, 1558, 'mb_page_title_height', '200'),
(452, 1558, 'mb_page_title_top_border', '0'),
(453, 1558, 'mb_page_title_top_border_color', '#eff0ed'),
(454, 1558, 'mb_page_title_top_border_color_opacity', '1'),
(455, 1558, 'mb_page_title_bottom_border', '0'),
(456, 1558, 'mb_page_title_bottom_border_color', '#eff0ed'),
(457, 1558, 'mb_page_title_bottom_border_color_opacity', '1'),
(458, 1558, 'mb_page_title_bottom_margin', '50'),
(459, 1558, 'mb_footer_switch', 'default'),
(460, 1558, 'mb_footer_column', '4'),
(461, 1558, 'mb_footer_column2', '6-6'),
(462, 1558, 'mb_footer_column3', '4-4-4'),
(463, 1558, 'mb_footer_column5', '2-3-2-2-3'),
(464, 1558, 'mb_footer_align', 'left'),
(465, 1558, 'mb_padding_top', '70'),
(466, 1558, 'mb_padding_bottom', '70'),
(467, 1558, 'mb_padding_left', '0'),
(468, 1558, 'mb_padding_right', '0'),
(469, 1558, 'mb_footer_full_width', 'default'),
(470, 1558, 'mb_footer_bg_size', 'cover'),
(471, 1558, 'mb_footer_bg_color', '#ffffff'),
(472, 1558, 'mb_footer_text_color', '#000000'),
(473, 1558, 'mb_footer_heading_color', '#fafafa'),
(474, 1558, 'mb_footer_bg_repeat', 'repeat'),
(475, 1558, 'mb_footer_attachment', 'inherit'),
(476, 1558, 'mb_footer_bg_position', 'center center'),
(477, 1558, 'mb_copyright_switch', '1'),
(478, 1558, 'mb_copyright_align', 'left'),
(479, 1558, 'mb_copyright_padding_top', '20'),
(480, 1558, 'mb_copyright_padding_bottom', '20'),
(481, 1558, 'mb_copyright_padding_left', '0'),
(482, 1558, 'mb_copyright_padding_right', '0'),
(483, 1558, 'mb_copyright_bg_color', '#ffffff'),
(484, 1558, 'mb_copyright_text_color', '#000000'),
(485, 1558, 'mb_copyright_top_border', '1'),
(486, 1558, 'mb_copyright_top_border_color', '#2b4764'),
(487, 1558, 'mb_copyright_top_border_color_opacity', '1'),
(488, 1558, 'mb_pre_footer_switch', '0'),
(489, 1558, 'mb_pre_footer_align', 'left'),
(490, 1558, 'mb_pre_footer_padding_top', '20'),
(491, 1558, 'mb_pre_footer_padding_bottom', '20'),
(492, 1558, 'mb_pre_footer_padding_left', '0'),
(493, 1558, 'mb_pre_footer_padding_right', '0'),
(494, 1558, 'mb_pre_footer_bottom_border', '1'),
(495, 1558, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(496, 1558, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(497, 1558, 'mb_preloader', 'default'),
(498, 1558, 'mb_preloader_type', 'linear'),
(499, 1558, 'mb_preloader_background', '#ffffff'),
(500, 1558, 'mb_preloader_item_color', '#474747'),
(501, 1558, 'mb_preloader_item_color2', '#e94e76'),
(502, 1558, 'mb_preloader_item_width', '120'),
(503, 1558, 'mb_preloader_item_stroke', '2'),
(504, 1558, 'mb_preloader_item_logo_width', '45'),
(505, 1558, 'mb_preloader_full', '1'),
(506, 1558, 'slide_template', 'default'),
(507, 1558, '_wpb_vc_js_status', 'true'),
(508, 1558, '_wpb_shortcodes_custom_css', '.vc_custom_1548245915984{background-image: url(https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_img.jpg?id=18) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548252625146{background-image: url(https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_img_02.jpg?id=47) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548233507004{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1548246336084{margin-top: -40px !important;margin-left: -10px !important;}.vc_custom_1548251385099{padding: 0px !important;}'),
(509, 1558, 'mb_page_title_use_feature_image', '0'),
(510, 1558, 'mb_map_prefooter', 'default'),
(511, 1558, '_elementor_edit_mode', 'builder'),
(512, 1558, '_elementor_template_type', 'wp-post'),
(513, 1558, '_wp_page_template', 'default'),
(514, 1558, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/team_img_02.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e2357f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3eb0378\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"67a0ece\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(515, 1558, '_elementor_version', '3.12.0'),
(516, 1559, 'slide_template', 'default'),
(517, 1559, '_wpb_vc_js_status', 'true'),
(518, 1559, 'mb_page_sidebar_layout', 'none'),
(519, 1559, 'mb_header_presets', 'default'),
(520, 1559, 'mb_page_title_conditional', 'yes'),
(521, 1559, 'mb_show_breadcrumbs', '1'),
(522, 1559, 'mb_page_title_vertical_align', 'middle'),
(523, 1559, 'mb_page_title_horizontal_align', 'center'),
(524, 1559, 'mb_page_title_bg_color', '#ffffff'),
(525, 1559, 'mb_page_title_bg_repeat', 'no-repeat'),
(526, 1559, 'mb_page_title_bg_size', 'cover'),
(527, 1559, 'mb_page_title_bg_attachment', 'scroll'),
(528, 1559, 'mb_page_title_bg_position', 'center center'),
(529, 1559, 'mb_page_title_height', '345'),
(530, 1559, 'mb_page_title_top_border', '0'),
(531, 1559, 'mb_page_title_top_border_color', '#eff0ed'),
(532, 1559, 'mb_page_title_top_border_color_opacity', '1'),
(533, 1559, 'mb_page_title_bottom_border', '0'),
(534, 1559, 'mb_page_title_bottom_border_color', '#eff0ed'),
(535, 1559, 'mb_page_title_bottom_border_color_opacity', '1'),
(536, 1559, 'mb_page_title_bottom_margin', '0'),
(537, 1559, 'mb_footer_switch', 'default'),
(538, 1559, 'mb_footer_column', '4'),
(539, 1559, 'mb_footer_column2', '6-6'),
(540, 1559, 'mb_footer_column3', '4-4-4'),
(541, 1559, 'mb_footer_column5', '2-3-2-2-3'),
(542, 1559, 'mb_footer_align', 'left'),
(543, 1559, 'mb_padding_top', '70'),
(544, 1559, 'mb_padding_bottom', '70'),
(545, 1559, 'mb_padding_left', '0'),
(546, 1559, 'mb_padding_right', '0'),
(547, 1559, 'mb_footer_full_width', 'default'),
(548, 1559, 'mb_footer_bg_size', 'cover'),
(549, 1559, 'mb_footer_bg_color', '#ffffff'),
(550, 1559, 'mb_footer_text_color', '#000000'),
(551, 1559, 'mb_footer_heading_color', '#fafafa'),
(552, 1559, 'mb_footer_bg_repeat', 'repeat'),
(553, 1559, 'mb_footer_attachment', 'inherit'),
(554, 1559, 'mb_footer_bg_position', 'center center'),
(555, 1559, 'mb_copyright_switch', '1'),
(556, 1559, 'mb_copyright_align', 'left'),
(557, 1559, 'mb_copyright_padding_top', '20'),
(558, 1559, 'mb_copyright_padding_bottom', '20'),
(559, 1559, 'mb_copyright_padding_left', '0'),
(560, 1559, 'mb_copyright_padding_right', '0'),
(561, 1559, 'mb_copyright_bg_color', '#ffffff'),
(562, 1559, 'mb_copyright_text_color', '#000000'),
(563, 1559, 'mb_copyright_top_border', '1'),
(564, 1559, 'mb_copyright_top_border_color', '#2b4764'),
(565, 1559, 'mb_copyright_top_border_color_opacity', '1'),
(566, 1559, 'mb_pre_footer_switch', '0'),
(567, 1559, 'mb_pre_footer_align', 'left'),
(568, 1559, 'mb_pre_footer_padding_top', '20'),
(569, 1559, 'mb_pre_footer_padding_bottom', '20'),
(570, 1559, 'mb_pre_footer_padding_left', '0'),
(571, 1559, 'mb_pre_footer_padding_right', '0'),
(572, 1559, 'mb_pre_footer_bottom_border', '1'),
(573, 1559, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(574, 1559, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(575, 1559, 'mb_preloader', 'default'),
(576, 1559, 'mb_preloader_type', 'linear'),
(577, 1559, 'mb_preloader_background', '#ffffff'),
(578, 1559, 'mb_preloader_item_color', '#474747'),
(579, 1559, 'mb_preloader_item_color2', '#e94e76'),
(580, 1559, 'mb_preloader_item_width', '120'),
(581, 1559, 'mb_preloader_item_stroke', '2'),
(582, 1559, 'mb_preloader_item_logo_width', '45'),
(583, 1559, 'mb_preloader_full', '1'),
(584, 1559, 'mb_page_title_use_feature_image', '0'),
(585, 1559, 'mb_map_prefooter', 'default'),
(586, 1559, '_elementor_edit_mode', 'builder'),
(587, 1559, '_elementor_template_type', 'post'),
(588, 1559, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(589, 1559, '_elementor_data', '[{\"id\":\"6ca5fd7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1e7511e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"797380a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9dc7bbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Titles<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e3d547\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d4677c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"980bf77\",\"elType\":\"widget\",\"settings\":{\"title\":\"H1. Lorem Ipsum Dolor\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9234c\",\"elType\":\"widget\",\"settings\":{\"title\":\"H2. Lorem Ipsum Dolor\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5901b\",\"elType\":\"widget\",\"settings\":{\"title\":\"H3. Lorem Ipsum Dolor\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bcf54d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H4. Lorem Ipsum Dolor\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0829fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"H5. Lorem Ipsum Dolor\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9d63bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"H6. Lorem Ipsum Dolor\",\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03c852\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eb75442\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6d649f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5776b29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Body<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"102ff73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ballet and Pilates inspired workouts are great if you want to build long, lean \\u201cbeauty\\u201d muscles, but thanks to CrossFit, I\\u2019ve grown to appreciate the glamour of women who deadlift, pull up and muscle up \\u2014 and not because the effort. will shrink them into perfectly tiny packages of female beauty. No offence to pli\\u00e9s and jet\\u00e9s, but lifting heavy stuff is a rush. I track how many reps I complete , and you do everything from Olympic-style lifts to gymnastics to rowing, skipping and sprinting\\u2014all the while giving it everything you\\u2019ve got.<\\/p>\",\"text_color\":\"#8f8f8f\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c6e7293\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non ornare porta. Etiam a dolor sem. Mauris molestie rutrum enim, ut fringilla augue congue mattis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam elementum consectetur malesuada. Praesent sodales neque turpis, nec venenatis dui porta sed. Fusce tempor tellus sed tincidunt auctor. Aliquam finibus lectus sit amet efficitur sollicitudin.<\\/span><\\/p>\",\"text_color\":\"#8f8f8f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"030a534\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":29}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2293f54\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e049404\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bb9c94f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Standard Inline Elements<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3bda64c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"background-color: #b2b74a; color: #ffffff;\\\">\\u00a0If you want to build long, lean \\u201cbeauty\\u201d\\u00a0<\\/span> muscles, but thanks to CrossFit, I\\u2019ve <span style=\\\"font-weight: bold; color: #413c38;\\\" class=\\\"gt3_font-weight\\\">bold text<\\/span> the glamour of women who deadlift, pull up and muscle up \\u2014 and not because the effort will shrink them into bold text packages of female beauty. No offence to pli\\u00e9s and jet\\u00e9s, but lifting heavy stuff is a rush. The changes every tooltip , and you <span class=\\\"gt3_custom_tooltip\\\" data-gt3-tooltip=\\\"Tooltip Text\\\"><span style=\\\"color: #b2b74a;\\\">do everything<\\/span><\\/span>\\u00a0from Olympic-style lifts to gymnastics to rowing, skipping and sprinting\\u2014all the while giving it everything you\\u2019ve got.<\\/p>\",\"text_color\":\"#8f8f8f\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68eca36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":32}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c76cd65\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b29425\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"087c132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dropcaps<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b12bc3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wallet- and Pilates-inspired workouts are great if you want to build long, lean \\u201cbeauty\\u201d muscles, but thanks to CrossFit, I\\u2019ve grown to appreciat the glamour of women who deadlift, pull up and muscle up \\u2014 and not because the effort will shrink them into perfectly tiny packages of me female can was\\u00a0beauty. No offence to pli\\u00e9s and jet\\u00e9s, but lifting heavy stuff is a rush. The workout changes every day, and you do everything from Olympic-style lifts to gymnastics to rowing, skipping and sprinting\\u2014all the while giving it everything you\\u2019ve got. One of the biggest pluses for me is that CrossFit doesn\\u2019t measure fitness using one standard\\u2014for example, cardiovascular endurance or how far you can run\\u2014but instead defines it according to a combination of factors, including cardiorespiratory endurance, strength, flexibility, agility and balance.<\\/p>\",\"text_color\":\"#8f8f8f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"drop_cap_primary_color\":\"#413c38\",\"drop_cap_secondary_color\":\"#0c0c0c\",\"drop_cap_typography_typography\":\"custom\",\"drop_cap_typography_font_family\":\"BenchNine\",\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"drop_cap_typography_font_weight\":\"bold\",\"drop_cap_typography_text_transform\":\"uppercase\",\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"drop_cap_space\":{\"unit\":\"px\",\"size\":7},\"drop_cap\":\"yes\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71162d2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8d77bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"514c794\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aee8268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blockquote<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abf86aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote><p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam ad, no idque erroribus inciderint est. Qui te diam quando, cu quas instructior est.<\\/p><\\/blockquote><div class=\\\"quote_author\\\" style=\\\"padding-left: 30px;\\\">Steve Jobs<\\/div>\",\"text_color\":\"#8f8f8f\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0c285b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":32}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4ecb6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fde78e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bd3fff0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Standard Listings<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"058c350\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"24ef203\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ebe30ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a715f86\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":44},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"cc224a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"136a5b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol>\\n        <li>Essent maluisset<\\/li>\\n \\t<li>Vituperatoribus<\\/li>\\n \\t<li>Volumus euripidis<\\/li>\\n \\t<li>Euismod repudiare<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34ab817\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":44},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"df543ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b1954\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul class=\\\"gt3_list_line\\\"><li><span>Nunc imperdiet vitae<\\/span><\\/li><li><span>Phasellus dapibus<\\/span><\\/li><li><span>Mauris ac libero<\\/span><\\/li><li><span>Praesent pulvinar auctor<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a50ff22\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":44},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"09ff63d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(590, 1559, '_elementor_version', '0.4'),
(591, 1559, 'mb_page_title_svg_line', 'svg_line_both'),
(592, 1559, 'mb_page_title_svg_line_top_color', '#ffffff'),
(593, 1559, 'mb_page_title_svg_line_top_color_opacity', '1'),
(594, 1559, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(595, 1559, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(596, 1559, 'mb_page_title_font_color', '#ffffff'),
(597, 1559, 'mb_page_title_bg_image', '220'),
(606, 1561, '_menu_item_type', 'custom'),
(607, 1561, '_menu_item_menu_item_parent', '0'),
(608, 1561, '_menu_item_object_id', '1561'),
(609, 1561, '_menu_item_object', 'custom'),
(610, 1561, '_menu_item_target', ''),
(611, 1561, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(612, 1561, '_menu_item_xfn', ''),
(613, 1561, '_menu_item_url', '/project'),
(614, 1562, '_menu_item_type', 'custom'),
(615, 1562, '_menu_item_menu_item_parent', '0'),
(616, 1562, '_menu_item_object_id', '1562'),
(617, 1562, '_menu_item_object', 'custom'),
(618, 1562, '_menu_item_target', ''),
(619, 1562, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(620, 1562, '_menu_item_xfn', ''),
(621, 1562, '_menu_item_url', '#'),
(622, 1563, '_menu_item_type', 'custom'),
(623, 1563, '_menu_item_menu_item_parent', '0'),
(624, 1563, '_menu_item_object_id', '1563'),
(625, 1563, '_menu_item_object', 'custom'),
(626, 1563, '_menu_item_target', ''),
(627, 1563, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(628, 1563, '_menu_item_xfn', ''),
(629, 1563, '_menu_item_url', '#'),
(630, 1564, '_menu_item_type', 'custom'),
(631, 1564, '_menu_item_menu_item_parent', '0'),
(632, 1564, '_menu_item_object_id', '1564'),
(633, 1564, '_menu_item_object', 'custom'),
(634, 1564, '_menu_item_target', ''),
(635, 1564, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(636, 1564, '_menu_item_xfn', ''),
(637, 1564, '_menu_item_url', '#'),
(638, 1565, '_menu_item_type', 'custom'),
(639, 1565, '_menu_item_menu_item_parent', '0'),
(640, 1565, '_menu_item_object_id', '1565'),
(641, 1565, '_menu_item_object', 'custom'),
(642, 1565, '_menu_item_target', ''),
(643, 1565, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(644, 1565, '_menu_item_xfn', ''),
(645, 1565, '_menu_item_url', '#'),
(646, 1566, '_menu_item_type', 'custom'),
(647, 1566, '_menu_item_menu_item_parent', '0'),
(648, 1566, '_menu_item_object_id', '1566'),
(649, 1566, '_menu_item_object', 'custom'),
(650, 1566, '_menu_item_target', ''),
(651, 1566, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(652, 1566, '_menu_item_xfn', ''),
(653, 1566, '_menu_item_url', '#'),
(654, 1567, '_menu_item_type', 'custom'),
(655, 1567, '_menu_item_menu_item_parent', '0'),
(656, 1567, '_menu_item_object_id', '1567'),
(657, 1567, '_menu_item_object', 'custom'),
(658, 1567, '_menu_item_target', ''),
(659, 1567, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(660, 1567, '_menu_item_xfn', ''),
(661, 1567, '_menu_item_url', '#'),
(670, 80, 'mb_page_sidebar_layout', 'default'),
(671, 80, 'mb_header_presets', 'default'),
(672, 80, 'mb_page_title_conditional', 'yes'),
(673, 80, 'mb_page_title_use_feature_image', '0'),
(674, 80, 'mb_show_breadcrumbs', '1'),
(675, 80, 'mb_page_title_vertical_align', 'middle'),
(676, 80, 'mb_page_title_horizontal_align', 'center'),
(677, 80, 'mb_page_title_font_color', '#ffffff'),
(678, 80, 'mb_page_title_bg_color', '#ffffff'),
(679, 80, 'mb_page_title_bg_repeat', 'no-repeat'),
(680, 80, 'mb_page_title_bg_size', 'cover'),
(681, 80, 'mb_page_title_bg_attachment', 'scroll'),
(682, 80, 'mb_page_title_bg_position', 'center center'),
(683, 80, 'mb_page_title_height', '345'),
(684, 80, 'mb_page_title_top_border', '0'),
(685, 80, 'mb_page_title_top_border_color', '#eff0ed'),
(686, 80, 'mb_page_title_top_border_color_opacity', '1'),
(687, 80, 'mb_page_title_bottom_border', '0'),
(688, 80, 'mb_page_title_bottom_border_color', '#eff0ed'),
(689, 80, 'mb_page_title_bottom_border_color_opacity', '1'),
(690, 80, 'mb_page_title_bottom_margin', '88'),
(691, 80, 'mb_page_title_svg_line', 'svg_line_both'),
(692, 80, 'mb_page_title_svg_line_top_color', '#ffffff'),
(693, 80, 'mb_page_title_svg_line_top_color_opacity', '1'),
(694, 80, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(695, 80, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(696, 80, 'mb_map_prefooter', 'default'),
(697, 80, 'mb_footer_switch', 'default'),
(698, 80, 'mb_footer_column', '4'),
(699, 80, 'mb_footer_column2', '6-6'),
(700, 80, 'mb_footer_column3', '4-4-4'),
(701, 80, 'mb_footer_column5', '2-3-2-2-3'),
(702, 80, 'mb_footer_align', 'left'),
(703, 80, 'mb_padding_top', '70'),
(704, 80, 'mb_padding_bottom', '70'),
(705, 80, 'mb_padding_left', '0'),
(706, 80, 'mb_padding_right', '0'),
(707, 80, 'mb_footer_full_width', 'default'),
(708, 80, 'mb_footer_bg_size', 'cover'),
(709, 80, 'mb_footer_bg_color', '#ffffff'),
(710, 80, 'mb_footer_text_color', '#000000'),
(711, 80, 'mb_footer_heading_color', '#fafafa'),
(712, 80, 'mb_footer_bg_repeat', 'repeat'),
(713, 80, 'mb_footer_attachment', 'scroll'),
(714, 80, 'mb_footer_bg_position', 'center center'),
(715, 80, 'mb_copyright_switch', '1'),
(716, 80, 'mb_copyright_align', 'left'),
(717, 80, 'mb_copyright_padding_top', '20'),
(718, 80, 'mb_copyright_padding_bottom', '20'),
(719, 80, 'mb_copyright_padding_left', '0'),
(720, 80, 'mb_copyright_padding_right', '0'),
(721, 80, 'mb_copyright_bg_color', '#ffffff'),
(722, 80, 'mb_copyright_text_color', '#000000'),
(723, 80, 'mb_copyright_top_border', '1'),
(724, 80, 'mb_copyright_top_border_color', '#2b4764'),
(725, 80, 'mb_copyright_top_border_color_opacity', '1'),
(726, 80, 'mb_pre_footer_switch', '0'),
(727, 80, 'mb_pre_footer_align', 'left'),
(728, 80, 'mb_pre_footer_padding_top', '20'),
(729, 80, 'mb_pre_footer_padding_bottom', '20'),
(730, 80, 'mb_pre_footer_padding_left', '0'),
(731, 80, 'mb_pre_footer_padding_right', '0'),
(732, 80, 'mb_pre_footer_bottom_border', '1'),
(733, 80, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(734, 80, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(735, 80, 'mb_preloader', 'default'),
(736, 80, 'mb_preloader_type', 'linear'),
(737, 80, 'mb_preloader_background', '#ffffff'),
(738, 80, 'mb_preloader_item_color', '#474747'),
(739, 80, 'mb_preloader_item_color2', '#e94e76'),
(740, 80, 'mb_preloader_item_width', '120'),
(741, 80, 'mb_preloader_item_stroke', '2'),
(742, 80, 'mb_preloader_item_logo_width', '45'),
(743, 80, 'mb_preloader_full', '1'),
(744, 80, 'slide_template', 'default'),
(745, 80, 'mb_page_title_bg_image', '222'),
(746, 322, 'mb_page_sidebar_layout', 'none'),
(747, 322, 'mb_header_presets', 'default'),
(748, 322, 'mb_page_title_conditional', 'yes'),
(749, 322, 'mb_page_title_use_feature_image', '0'),
(750, 322, 'mb_show_breadcrumbs', '1'),
(751, 322, 'mb_page_title_vertical_align', 'middle'),
(752, 322, 'mb_page_title_horizontal_align', 'center'),
(753, 322, 'mb_page_title_font_color', '#ffffff'),
(754, 322, 'mb_page_title_bg_color', '#ffffff'),
(755, 322, 'mb_page_title_bg_repeat', 'no-repeat'),
(756, 322, 'mb_page_title_bg_size', 'cover'),
(757, 322, 'mb_page_title_bg_attachment', 'scroll'),
(758, 322, 'mb_page_title_bg_position', 'center center'),
(759, 322, 'mb_page_title_height', '345'),
(760, 322, 'mb_page_title_top_border', '0'),
(761, 322, 'mb_page_title_top_border_color', '#eff0ed'),
(762, 322, 'mb_page_title_top_border_color_opacity', '1'),
(763, 322, 'mb_page_title_bottom_border', '0'),
(764, 322, 'mb_page_title_bottom_border_color', '#eff0ed'),
(765, 322, 'mb_page_title_bottom_border_color_opacity', '1'),
(766, 322, 'mb_page_title_bottom_margin', '0'),
(767, 322, 'mb_page_title_svg_line', 'svg_line_both'),
(768, 322, 'mb_page_title_svg_line_top_color', '#ffffff'),
(769, 322, 'mb_page_title_svg_line_top_color_opacity', '1'),
(770, 322, 'mb_page_title_svg_line_bottom_color', '#262c2c'),
(771, 322, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(772, 322, 'mb_map_prefooter', 'default'),
(773, 322, 'mb_footer_switch', 'default'),
(774, 322, 'mb_footer_column', '4'),
(775, 322, 'mb_footer_column2', '6-6'),
(776, 322, 'mb_footer_column3', '4-4-4'),
(777, 322, 'mb_footer_column5', '2-3-2-2-3'),
(778, 322, 'mb_footer_align', 'left'),
(779, 322, 'mb_padding_top', '70'),
(780, 322, 'mb_padding_bottom', '70'),
(781, 322, 'mb_padding_left', '0'),
(782, 322, 'mb_padding_right', '0'),
(783, 322, 'mb_footer_full_width', 'default'),
(784, 322, 'mb_footer_bg_size', 'cover'),
(785, 322, 'mb_footer_bg_color', '#ffffff'),
(786, 322, 'mb_footer_text_color', '#000000'),
(787, 322, 'mb_footer_heading_color', '#fafafa'),
(788, 322, 'mb_footer_bg_repeat', 'repeat'),
(789, 322, 'mb_footer_attachment', 'scroll'),
(790, 322, 'mb_footer_bg_position', 'center center'),
(791, 322, 'mb_copyright_switch', '1'),
(792, 322, 'mb_copyright_align', 'left'),
(793, 322, 'mb_copyright_padding_top', '20'),
(794, 322, 'mb_copyright_padding_bottom', '20'),
(795, 322, 'mb_copyright_padding_left', '0'),
(796, 322, 'mb_copyright_padding_right', '0'),
(797, 322, 'mb_copyright_bg_color', '#ffffff'),
(798, 322, 'mb_copyright_text_color', '#000000'),
(799, 322, 'mb_copyright_top_border', '1'),
(800, 322, 'mb_copyright_top_border_color', '#2b4764'),
(801, 322, 'mb_copyright_top_border_color_opacity', '1'),
(802, 322, 'mb_pre_footer_switch', '0'),
(803, 322, 'mb_pre_footer_align', 'left'),
(804, 322, 'mb_pre_footer_padding_top', '20'),
(805, 322, 'mb_pre_footer_padding_bottom', '20'),
(806, 322, 'mb_pre_footer_padding_left', '0'),
(807, 322, 'mb_pre_footer_padding_right', '0'),
(808, 322, 'mb_pre_footer_bottom_border', '1'),
(809, 322, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(810, 322, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(811, 322, 'mb_preloader', 'default'),
(812, 322, 'mb_preloader_type', 'linear'),
(813, 322, 'mb_preloader_background', '#ffffff'),
(814, 322, 'mb_preloader_item_color', '#474747'),
(815, 322, 'mb_preloader_item_color2', '#e94e76'),
(816, 322, 'mb_preloader_item_width', '120'),
(817, 322, 'mb_preloader_item_stroke', '2'),
(818, 322, 'mb_preloader_item_logo_width', '45'),
(819, 322, 'mb_preloader_full', '1'),
(821, 322, '_elementor_edit_mode', 'builder'),
(822, 322, '_elementor_template_type', 'wp-post'),
(823, 322, '_wp_page_template', 'default'),
(824, 322, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(825, 322, '_elementor_version', '3.12.0'),
(829, 488, 'mb_page_sidebar_layout', 'default'),
(830, 488, 'mb_header_presets', 'default'),
(831, 488, 'mb_page_title_conditional', 'default'),
(832, 488, 'mb_page_title_use_feature_image', '0');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(833, 488, 'mb_show_breadcrumbs', '0'),
(834, 488, 'mb_page_title_vertical_align', 'middle'),
(835, 488, 'mb_page_title_horizontal_align', 'center'),
(836, 488, 'mb_page_title_font_color', '#232325'),
(837, 488, 'mb_page_title_bg_color', '#ffffff'),
(838, 488, 'mb_page_title_bg_repeat', 'no-repeat'),
(839, 488, 'mb_page_title_bg_size', 'cover'),
(840, 488, 'mb_page_title_bg_attachment', 'scroll'),
(841, 488, 'mb_page_title_bg_position', 'center center'),
(842, 488, 'mb_page_title_height', '250'),
(843, 488, 'mb_page_title_top_border', '0'),
(844, 488, 'mb_page_title_top_border_color', '#eff0ed'),
(845, 488, 'mb_page_title_top_border_color_opacity', '1'),
(846, 488, 'mb_page_title_bottom_border', '0'),
(847, 488, 'mb_page_title_bottom_border_color', '#eff0ed'),
(848, 488, 'mb_page_title_bottom_border_color_opacity', '1'),
(849, 488, 'mb_page_title_bottom_margin', '60'),
(850, 488, 'mb_page_title_svg_line', 'svg_line_both'),
(851, 488, 'mb_page_title_svg_line_top_color', '#ffffff'),
(852, 488, 'mb_page_title_svg_line_top_color_opacity', '1'),
(853, 488, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(854, 488, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(855, 488, 'mb_map_prefooter', 'default'),
(856, 488, 'mb_footer_switch', 'default'),
(857, 488, 'mb_footer_column', '4'),
(858, 488, 'mb_footer_column2', '6-6'),
(859, 488, 'mb_footer_column3', '4-4-4'),
(860, 488, 'mb_footer_column5', '2-3-2-2-3'),
(861, 488, 'mb_footer_align', 'left'),
(862, 488, 'mb_padding_top', '70'),
(863, 488, 'mb_padding_bottom', '70'),
(864, 488, 'mb_padding_left', '0'),
(865, 488, 'mb_padding_right', '0'),
(866, 488, 'mb_footer_full_width', 'default'),
(867, 488, 'mb_footer_bg_size', 'cover'),
(868, 488, 'mb_footer_bg_color', '#ffffff'),
(869, 488, 'mb_footer_text_color', '#000000'),
(870, 488, 'mb_footer_heading_color', '#fafafa'),
(871, 488, 'mb_footer_bg_repeat', 'repeat'),
(872, 488, 'mb_footer_attachment', 'scroll'),
(873, 488, 'mb_footer_bg_position', 'center center'),
(874, 488, 'mb_copyright_switch', '1'),
(875, 488, 'mb_copyright_align', 'left'),
(876, 488, 'mb_copyright_padding_top', '20'),
(877, 488, 'mb_copyright_padding_bottom', '20'),
(878, 488, 'mb_copyright_padding_left', '0'),
(879, 488, 'mb_copyright_padding_right', '0'),
(880, 488, 'mb_copyright_bg_color', '#ffffff'),
(881, 488, 'mb_copyright_text_color', '#000000'),
(882, 488, 'mb_copyright_top_border', '1'),
(883, 488, 'mb_copyright_top_border_color', '#2b4764'),
(884, 488, 'mb_copyright_top_border_color_opacity', '1'),
(885, 488, 'mb_pre_footer_switch', '0'),
(886, 488, 'mb_pre_footer_align', 'left'),
(887, 488, 'mb_pre_footer_padding_top', '20'),
(888, 488, 'mb_pre_footer_padding_bottom', '20'),
(889, 488, 'mb_pre_footer_padding_left', '0'),
(890, 488, 'mb_pre_footer_padding_right', '0'),
(891, 488, 'mb_pre_footer_bottom_border', '1'),
(892, 488, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(893, 488, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(894, 488, 'slide_template', 'default'),
(895, 488, '_elementor_edit_mode', 'builder'),
(896, 488, '_elementor_template_type', 'post'),
(897, 488, '_wp_page_template', 'default'),
(898, 488, '_elementor_data', '[{\"id\":\"239eded7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2abd6bd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"29569c11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Nullam augue mi, feugiat sit amet accumsan euismod, ullamcorper sed mi. In ut pretium ipsum. Cras vitae metus libero. Sed gravida, sapien nec tincidunt tempor, <span style=\\\"color: #b2b74a;\\\"><em>ipsum diam semper<\\/em><\\/span> felis, eu bibendum neque nulla sit amet tellus. Maecenas interdum neque erat, ac mollis ante feugiat a.\\u00a0<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ffa45ab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4bd6680\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"f5a79c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a6d7a50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e3758\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5af2204c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21e35a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61af89a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6acf7198\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"649a87b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60d19e22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70b4fb6d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65c48a61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1eca6c99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(899, 488, '_elementor_version', '0.4'),
(900, 488, '_wp_old_date', '2019-01-30'),
(903, 519, 'post_format_link', 'https://gt3themes.com/'),
(904, 519, 'post_format_link_text', 'GT3Themes'),
(905, 519, 'mb_page_sidebar_layout', 'default'),
(906, 519, 'mb_header_presets', 'default'),
(907, 519, 'mb_page_title_conditional', 'default'),
(908, 519, 'mb_page_title_use_feature_image', '0'),
(909, 519, 'mb_show_breadcrumbs', '0'),
(910, 519, 'mb_page_title_vertical_align', 'middle'),
(911, 519, 'mb_page_title_horizontal_align', 'center'),
(912, 519, 'mb_page_title_font_color', '#232325'),
(913, 519, 'mb_page_title_bg_color', '#ffffff'),
(914, 519, 'mb_page_title_bg_repeat', 'no-repeat'),
(915, 519, 'mb_page_title_bg_size', 'cover'),
(916, 519, 'mb_page_title_bg_attachment', 'scroll'),
(917, 519, 'mb_page_title_bg_position', 'center center'),
(918, 519, 'mb_page_title_height', '250'),
(919, 519, 'mb_page_title_top_border', '0'),
(920, 519, 'mb_page_title_top_border_color', '#eff0ed'),
(921, 519, 'mb_page_title_top_border_color_opacity', '1'),
(922, 519, 'mb_page_title_bottom_border', '0'),
(923, 519, 'mb_page_title_bottom_border_color', '#eff0ed'),
(924, 519, 'mb_page_title_bottom_border_color_opacity', '1'),
(925, 519, 'mb_page_title_bottom_margin', '60'),
(926, 519, 'mb_page_title_svg_line', 'svg_line_both'),
(927, 519, 'mb_page_title_svg_line_top_color', '#ffffff'),
(928, 519, 'mb_page_title_svg_line_top_color_opacity', '1'),
(929, 519, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(930, 519, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(931, 519, 'mb_map_prefooter', 'default'),
(932, 519, 'mb_footer_switch', 'default'),
(933, 519, 'mb_footer_column', '4'),
(934, 519, 'mb_footer_column2', '6-6'),
(935, 519, 'mb_footer_column3', '4-4-4'),
(936, 519, 'mb_footer_column5', '2-3-2-2-3'),
(937, 519, 'mb_footer_align', 'left'),
(938, 519, 'mb_padding_top', '70'),
(939, 519, 'mb_padding_bottom', '70'),
(940, 519, 'mb_padding_left', '0'),
(941, 519, 'mb_padding_right', '0'),
(942, 519, 'mb_footer_full_width', 'default'),
(943, 519, 'mb_footer_bg_size', 'cover'),
(944, 519, 'mb_footer_bg_color', '#ffffff'),
(945, 519, 'mb_footer_text_color', '#000000'),
(946, 519, 'mb_footer_heading_color', '#fafafa'),
(947, 519, 'mb_footer_bg_repeat', 'repeat'),
(948, 519, 'mb_footer_attachment', 'scroll'),
(949, 519, 'mb_footer_bg_position', 'center center'),
(950, 519, 'mb_copyright_switch', '1'),
(951, 519, 'mb_copyright_align', 'left'),
(952, 519, 'mb_copyright_padding_top', '20'),
(953, 519, 'mb_copyright_padding_bottom', '20'),
(954, 519, 'mb_copyright_padding_left', '0'),
(955, 519, 'mb_copyright_padding_right', '0'),
(956, 519, 'mb_copyright_bg_color', '#ffffff'),
(957, 519, 'mb_copyright_text_color', '#000000'),
(958, 519, 'mb_copyright_top_border', '1'),
(959, 519, 'mb_copyright_top_border_color', '#2b4764'),
(960, 519, 'mb_copyright_top_border_color_opacity', '1'),
(961, 519, 'mb_pre_footer_switch', '0'),
(962, 519, 'mb_pre_footer_align', 'left'),
(963, 519, 'mb_pre_footer_padding_top', '20'),
(964, 519, 'mb_pre_footer_padding_bottom', '20'),
(965, 519, 'mb_pre_footer_padding_left', '0'),
(966, 519, 'mb_pre_footer_padding_right', '0'),
(967, 519, 'mb_pre_footer_bottom_border', '1'),
(968, 519, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(969, 519, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(970, 519, 'slide_template', 'default'),
(971, 519, '_elementor_edit_mode', 'builder'),
(972, 519, '_elementor_template_type', 'post'),
(973, 519, '_wp_page_template', 'default'),
(974, 519, '_elementor_data', '[{\"id\":\"59d10203\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2aa5d393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2031bbd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Maecenas interdum neque erat, ac mollis ante feugiat a. Donec elementum faucibus aliquam. In hac habitasse platea dictumst. Duis eget urna vel tortor <span style=\\\"color: #b2b74a;\\\"><em>tristique accumsan<\\/em><\\/span> et eget mi. Vivamus vestibulum sollicitudin nulla non tincidunt. Nulla pharetra feugiat ligula, nec viverra quam auctor nec. Nullam non eleifend turpis.<\\/span><span>\\u00a0Cras vitae metus libero.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ef2f56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f5eca38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"81c6449\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f574e50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f87b47\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"852c79d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"333262e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"65e1a7c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fade0e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1ada7079\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c7d6217\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cac2faa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3cd664d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1c63d308\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(975, 519, '_elementor_version', '0.4'),
(976, 565, 'mb_page_sidebar_layout', 'none'),
(977, 565, 'mb_header_presets', 'default'),
(978, 565, 'mb_page_title_conditional', 'yes'),
(979, 565, 'mb_page_title_use_feature_image', '0'),
(980, 565, 'mb_show_breadcrumbs', '1'),
(981, 565, 'mb_page_title_vertical_align', 'middle'),
(982, 565, 'mb_page_title_horizontal_align', 'center'),
(983, 565, 'mb_page_title_font_color', '#ffffff'),
(984, 565, 'mb_page_title_bg_color', '#ffffff'),
(985, 565, 'mb_page_title_bg_repeat', 'no-repeat'),
(986, 565, 'mb_page_title_bg_size', 'cover'),
(987, 565, 'mb_page_title_bg_attachment', 'scroll'),
(988, 565, 'mb_page_title_bg_position', 'center center'),
(989, 565, 'mb_page_title_height', '345'),
(990, 565, 'mb_page_title_top_border', '0'),
(991, 565, 'mb_page_title_top_border_color', '#eff0ed'),
(992, 565, 'mb_page_title_top_border_color_opacity', '1'),
(993, 565, 'mb_page_title_bottom_border', '0'),
(994, 565, 'mb_page_title_bottom_border_color', '#eff0ed'),
(995, 565, 'mb_page_title_bottom_border_color_opacity', '1'),
(996, 565, 'mb_page_title_bottom_margin', '0'),
(997, 565, 'mb_page_title_svg_line', 'svg_line_both'),
(998, 565, 'mb_page_title_svg_line_top_color', '#ffffff'),
(999, 565, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1000, 565, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1001, 565, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1002, 565, 'mb_map_prefooter', 'default'),
(1003, 565, 'mb_footer_switch', 'default'),
(1004, 565, 'mb_footer_column', '4'),
(1005, 565, 'mb_footer_column2', '6-6'),
(1006, 565, 'mb_footer_column3', '4-4-4'),
(1007, 565, 'mb_footer_column5', '2-3-2-2-3'),
(1008, 565, 'mb_footer_align', 'left'),
(1009, 565, 'mb_padding_top', '70'),
(1010, 565, 'mb_padding_bottom', '70'),
(1011, 565, 'mb_padding_left', '0'),
(1012, 565, 'mb_padding_right', '0'),
(1013, 565, 'mb_footer_full_width', 'default'),
(1014, 565, 'mb_footer_bg_size', 'cover'),
(1015, 565, 'mb_footer_bg_color', '#ffffff'),
(1016, 565, 'mb_footer_text_color', '#000000'),
(1017, 565, 'mb_footer_heading_color', '#fafafa'),
(1018, 565, 'mb_footer_bg_repeat', 'repeat'),
(1019, 565, 'mb_footer_attachment', 'scroll'),
(1020, 565, 'mb_footer_bg_position', 'center center'),
(1021, 565, 'mb_copyright_switch', '1'),
(1022, 565, 'mb_copyright_align', 'left'),
(1023, 565, 'mb_copyright_padding_top', '20'),
(1024, 565, 'mb_copyright_padding_bottom', '20'),
(1025, 565, 'mb_copyright_padding_left', '0'),
(1026, 565, 'mb_copyright_padding_right', '0'),
(1027, 565, 'mb_copyright_bg_color', '#ffffff'),
(1028, 565, 'mb_copyright_text_color', '#000000'),
(1029, 565, 'mb_copyright_top_border', '1'),
(1030, 565, 'mb_copyright_top_border_color', '#2b4764'),
(1031, 565, 'mb_copyright_top_border_color_opacity', '1'),
(1032, 565, 'mb_pre_footer_switch', '0'),
(1033, 565, 'mb_pre_footer_align', 'left'),
(1034, 565, 'mb_pre_footer_padding_top', '20'),
(1035, 565, 'mb_pre_footer_padding_bottom', '20'),
(1036, 565, 'mb_pre_footer_padding_left', '0'),
(1037, 565, 'mb_pre_footer_padding_right', '0'),
(1038, 565, 'mb_pre_footer_bottom_border', '1'),
(1039, 565, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1040, 565, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1041, 565, 'mb_preloader', 'default'),
(1042, 565, 'mb_preloader_type', 'linear'),
(1043, 565, 'mb_preloader_background', '#ffffff'),
(1044, 565, 'mb_preloader_item_color', '#474747'),
(1045, 565, 'mb_preloader_item_color2', '#e94e76'),
(1046, 565, 'mb_preloader_item_width', '120'),
(1047, 565, 'mb_preloader_item_stroke', '2'),
(1048, 565, 'mb_preloader_item_logo_width', '45'),
(1049, 565, 'mb_preloader_full', '1'),
(1050, 565, 'slide_template', 'default'),
(1051, 565, 'mb_page_title_bg_image', '227'),
(1052, 565, '_elementor_edit_mode', 'builder'),
(1053, 565, '_elementor_template_type', 'post'),
(1054, 565, '_wp_page_template', 'default'),
(1055, 565, '_elementor_data', '[{\"id\":\"ca75d4a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1c1d478\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f2a1337\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100},\"space_mobile\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c105ed2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/team_img_01.png\",\"id\":1270},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"029dffb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"20e1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"58e2176\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":22}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"210cdeb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>About Our Team<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9c3827c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e801bca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"398e8e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"047401a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"1f20164\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"433d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b059add\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"a5a3d3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ceded9a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"a1fbc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bb3720\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b873ee3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43},\"elements\":[{\"id\":\"a783467\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":105},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ac4a76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Meet Our Spesialists<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4678bb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57},\"elements\":[{\"id\":\"a916ab8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe2502\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"175f65d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"459e002\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a302d0d\",\"elType\":\"widget\",\"settings\":{\"type\":\"type2\",\"grid_gap\":\"30\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"530\",\"522\"],\"ignore_sticky_posts\":0},\"posts_per_line\":\"3\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"c819c34\",\"elType\":\"widget\",\"settings\":{\"type\":\"type2\",\"grid_gap\":\"30\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"560\",\"557\",\"554\"],\"ignore_sticky_posts\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_per_line\":\"3\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"80447e1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40},\"_background_background\":\"classic\",\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64c0433\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Peolpe-Say.png\",\"id\":1538},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"d355ae9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e84024b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":87},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":87},\"height_tablet\":{\"unit\":\"px\",\"size\":87},\"height_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b2ad631\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fdea9d4\",\"elType\":\"widget\",\"settings\":{\"type\":\"style1\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah-Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"136\",\"height\":\"136\"},\"text_align\":\"center\",\"color_title\":\"#d1d1d1\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#c9c9c9\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"},{\"id\":\"608c62b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":44}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfafb9a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"13c49c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"75d31f5\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":83},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":83},\"height_tablet\":{\"unit\":\"px\",\"size\":83},\"height_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ad590f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>What is Asked?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0eebf25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e6dc1b\",\"elType\":\"widget\",\"settings\":{\"items\":[{\"title\":\"Ut enim ad minim veniam, quis nostrud exercitation ullamco?\",\"content\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\",\"_id\":\"bada800\"},{\"title\":\"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia?\",\"content\":\"Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, habemus te has, vocent persius eum ea.\",\"_id\":\"51d8d5c\"},{\"title\":\"Sed ut perspiciatis unde omnis iste natus errorsit?\",\"content\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\",\"_id\":\"898231a\"},{\"title\":\"Consectetur adipisicing elit, sed do eiusmod tempor incididunt?\",\"content\":\"Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, habemus te has, vocent persius eum ea.\",\"_id\":\"e322ea2\"},{\"title\":\"Ut enim ad minim veniam, quis nostrud exercitation?\",\"content\":\"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\",\"_id\":\"f5c8800\"}],\"title_color\":\"#b2b74a\",\"title_typography_typography\":\"custom\",\"content_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"gt3-core-accordion\"},{\"id\":\"9e523ad\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"6d1e9fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d4f6cd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/team_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0828bdf\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(1056, 565, '_elementor_version', '0.4'),
(1057, 636, 'mb_page_sidebar_layout', 'none'),
(1058, 636, 'mb_header_presets', 'default'),
(1059, 636, 'mb_page_title_conditional', 'yes'),
(1060, 636, 'mb_page_title_use_feature_image', '0'),
(1061, 636, 'mb_show_breadcrumbs', '1'),
(1062, 636, 'mb_page_title_vertical_align', 'middle'),
(1063, 636, 'mb_page_title_horizontal_align', 'center'),
(1064, 636, 'mb_page_title_font_color', '#ffffff'),
(1065, 636, 'mb_page_title_bg_color', '#ffffff'),
(1066, 636, 'mb_page_title_bg_repeat', 'no-repeat'),
(1067, 636, 'mb_page_title_bg_size', 'cover'),
(1068, 636, 'mb_page_title_bg_attachment', 'scroll'),
(1069, 636, 'mb_page_title_bg_position', 'center center'),
(1070, 636, 'mb_page_title_height', '345'),
(1071, 636, 'mb_page_title_top_border', '0'),
(1072, 636, 'mb_page_title_top_border_color', '#eff0ed'),
(1073, 636, 'mb_page_title_top_border_color_opacity', '1'),
(1074, 636, 'mb_page_title_bottom_border', '0'),
(1075, 636, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1076, 636, 'mb_page_title_bottom_border_color_opacity', '1'),
(1077, 636, 'mb_page_title_bottom_margin', '0'),
(1078, 636, 'mb_page_title_svg_line', 'svg_line_both'),
(1079, 636, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1080, 636, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1081, 636, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1082, 636, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1083, 636, 'mb_map_prefooter', 'default'),
(1084, 636, 'mb_footer_switch', 'default'),
(1085, 636, 'mb_footer_column', '4'),
(1086, 636, 'mb_footer_column2', '6-6'),
(1087, 636, 'mb_footer_column3', '4-4-4'),
(1088, 636, 'mb_footer_column5', '2-3-2-2-3'),
(1089, 636, 'mb_footer_align', 'left'),
(1090, 636, 'mb_padding_top', '70'),
(1091, 636, 'mb_padding_bottom', '70'),
(1092, 636, 'mb_padding_left', '0'),
(1093, 636, 'mb_padding_right', '0'),
(1094, 636, 'mb_footer_full_width', 'default'),
(1095, 636, 'mb_footer_bg_size', 'cover'),
(1096, 636, 'mb_footer_bg_color', '#ffffff'),
(1097, 636, 'mb_footer_text_color', '#000000'),
(1098, 636, 'mb_footer_heading_color', '#fafafa'),
(1099, 636, 'mb_footer_bg_repeat', 'repeat'),
(1100, 636, 'mb_footer_attachment', 'scroll'),
(1101, 636, 'mb_footer_bg_position', 'center center'),
(1102, 636, 'mb_copyright_switch', '1'),
(1103, 636, 'mb_copyright_align', 'left'),
(1104, 636, 'mb_copyright_padding_top', '20'),
(1105, 636, 'mb_copyright_padding_bottom', '20'),
(1106, 636, 'mb_copyright_padding_left', '0'),
(1107, 636, 'mb_copyright_padding_right', '0'),
(1108, 636, 'mb_copyright_bg_color', '#ffffff'),
(1109, 636, 'mb_copyright_text_color', '#000000'),
(1110, 636, 'mb_copyright_top_border', '1'),
(1111, 636, 'mb_copyright_top_border_color', '#2b4764'),
(1112, 636, 'mb_copyright_top_border_color_opacity', '1'),
(1113, 636, 'mb_pre_footer_switch', '0'),
(1114, 636, 'mb_pre_footer_align', 'left'),
(1115, 636, 'mb_pre_footer_padding_top', '20'),
(1116, 636, 'mb_pre_footer_padding_bottom', '20'),
(1117, 636, 'mb_pre_footer_padding_left', '0'),
(1118, 636, 'mb_pre_footer_padding_right', '0'),
(1119, 636, 'mb_pre_footer_bottom_border', '1'),
(1120, 636, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1121, 636, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1122, 636, 'mb_preloader', 'default'),
(1123, 636, 'mb_preloader_type', 'linear'),
(1124, 636, 'mb_preloader_background', '#ffffff'),
(1125, 636, 'mb_preloader_item_color', '#474747'),
(1126, 636, 'mb_preloader_item_color2', '#e94e76'),
(1127, 636, 'mb_preloader_item_width', '120'),
(1128, 636, 'mb_preloader_item_stroke', '2'),
(1129, 636, 'mb_preloader_item_logo_width', '45'),
(1130, 636, 'mb_preloader_full', '1'),
(1131, 636, 'slide_template', 'default'),
(1132, 636, '_elementor_edit_mode', 'builder'),
(1133, 636, '_elementor_template_type', 'post'),
(1134, 636, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1135, 636, '_elementor_data', '[{\"id\":\"4042a5c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6b7ae2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f34910\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":95},\"space_mobile\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b566693\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"341b274\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"751e4ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-673\\\" style=\\\"width: 27px; margin-right: 20px; margin-top: 15px;\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/placeholder.png\\\" alt=\\\"\\\" width=\\\"54\\\" height=\\\"76\\\" \\/>Chicago<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aecc6d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ec93783\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Address:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fb40e38\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>8500, Lorem Street, Chicago, IL, 55030<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2059a7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Phone:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e51518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>800 853 2538<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4237c8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Email:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c84398c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>email@example.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d7245b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Opening Hours:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27b9363\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mon - Thu: 10.00 am - 6.00 pm<br \\/>Sat - Sun: 10.00 am - 5.00 pm<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8652387\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c416115\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"alignnone size-full wp-image-673\\\" style=\\\"width: 27px; margin-right: 20px; margin-top: 15px;\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/placeholder.png\\\" alt=\\\"\\\" width=\\\"54\\\" height=\\\"76\\\" \\/>Madrid\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04d4e48\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0d8f8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Address:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9eff887\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ronda de Valencia, 13, 60015 Madrid, Spain<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f577159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Phone:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76dff03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>800 853 2538<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"144b212\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Email:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a9608f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>email@example.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f58b8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Opening Hours:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34ab1cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mon - Thu: 10.00 am - 6.00 pm<br \\/>Sat - Sun: 10.00 am - 5.00 pm<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f0154d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"75\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b2ec81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"alignnone size-full wp-image-673\\\" style=\\\"width: 27px; margin-right: 20px; margin-top: 15px;\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/placeholder.png\\\" alt=\\\"\\\" width=\\\"54\\\" height=\\\"76\\\" \\/>Melbourne\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c17ee77\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9b127da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Address:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"833d61b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>123 6Th St.Melbourne, Fl 32904<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef2d46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Phone:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"076b675\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>800 863 1229<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f27764\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Email:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3d0215\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>email@example.com<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d21432f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Opening Hours:<\\/p>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82e4f5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mon - Thu: 10.00 am - 6.00 pm<br \\/>Sat - Sun: 10.00 am - 5.00 pm<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bc23287\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":83},\"space_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"840a467\",\"elType\":\"section\",\"settings\":{\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":81,\"spread\":0,\"color\":\"rgba(0,0,0,0.09)\"}},\"elements\":[{\"id\":\"7edcf70\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4535af7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":81,\"spread\":0,\"color\":\"rgba(0,0,0,0.09)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"2991ee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10},\"elements\":[],\"isInner\":true},{\"id\":\"26e7e2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":79.332,\"space_between_widgets\":0,\"_inline_size_mobile\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb75a39\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75},\"space_mobile\":{\"unit\":\"px\",\"size\":32}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ade17d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba867c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We respect your privacy and do not to tolerate spam and will never sell, rent, lease or give away your information. We are here to answer any questions you may have.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":27},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cc8e679\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b744077\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[contact-form-7 id=\\\"644\\\" title=\\\"Contacts\\\"]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d20f55f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":64}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"a3cec6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71defc4\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f78f5a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ed9648d\",\"elType\":\"widget\",\"settings\":{\"custom_marker_info_street_number\":\"sdfbhfb\",\"custom_marker_info_street\":\"sdfsf\",\"module_custom_map_style\":\"yes\",\"module_custom_map_code\":\"[\\n                            {\\n                                \\\"featureType\\\": \\\"water\\\",\\n                                \\\"elementType\\\": \\\"geometry\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#e9e9e9\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 17\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"landscape\\\",\\n                                \\\"elementType\\\": \\\"geometry\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#f5f5f5\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 20\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"road.highway\\\",\\n                                \\\"elementType\\\": \\\"geometry.fill\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#ffffff\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 17\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"road.highway\\\",\\n                                \\\"elementType\\\": \\\"geometry.stroke\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#ffffff\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 29\\n                                    },\\n                                    {\\n                                        \\\"weight\\\": 0.2\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"road.arterial\\\",\\n                                \\\"elementType\\\": \\\"geometry\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#ffffff\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 18\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"road.local\\\",\\n                                \\\"elementType\\\": \\\"geometry\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#ffffff\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 16\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"poi\\\",\\n                                \\\"elementType\\\": \\\"geometry\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#f5f5f5\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 21\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"poi.park\\\",\\n                                \\\"elementType\\\": \\\"geometry\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#dedede\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 21\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"elementType\\\": \\\"labels.text.stroke\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"visibility\\\": \\\"on\\\"\\n                                    },\\n                                    {\\n                                        \\\"color\\\": \\\"#ffffff\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 16\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"elementType\\\": \\\"labels.text.fill\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"saturation\\\": 36\\n                                    },\\n                                    {\\n                                        \\\"color\\\": \\\"#333333\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 40\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"elementType\\\": \\\"labels.icon\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"visibility\\\": \\\"off\\\"\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"transit\\\",\\n                                \\\"elementType\\\": \\\"geometry\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#f2f2f2\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 19\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"administrative\\\",\\n                                \\\"elementType\\\": \\\"geometry.fill\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#fefefe\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 20\\n                                    }\\n                                ]\\n                            },\\n                            {\\n                                \\\"featureType\\\": \\\"administrative\\\",\\n                                \\\"elementType\\\": \\\"geometry.stroke\\\",\\n                                \\\"stylers\\\": [\\n                                    {\\n                                        \\\"color\\\": \\\"#fefefe\\\"\\n                                    },\\n                                    {\\n                                        \\\"lightness\\\": 17\\n                                    },\\n                                    {\\n                                        \\\"weight\\\": 1.2\\n                                    }\\n                                ]\\n                            }\\n                        ]\"},\"elements\":[],\"widgetType\":\"gt3-core-googlemap\"}],\"isInner\":false}],\"isInner\":false}]'),
(1136, 636, '_elementor_version', '0.4'),
(1137, 636, 'mb_page_title_bg_image', '223'),
(1138, 686, 'mb_page_sidebar_layout', 'none'),
(1139, 686, 'mb_header_presets', '0'),
(1140, 686, 'mb_page_title_conditional', 'yes'),
(1141, 686, 'mb_page_title_use_feature_image', '0'),
(1142, 686, 'mb_show_breadcrumbs', '1'),
(1143, 686, 'mb_page_title_vertical_align', 'middle'),
(1144, 686, 'mb_page_title_horizontal_align', 'center'),
(1145, 686, 'mb_page_title_font_color', '#ffffff'),
(1146, 686, 'mb_page_title_bg_color', '#ffffff'),
(1147, 686, 'mb_page_title_bg_repeat', 'no-repeat'),
(1148, 686, 'mb_page_title_bg_size', 'cover'),
(1149, 686, 'mb_page_title_bg_attachment', 'scroll'),
(1150, 686, 'mb_page_title_bg_position', 'center center'),
(1151, 686, 'mb_page_title_height', '345'),
(1152, 686, 'mb_page_title_top_border', '0'),
(1153, 686, 'mb_page_title_top_border_color', '#eff0ed'),
(1154, 686, 'mb_page_title_top_border_color_opacity', '1'),
(1155, 686, 'mb_page_title_bottom_border', '0'),
(1156, 686, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1157, 686, 'mb_page_title_bottom_border_color_opacity', '1'),
(1158, 686, 'mb_page_title_bottom_margin', '0'),
(1159, 686, 'mb_page_title_svg_line', 'svg_line_both'),
(1160, 686, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1161, 686, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1162, 686, 'mb_page_title_svg_line_bottom_color', '#262c2c'),
(1163, 686, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1164, 686, 'mb_map_prefooter', 'default'),
(1165, 686, 'mb_footer_switch', 'default'),
(1166, 686, 'mb_footer_column', '4'),
(1167, 686, 'mb_footer_column2', '6-6'),
(1168, 686, 'mb_footer_column3', '4-4-4'),
(1169, 686, 'mb_footer_column5', '2-3-2-2-3'),
(1170, 686, 'mb_footer_align', 'left'),
(1171, 686, 'mb_padding_top', '70'),
(1172, 686, 'mb_padding_bottom', '70'),
(1173, 686, 'mb_padding_left', '0'),
(1174, 686, 'mb_padding_right', '0'),
(1175, 686, 'mb_footer_full_width', 'default'),
(1176, 686, 'mb_footer_bg_size', 'cover'),
(1177, 686, 'mb_footer_bg_color', '#ffffff'),
(1178, 686, 'mb_footer_text_color', '#000000'),
(1179, 686, 'mb_footer_heading_color', '#fafafa'),
(1180, 686, 'mb_footer_bg_repeat', 'repeat'),
(1181, 686, 'mb_footer_attachment', 'scroll'),
(1182, 686, 'mb_footer_bg_position', 'center center'),
(1183, 686, 'mb_copyright_switch', '1'),
(1184, 686, 'mb_copyright_align', 'left'),
(1185, 686, 'mb_copyright_padding_top', '20'),
(1186, 686, 'mb_copyright_padding_bottom', '20'),
(1187, 686, 'mb_copyright_padding_left', '0'),
(1188, 686, 'mb_copyright_padding_right', '0'),
(1189, 686, 'mb_copyright_bg_color', '#ffffff'),
(1190, 686, 'mb_copyright_text_color', '#000000'),
(1191, 686, 'mb_copyright_top_border', '1'),
(1192, 686, 'mb_copyright_top_border_color', '#2b4764'),
(1193, 686, 'mb_copyright_top_border_color_opacity', '1'),
(1194, 686, 'mb_pre_footer_switch', '0'),
(1195, 686, 'mb_pre_footer_align', 'left'),
(1196, 686, 'mb_pre_footer_padding_top', '20'),
(1197, 686, 'mb_pre_footer_padding_bottom', '20'),
(1198, 686, 'mb_pre_footer_padding_left', '0'),
(1199, 686, 'mb_pre_footer_padding_right', '0'),
(1200, 686, 'mb_pre_footer_bottom_border', '1'),
(1201, 686, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1202, 686, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1203, 686, 'mb_preloader', 'default'),
(1204, 686, 'mb_preloader_type', 'linear'),
(1205, 686, 'mb_preloader_background', '#ffffff'),
(1206, 686, 'mb_preloader_item_color', '#474747'),
(1207, 686, 'mb_preloader_item_color2', '#e94e76'),
(1208, 686, 'mb_preloader_item_width', '120'),
(1209, 686, 'mb_preloader_item_stroke', '2'),
(1210, 686, 'mb_preloader_item_logo_width', '45'),
(1211, 686, 'mb_preloader_full', '1'),
(1212, 686, 'slide_template', 'default'),
(1213, 686, '_elementor_edit_mode', 'builder'),
(1214, 686, '_elementor_template_type', 'post'),
(1215, 686, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1216, 686, '_elementor_data', '[{\"id\":\"2cb5cb9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_02.png\",\"id\":1551},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"07a5126\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8c23ab4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"05ed991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"aa426a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_tablet\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":48}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1cdb396\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What We Offer?<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c46ff4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ccd1442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94056d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dfb0c30\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"20ca7ad\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio ex.\\n Sed utinam tamquam cu, his purto cot idieque ei, te zril populo ius essentially unchanged.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":100},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"57\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":691,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/cooking-delicious-food.jpg\"},\"description_color\":\"#d1d1d1\",\"image_space\":{\"unit\":\"px\",\"size\":23},\"description_typography_typography\":\"custom\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6651253\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7415a66\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Sed ne paulo mnesarchum, habeo \\nbon novum utroque. Ex sed veritus albucius comprehensam, cu dicam eum sheets containing.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":100},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":693,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/agriculture-basil-bunch.jpg\"},\"description_color\":\"#d1d1d1\",\"image_space\":{\"unit\":\"px\",\"size\":23},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"84025d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"31dc5d8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"No utinam dolore vel, ut pro purtontiae voluptatum, utinam philosophia ad quo. Ius ei saepe fierent principesris web page.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":100},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":692,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/aerial-shot-aerial-view-agriculture.jpg\"},\"description_color\":\"#d1d1d1\",\"image_space\":{\"unit\":\"px\",\"size\":23},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"11e3cb4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"8170c0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d335843\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Id quo meis inermis recteque. Sua  \\npartem pertinax pri ad, agam scriptorem te vix, eu vidisse volumus pro semper sapien.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":100},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":694,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/alone-background-basket.jpg\"},\"description_color\":\"#d1d1d1\",\"image_space\":{\"unit\":\"px\",\"size\":23},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"851f39a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"899f39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Eu modo labore dolorum duo, ludus\\nintellegam ad, nemore persius mei an. Pri no tota probatus, an duis movet rhoncus dui lectus.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":100},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":696,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/peter-gonzalez.jpg\"},\"image_space\":{\"unit\":\"px\",\"size\":23},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6fa606c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb63c9\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Quo inani ornatus ut, assum melius, \\nmel no dicam munere. Probo scripta qui in. No tempor contentiones pro finibus nec.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":100},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":695,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/blur-bright-dew.jpg\"},\"description_color\":\"#d1d1d1\",\"image_space\":{\"unit\":\"px\",\"size\":23},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d77a902\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9c3b63c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0b95b5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a82e744\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"28ca539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8388100\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b6abb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ea73eee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":48}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ad3638b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Why Choose Us?<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"805cdb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c457b8c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"fead3c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[{\"id\":\"bca58fe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":59},\"space_mobile\":{\"unit\":\"px\",\"size\":46}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c650013\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"right\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"302ace5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9d30fa7\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"right\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"a467e73\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.332},\"elements\":[{\"id\":\"a43da8e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":26},\"space_tablet\":{\"unit\":\"px\",\"size\":156},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a569989\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/why-choose-us.png\",\"id\":701},\"image_size\":\"full\",\"align\":\"center\",\"space\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5aed2f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[{\"id\":\"75348f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":59},\"space_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9a72293\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f77350a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":47},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5924535\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"},\"image_space\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4802caa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":73},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f5fe49\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"07c1201\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d887d6e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Work.png\",\"id\":1552},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"aebe875\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8f9cbdf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffdcafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e013b92\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":48}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1cd0a80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">How We Work<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c55bc87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius ea.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e67438\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ccf124d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6469bcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa32672\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"01. Contact Us\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/services_img_01.png\",\"id\":798},\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":56}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5325137\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"443527d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e8c20ce\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"02. Place an Order\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/services_img_02.png\",\"id\":799},\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":56}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"54f0183\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"ba6d815\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9c3ba02\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"03. Make a Payment\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/services_img_03.png\",\"id\":800},\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":56}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"75cfb82\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5cb638c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5d113b4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"04. Receive an Order\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/services_img_04.png\",\"id\":801},\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":56}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"304b6bf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"47108e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93},\"space_mobile\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52811ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190},\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"a5b5ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1b2775d\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":727,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/about_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6aa69ba\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_mobile\":{\"unit\":\"px\",\"size\":10}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"8db04ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ffc6b23\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":96},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":96},\"height_tablet\":{\"unit\":\"px\",\"size\":26},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d023ad4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Progress<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f292edb\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3d5f263\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a4c412\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3d8e24b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"23e7ef6\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"end\":88,\"duration\":2000,\"suffix\":\"+\",\"separator_enabled\":\"\",\"decimal\":0,\"separator\":\",\",\"decimal_point\":\".\",\"digit_typography_typography\":\"custom\",\"digit_typography_font_family\":\"BenchNine\",\"digit_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"digit_typography_font_weight\":\"bold\",\"digit_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"digit_color\":\"#b2b74a\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-counter\"},{\"id\":\"a62e938\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":6},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c863182\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"end\":86,\"duration\":2000,\"suffix\":\"+\",\"separator_enabled\":\"\",\"decimal\":0,\"separator\":\",\",\"decimal_point\":\".\",\"digit_typography_typography\":\"custom\",\"digit_typography_font_family\":\"BenchNine\",\"digit_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"digit_typography_font_weight\":\"bold\",\"digit_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"digit_color\":\"#b2b74a\"},\"elements\":[],\"widgetType\":\"gt3-core-counter\"},{\"id\":\"c018eeb\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":6},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b67105a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b7cc886\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"end\":108,\"duration\":2000,\"suffix\":\"+\",\"separator_enabled\":\"\",\"decimal\":0,\"separator\":\",\",\"decimal_point\":\".\",\"digit_typography_typography\":\"custom\",\"digit_typography_font_family\":\"BenchNine\",\"digit_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"digit_typography_font_weight\":\"bold\",\"digit_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"digit_color\":\"#b2b74a\"},\"elements\":[],\"widgetType\":\"gt3-core-counter\"},{\"id\":\"19caacd\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":6},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7ae60b1\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"end\":54,\"duration\":2000,\"suffix\":\"+\",\"separator_enabled\":\"\",\"decimal\":0,\"separator\":\",\",\"decimal_point\":\".\",\"digit_typography_typography\":\"custom\",\"digit_typography_font_family\":\"BenchNine\",\"digit_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"digit_typography_font_weight\":\"bold\",\"digit_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"digit_color\":\"#b2b74a\"},\"elements\":[],\"widgetType\":\"gt3-core-counter\"},{\"id\":\"0fbab54\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":6},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bc2f5cb\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":67}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9088527\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3b168cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0672eb5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"95a2cf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4de713b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d6e2dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Pricing &amp; Plans<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b84eaf9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1973530\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d0b939\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9e0d93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3a14f84\",\"elType\":\"widget\",\"settings\":{\"title\":\"Standard Plan\",\"header_img_2\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/idea.png\",\"id\":754},\"price_prefix\":\"$\",\"price\":65.99,\"content\":\"<p style=\\\"text-align: center;\\\">Install a Patio or Pathway<\\/p><p style=\\\"text-align: center;\\\">Install Landscaping<\\/p><p style=\\\"text-align: center;\\\">Waterproof a Deck Costs<\\/p><p style=\\\"text-align: center;\\\">Remove a Tree Stump<\\/p>\",\"button_text\":\"Order Now\",\"image_size\":{\"unit\":\"px\",\"size\":10},\"image_border_color\":\"#878787\",\"title_color\":\"#403b37\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"price_item_prefix_color\":\"#413c38\",\"price_item_prefix_typography_typography\":\"custom\",\"price_item_prefix_typography_font_family\":\"BenchNine\",\"price_item_prefix_typography_font_size\":{\"unit\":\"px\",\"size\":38},\"price_item_prefix_typography_font_weight\":\"bold\",\"price_item_prefix_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"price_color\":\"#413c38\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"BenchNine\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":65},\"price_typography_font_weight\":\"bold\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"BenchNine\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"button_border_en\":\"yes\",\"button_border\":\"solid\",\"button_border_radius\":{\"unit\":\"px\",\"size\":0},\"btn_color\":\"#b2b74a\",\"button_border_color\":\"#b2b74a\",\"btn_color_hover\":\"#ffffff\",\"btn_bg_color_hover\":\"#b2b74a\",\"button_border_color_hover\":\"#b2b74a\"},\"elements\":[],\"widgetType\":\"gt3-core-pricebox\"}],\"isInner\":true},{\"id\":\"44d06f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8e20448\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gold Plan\",\"header_img_2\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/agronomy.png\",\"id\":752},\"package_is_active\":\"yes\",\"price_prefix\":\"$\",\"price\":105.99,\"content\":\"<p style=\\\"text-align: center;\\\">Install Landscaping<\\/p><p style=\\\"text-align: center;\\\">Remove a Tree Stump<\\/p><p style=\\\"text-align: center;\\\">Waterproof a Deck Costs<\\/p><p style=\\\"text-align: center;\\\">Remove a Tree Stump<\\/p><p style=\\\"text-align: center;\\\">Waterproof a Deck Costs<\\/p>\",\"button_text\":\"Order Now\",\"image_size\":{\"unit\":\"px\",\"size\":10},\"image_border_color\":\"#878787\",\"title_color\":\"#403b37\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"image_size_2\":{\"unit\":\"px\",\"size\":76},\"price_item_prefix_color\":\"#413c38\",\"price_item_prefix_typography_typography\":\"custom\",\"price_item_prefix_typography_font_family\":\"BenchNine\",\"price_item_prefix_typography_font_size\":{\"unit\":\"px\",\"size\":46},\"price_item_prefix_typography_font_weight\":\"bold\",\"price_item_prefix_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"price_color\":\"#413c38\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"BenchNine\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":82},\"price_typography_font_weight\":\"bold\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"BenchNine\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"button_border_en\":\"yes\",\"button_border\":\"solid\",\"button_border_radius\":{\"unit\":\"px\",\"size\":0},\"btn_color\":\"#ffffff\",\"btn_bg_color\":\"#b2b74a\",\"button_border_color\":\"#b2b74a\",\"btn_color_hover\":\"#b2b74a\",\"btn_bg_color_hover\":\"rgba(255,255,255,0)\",\"button_border_color_hover\":\"#b2b74a\",\"_z_index\":1,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gt3-core-pricebox\"}],\"isInner\":true},{\"id\":\"33d4dac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b69524b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Silver Plan\",\"header_img_2\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farm-house.png\",\"id\":753},\"price_prefix\":\"$\",\"price\":85.99,\"content\":\"<p style=\\\"text-align: center;\\\">Waterproof a Deck Costs<\\/p><p style=\\\"text-align: center;\\\">Install a Patio or Pathway<\\/p><p style=\\\"text-align: center;\\\">Remove a Tree Stump<\\/p><p style=\\\"text-align: center;\\\">Install Landscaping<\\/p>\",\"button_text\":\"Order Now\",\"image_size\":{\"unit\":\"px\",\"size\":10},\"image_border_color\":\"#878787\",\"title_color\":\"#403b37\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"image_size_2\":{\"unit\":\"px\",\"size\":66},\"price_item_prefix_color\":\"#413c38\",\"price_item_prefix_typography_typography\":\"custom\",\"price_item_prefix_typography_font_family\":\"BenchNine\",\"price_item_prefix_typography_font_size\":{\"unit\":\"px\",\"size\":38},\"price_item_prefix_typography_font_weight\":\"bold\",\"price_item_prefix_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"price_color\":\"#413c38\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"BenchNine\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":65},\"price_typography_font_weight\":\"bold\",\"price_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"BenchNine\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"button_border_en\":\"yes\",\"button_border\":\"solid\",\"button_border_radius\":{\"unit\":\"px\",\"size\":0},\"btn_color\":\"#b2b74a\",\"button_border_color\":\"#b2b74a\",\"btn_color_hover\":\"#ffffff\",\"btn_bg_color_hover\":\"#b2b74a\",\"button_border_color_hover\":\"#b2b74a\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gt3-core-pricebox\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c32a718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":110},\"space_mobile\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49668b8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#b2b74a\",\"css_classes\":\"gt3_img_brands\"},\"elements\":[{\"id\":\"4f9ae8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"25bea7f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"90c59dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-309 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_01.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"51\\\" \\/>\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f456f08\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"941afbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"1ef808f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ce21fa8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-310 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_02.png\\\" alt=\\\"\\\" width=\\\"161\\\" height=\\\"53\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a7f750e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"8bc19bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b674653\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"36c5501\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-151 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_03.png\\\" alt=\\\"\\\" width=\\\"148\\\" height=\\\"48\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ccb0ca9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"88f310e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"ea170d5\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"c969735\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-149 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_04.png\\\" alt=\\\"\\\" width=\\\"114\\\" height=\\\"47\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c9c8ad\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1217, 686, '_elementor_version', '0.4'),
(1218, 686, 'mb_page_title_bg_image', '225'),
(1221, 749, '_wp_old_date', '2019-02-15'),
(1222, 749, 'mb_page_sidebar_layout', 'default'),
(1223, 749, 'mb_header_presets', 'default'),
(1224, 749, 'mb_page_title_conditional', 'default'),
(1225, 749, 'mb_page_title_use_feature_image', '0'),
(1226, 749, 'mb_show_breadcrumbs', '0'),
(1227, 749, 'mb_page_title_vertical_align', 'middle'),
(1228, 749, 'mb_page_title_horizontal_align', 'center'),
(1229, 749, 'mb_page_title_font_color', '#232325'),
(1230, 749, 'mb_page_title_bg_color', '#ffffff'),
(1231, 749, 'mb_page_title_bg_repeat', 'no-repeat'),
(1232, 749, 'mb_page_title_bg_size', 'cover'),
(1233, 749, 'mb_page_title_bg_attachment', 'scroll'),
(1234, 749, 'mb_page_title_bg_position', 'center center'),
(1235, 749, 'mb_page_title_height', '250'),
(1236, 749, 'mb_page_title_top_border', '0'),
(1237, 749, 'mb_page_title_top_border_color', '#eff0ed'),
(1238, 749, 'mb_page_title_top_border_color_opacity', '1'),
(1239, 749, 'mb_page_title_bottom_border', '0'),
(1240, 749, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1241, 749, 'mb_page_title_bottom_border_color_opacity', '1'),
(1242, 749, 'mb_page_title_bottom_margin', '60'),
(1243, 749, 'mb_page_title_svg_line', 'svg_line_both'),
(1244, 749, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1245, 749, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1246, 749, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1247, 749, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1248, 749, 'mb_map_prefooter', 'default'),
(1249, 749, 'mb_footer_switch', 'default'),
(1250, 749, 'mb_footer_column', '4'),
(1251, 749, 'mb_footer_column2', '6-6'),
(1252, 749, 'mb_footer_column3', '4-4-4'),
(1253, 749, 'mb_footer_column5', '2-3-2-2-3'),
(1254, 749, 'mb_footer_align', 'left'),
(1255, 749, 'mb_padding_top', '70'),
(1256, 749, 'mb_padding_bottom', '70'),
(1257, 749, 'mb_padding_left', '0'),
(1258, 749, 'mb_padding_right', '0'),
(1259, 749, 'mb_footer_full_width', 'default'),
(1260, 749, 'mb_footer_bg_size', 'cover'),
(1261, 749, 'mb_footer_bg_color', '#ffffff'),
(1262, 749, 'mb_footer_text_color', '#000000'),
(1263, 749, 'mb_footer_heading_color', '#fafafa'),
(1264, 749, 'mb_footer_bg_repeat', 'repeat'),
(1265, 749, 'mb_footer_attachment', 'scroll'),
(1266, 749, 'mb_footer_bg_position', 'center center'),
(1267, 749, 'mb_copyright_switch', '1'),
(1268, 749, 'mb_copyright_align', 'left'),
(1269, 749, 'mb_copyright_padding_top', '20'),
(1270, 749, 'mb_copyright_padding_bottom', '20'),
(1271, 749, 'mb_copyright_padding_left', '0'),
(1272, 749, 'mb_copyright_padding_right', '0'),
(1273, 749, 'mb_copyright_bg_color', '#ffffff'),
(1274, 749, 'mb_copyright_text_color', '#000000'),
(1275, 749, 'mb_copyright_top_border', '1'),
(1276, 749, 'mb_copyright_top_border_color', '#2b4764'),
(1277, 749, 'mb_copyright_top_border_color_opacity', '1'),
(1278, 749, 'mb_pre_footer_switch', '0'),
(1279, 749, 'mb_pre_footer_align', 'left'),
(1280, 749, 'mb_pre_footer_padding_top', '20'),
(1281, 749, 'mb_pre_footer_padding_bottom', '20'),
(1282, 749, 'mb_pre_footer_padding_left', '0'),
(1283, 749, 'mb_pre_footer_padding_right', '0'),
(1284, 749, 'mb_pre_footer_bottom_border', '1'),
(1285, 749, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1286, 749, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1287, 749, 'slide_template', 'default'),
(1288, 749, '_thumbnail_id', '756'),
(1289, 749, '_elementor_edit_mode', 'builder'),
(1290, 749, '_elementor_template_type', 'post'),
(1291, 749, '_wp_page_template', 'default'),
(1292, 749, '_elementor_data', '[{\"id\":\"5614a88b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f9c36ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76ed6c66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla, sem lacus <span style=\\\"color: #b2b74a;\\\"><em>blandit turpis,<\\/em><\\/span> a lobortis lacus nulla ut elit. Vestibulum eu dolor varius, condimentum ipsum sed, accumsan mi.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69be9fb1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6ebc7612\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"61a4e050\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b53277c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"487a3866\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9f440f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"24d95e41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"166f00ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a23c760\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f0b2e43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e6fd427\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"287a8309\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21703811\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e104b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1293, 749, '_elementor_version', '0.4'),
(1296, 761, '_wp_old_date', '2019-02-15'),
(1297, 761, '_thumbnail_id', '757'),
(1298, 761, 'mb_page_sidebar_layout', 'default'),
(1299, 761, 'mb_header_presets', 'default'),
(1300, 761, 'mb_page_title_conditional', 'default'),
(1301, 761, 'mb_page_title_use_feature_image', '0'),
(1302, 761, 'mb_show_breadcrumbs', '0'),
(1303, 761, 'mb_page_title_vertical_align', 'middle'),
(1304, 761, 'mb_page_title_horizontal_align', 'center'),
(1305, 761, 'mb_page_title_font_color', '#232325'),
(1306, 761, 'mb_page_title_bg_color', '#ffffff'),
(1307, 761, 'mb_page_title_bg_repeat', 'no-repeat'),
(1308, 761, 'mb_page_title_bg_size', 'cover'),
(1309, 761, 'mb_page_title_bg_attachment', 'scroll'),
(1310, 761, 'mb_page_title_bg_position', 'center center'),
(1311, 761, 'mb_page_title_height', '250'),
(1312, 761, 'mb_page_title_top_border', '0'),
(1313, 761, 'mb_page_title_top_border_color', '#eff0ed'),
(1314, 761, 'mb_page_title_top_border_color_opacity', '1'),
(1315, 761, 'mb_page_title_bottom_border', '0'),
(1316, 761, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1317, 761, 'mb_page_title_bottom_border_color_opacity', '1'),
(1318, 761, 'mb_page_title_bottom_margin', '60'),
(1319, 761, 'mb_page_title_svg_line', 'svg_line_both'),
(1320, 761, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1321, 761, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1322, 761, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1323, 761, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1324, 761, 'mb_map_prefooter', 'default'),
(1325, 761, 'mb_footer_switch', 'default'),
(1326, 761, 'mb_footer_column', '4'),
(1327, 761, 'mb_footer_column2', '6-6'),
(1328, 761, 'mb_footer_column3', '4-4-4'),
(1329, 761, 'mb_footer_column5', '2-3-2-2-3'),
(1330, 761, 'mb_footer_align', 'left'),
(1331, 761, 'mb_padding_top', '70'),
(1332, 761, 'mb_padding_bottom', '70'),
(1333, 761, 'mb_padding_left', '0'),
(1334, 761, 'mb_padding_right', '0'),
(1335, 761, 'mb_footer_full_width', 'default'),
(1336, 761, 'mb_footer_bg_size', 'cover'),
(1337, 761, 'mb_footer_bg_color', '#ffffff'),
(1338, 761, 'mb_footer_text_color', '#000000'),
(1339, 761, 'mb_footer_heading_color', '#fafafa'),
(1340, 761, 'mb_footer_bg_repeat', 'repeat'),
(1341, 761, 'mb_footer_attachment', 'scroll'),
(1342, 761, 'mb_footer_bg_position', 'center center'),
(1343, 761, 'mb_copyright_switch', '1'),
(1344, 761, 'mb_copyright_align', 'left'),
(1345, 761, 'mb_copyright_padding_top', '20'),
(1346, 761, 'mb_copyright_padding_bottom', '20'),
(1347, 761, 'mb_copyright_padding_left', '0'),
(1348, 761, 'mb_copyright_padding_right', '0'),
(1349, 761, 'mb_copyright_bg_color', '#ffffff'),
(1350, 761, 'mb_copyright_text_color', '#000000'),
(1351, 761, 'mb_copyright_top_border', '1'),
(1352, 761, 'mb_copyright_top_border_color', '#2b4764'),
(1353, 761, 'mb_copyright_top_border_color_opacity', '1'),
(1354, 761, 'mb_pre_footer_switch', '0'),
(1355, 761, 'mb_pre_footer_align', 'left'),
(1356, 761, 'mb_pre_footer_padding_top', '20'),
(1357, 761, 'mb_pre_footer_padding_bottom', '20'),
(1358, 761, 'mb_pre_footer_padding_left', '0'),
(1359, 761, 'mb_pre_footer_padding_right', '0'),
(1360, 761, 'mb_pre_footer_bottom_border', '1'),
(1361, 761, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1362, 761, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1363, 761, 'slide_template', 'default'),
(1364, 761, '_elementor_edit_mode', 'builder'),
(1365, 761, '_elementor_template_type', 'post'),
(1366, 761, '_wp_page_template', 'default'),
(1367, 761, '_elementor_data', '[{\"id\":\"3dfeb10b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"82e3c4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"77eb1db8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus velit, nec gravida orci aliquam id. Morbi <span style=\\\"color: #b2b74a;\\\"><em>ultricies tincidunt<\\/em><\\/span> dui. Quisque convallis sem tristique, aliquam justo sed, viverra sem. Phasellus et viverra elit. Suspendisse cursus nec mi in elementum. Donec leo mauris, eleifend nec lacus non, tristique porttitor dolor. Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27b71013\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"72784ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"39f6c5b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"14db5644\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dfe775f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42d69f7b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2aa84b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c863949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13995a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"67ca445\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"45923208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c050d5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"566c86a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1110b1f8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1368, 761, '_elementor_version', '0.4'),
(1369, 895, 'mb_page_sidebar_layout', 'none'),
(1370, 895, 'mb_header_presets', 'default'),
(1371, 895, 'mb_page_title_conditional', 'yes'),
(1372, 895, 'mb_page_title_use_feature_image', '0'),
(1373, 895, 'mb_show_breadcrumbs', '1'),
(1374, 895, 'mb_page_title_vertical_align', 'middle'),
(1375, 895, 'mb_page_title_horizontal_align', 'center'),
(1376, 895, 'mb_page_title_font_color', '#ffffff'),
(1377, 895, 'mb_page_title_bg_color', '#ffffff'),
(1378, 895, 'mb_page_title_bg_repeat', 'no-repeat'),
(1379, 895, 'mb_page_title_bg_size', 'cover'),
(1380, 895, 'mb_page_title_bg_attachment', 'scroll'),
(1381, 895, 'mb_page_title_bg_position', 'center center'),
(1382, 895, 'mb_page_title_height', '345'),
(1383, 895, 'mb_page_title_top_border', '0'),
(1384, 895, 'mb_page_title_top_border_color', '#eff0ed'),
(1385, 895, 'mb_page_title_top_border_color_opacity', '1'),
(1386, 895, 'mb_page_title_bottom_border', '0'),
(1387, 895, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1388, 895, 'mb_page_title_bottom_border_color_opacity', '1'),
(1389, 895, 'mb_page_title_bottom_margin', '27'),
(1390, 895, 'mb_page_title_svg_line', 'svg_line_both'),
(1391, 895, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1392, 895, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1393, 895, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1394, 895, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1395, 895, 'mb_map_prefooter', 'default'),
(1396, 895, 'mb_footer_switch', 'default'),
(1397, 895, 'mb_footer_column', '4'),
(1398, 895, 'mb_footer_column2', '6-6'),
(1399, 895, 'mb_footer_column3', '4-4-4'),
(1400, 895, 'mb_footer_column5', '2-3-2-2-3'),
(1401, 895, 'mb_footer_align', 'left'),
(1402, 895, 'mb_padding_top', '70'),
(1403, 895, 'mb_padding_bottom', '70'),
(1404, 895, 'mb_padding_left', '0'),
(1405, 895, 'mb_padding_right', '0'),
(1406, 895, 'mb_footer_full_width', 'default'),
(1407, 895, 'mb_footer_bg_size', 'cover'),
(1408, 895, 'mb_footer_bg_color', '#ffffff'),
(1409, 895, 'mb_footer_text_color', '#000000'),
(1410, 895, 'mb_footer_heading_color', '#fafafa'),
(1411, 895, 'mb_footer_bg_repeat', 'repeat'),
(1412, 895, 'mb_footer_attachment', 'scroll'),
(1413, 895, 'mb_footer_bg_position', 'center center'),
(1414, 895, 'mb_copyright_switch', '1'),
(1415, 895, 'mb_copyright_align', 'left'),
(1416, 895, 'mb_copyright_padding_top', '20'),
(1417, 895, 'mb_copyright_padding_bottom', '20'),
(1418, 895, 'mb_copyright_padding_left', '0'),
(1419, 895, 'mb_copyright_padding_right', '0'),
(1420, 895, 'mb_copyright_bg_color', '#ffffff'),
(1421, 895, 'mb_copyright_text_color', '#000000'),
(1422, 895, 'mb_copyright_top_border', '1'),
(1423, 895, 'mb_copyright_top_border_color', '#2b4764'),
(1424, 895, 'mb_copyright_top_border_color_opacity', '1'),
(1425, 895, 'mb_pre_footer_switch', '0'),
(1426, 895, 'mb_pre_footer_align', 'left'),
(1427, 895, 'mb_pre_footer_padding_top', '20'),
(1428, 895, 'mb_pre_footer_padding_bottom', '20'),
(1429, 895, 'mb_pre_footer_padding_left', '0'),
(1430, 895, 'mb_pre_footer_padding_right', '0'),
(1431, 895, 'mb_pre_footer_bottom_border', '1'),
(1432, 895, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1433, 895, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1434, 895, 'mb_preloader', 'default'),
(1435, 895, 'mb_preloader_type', 'linear'),
(1436, 895, 'mb_preloader_background', '#ffffff'),
(1437, 895, 'mb_preloader_item_color', '#474747'),
(1438, 895, 'mb_preloader_item_color2', '#e94e76'),
(1439, 895, 'mb_preloader_item_width', '120'),
(1440, 895, 'mb_preloader_item_stroke', '2'),
(1441, 895, 'mb_preloader_item_logo_width', '45'),
(1442, 895, 'mb_preloader_full', '1'),
(1443, 895, 'slide_template', 'default'),
(1444, 895, '_elementor_edit_mode', 'builder'),
(1445, 895, '_elementor_template_type', 'post'),
(1446, 895, '_wp_page_template', 'default'),
(1447, 895, '_elementor_data', '[{\"id\":\"a6c8f61\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"86cdb75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"cd69bfd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Works are Presented Here\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"424c2cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"faab809\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80},\"elements\":[{\"id\":\"f2ebcda\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Agriculture is food production. Despite the rapid scientific and technical progress. The level of agricultural production largely determines the state of the national economy.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b524441\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bc670c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1343f9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8d4e60e\",\"elType\":\"widget\",\"settings\":{\"cols\":\"3\",\"hover\":\"type7\",\"grid_gap\":\"30px\",\"use_filter\":\"yes\",\"filter_align\":\"left\",\"all_title\":\"All\",\"show_title\":\"yes\",\"show_view_all\":\"yes\",\"button_title\":\"Load More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"content\":\"<p>Content<\\/p>\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"9\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[\"animal\",\"mushroom\",\"feed-production\",\"crop-production\",\"fish-farming\"],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"show_description\":\"yes\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"},{\"id\":\"1caa28e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(1448, 895, '_elementor_version', '0.4'),
(1449, 895, 'mb_page_title_bg_image', '224'),
(1450, 1163, 'mb_page_sidebar_layout', 'none'),
(1451, 1163, 'mb_header_presets', 'default'),
(1452, 1163, 'mb_page_title_conditional', 'default'),
(1453, 1163, 'mb_page_title_use_feature_image', '0'),
(1454, 1163, 'mb_show_breadcrumbs', '0'),
(1455, 1163, 'mb_page_title_vertical_align', 'middle'),
(1456, 1163, 'mb_page_title_horizontal_align', 'center'),
(1457, 1163, 'mb_page_title_font_color', '#232325'),
(1458, 1163, 'mb_page_title_bg_color', '#ffffff'),
(1459, 1163, 'mb_page_title_bg_repeat', 'no-repeat'),
(1460, 1163, 'mb_page_title_bg_size', 'cover'),
(1461, 1163, 'mb_page_title_bg_attachment', 'scroll'),
(1462, 1163, 'mb_page_title_bg_position', 'center center'),
(1463, 1163, 'mb_page_title_height', '250'),
(1464, 1163, 'mb_page_title_top_border', '0'),
(1465, 1163, 'mb_page_title_top_border_color', '#eff0ed'),
(1466, 1163, 'mb_page_title_top_border_color_opacity', '1'),
(1467, 1163, 'mb_page_title_bottom_border', '0'),
(1468, 1163, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1469, 1163, 'mb_page_title_bottom_border_color_opacity', '1'),
(1470, 1163, 'mb_page_title_bottom_margin', '60'),
(1471, 1163, 'mb_page_title_svg_line', 'svg_line_both'),
(1472, 1163, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1473, 1163, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1474, 1163, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1475, 1163, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1476, 1163, 'mb_map_prefooter', 'default'),
(1477, 1163, 'mb_footer_switch', 'default'),
(1478, 1163, 'mb_footer_column', '4'),
(1479, 1163, 'mb_footer_column2', '6-6'),
(1480, 1163, 'mb_footer_column3', '4-4-4'),
(1481, 1163, 'mb_footer_column5', '2-3-2-2-3'),
(1482, 1163, 'mb_footer_align', 'left'),
(1483, 1163, 'mb_padding_top', '70'),
(1484, 1163, 'mb_padding_bottom', '70'),
(1485, 1163, 'mb_padding_left', '0'),
(1486, 1163, 'mb_padding_right', '0'),
(1487, 1163, 'mb_footer_full_width', 'default'),
(1488, 1163, 'mb_footer_bg_size', 'cover'),
(1489, 1163, 'mb_footer_bg_color', '#ffffff'),
(1490, 1163, 'mb_footer_text_color', '#000000'),
(1491, 1163, 'mb_footer_heading_color', '#fafafa'),
(1492, 1163, 'mb_footer_bg_repeat', 'repeat'),
(1493, 1163, 'mb_footer_attachment', 'scroll'),
(1494, 1163, 'mb_footer_bg_position', 'center center'),
(1495, 1163, 'mb_copyright_switch', '1'),
(1496, 1163, 'mb_copyright_align', 'left'),
(1497, 1163, 'mb_copyright_padding_top', '20'),
(1498, 1163, 'mb_copyright_padding_bottom', '20'),
(1499, 1163, 'mb_copyright_padding_left', '0'),
(1500, 1163, 'mb_copyright_padding_right', '0'),
(1501, 1163, 'mb_copyright_bg_color', '#ffffff'),
(1502, 1163, 'mb_copyright_text_color', '#000000'),
(1503, 1163, 'mb_copyright_top_border', '1'),
(1504, 1163, 'mb_copyright_top_border_color', '#2b4764'),
(1505, 1163, 'mb_copyright_top_border_color_opacity', '1'),
(1506, 1163, 'mb_pre_footer_switch', '0'),
(1507, 1163, 'mb_pre_footer_align', 'left'),
(1508, 1163, 'mb_pre_footer_padding_top', '20'),
(1509, 1163, 'mb_pre_footer_padding_bottom', '20'),
(1510, 1163, 'mb_pre_footer_padding_left', '0'),
(1511, 1163, 'mb_pre_footer_padding_right', '0'),
(1512, 1163, 'mb_pre_footer_bottom_border', '1'),
(1513, 1163, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1514, 1163, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1515, 1163, 'mb_preloader', 'default'),
(1516, 1163, 'mb_preloader_type', 'linear'),
(1517, 1163, 'mb_preloader_background', '#ffffff'),
(1518, 1163, 'mb_preloader_item_color', '#474747'),
(1519, 1163, 'mb_preloader_item_color2', '#e94e76'),
(1520, 1163, 'mb_preloader_item_width', '120'),
(1521, 1163, 'mb_preloader_item_stroke', '2'),
(1522, 1163, 'mb_preloader_item_logo_width', '45'),
(1523, 1163, 'mb_preloader_full', '1'),
(1524, 1163, 'slide_template', ''),
(1525, 1163, '_elementor_edit_mode', 'builder'),
(1526, 1163, '_elementor_template_type', 'post'),
(1527, 1163, '_wp_page_template', 'default'),
(1528, 1163, '_elementor_data', '[{\"id\":\"45791e4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"02e7dc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9da001b\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_comments\":\"yes\",\"meta_date\":\"yes\",\"items_per_line\":\"2\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"post_boxed_content\":\"yes\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"6\",\"orderby\":\"\",\"order\":\"ASC\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"meta_categories\":\"yes\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(1529, 1163, '_elementor_version', '0.4'),
(1530, 1170, 'mb_page_sidebar_layout', 'left'),
(1531, 1170, 'mb_page_sidebar_def', 'sidebar_main-sidebar'),
(1532, 1170, 'mb_header_presets', 'default'),
(1533, 1170, 'mb_page_title_conditional', 'yes'),
(1534, 1170, 'mb_page_title_use_feature_image', '0'),
(1535, 1170, 'mb_show_breadcrumbs', '1'),
(1536, 1170, 'mb_page_title_vertical_align', 'middle'),
(1537, 1170, 'mb_page_title_horizontal_align', 'center'),
(1538, 1170, 'mb_page_title_font_color', '#ffffff'),
(1539, 1170, 'mb_page_title_bg_color', '#ffffff'),
(1540, 1170, 'mb_page_title_bg_repeat', 'no-repeat'),
(1541, 1170, 'mb_page_title_bg_size', 'cover'),
(1542, 1170, 'mb_page_title_bg_attachment', 'scroll'),
(1543, 1170, 'mb_page_title_bg_position', 'center center'),
(1544, 1170, 'mb_page_title_height', '345'),
(1545, 1170, 'mb_page_title_top_border', '0'),
(1546, 1170, 'mb_page_title_top_border_color', '#eff0ed'),
(1547, 1170, 'mb_page_title_top_border_color_opacity', '1'),
(1548, 1170, 'mb_page_title_bottom_border', '0'),
(1549, 1170, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1550, 1170, 'mb_page_title_bottom_border_color_opacity', '1'),
(1551, 1170, 'mb_page_title_bottom_margin', '76'),
(1552, 1170, 'mb_page_title_svg_line', 'svg_line_both'),
(1553, 1170, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1554, 1170, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1555, 1170, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1556, 1170, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1557, 1170, 'mb_map_prefooter', 'default'),
(1558, 1170, 'mb_footer_switch', 'default'),
(1559, 1170, 'mb_footer_column', '4'),
(1560, 1170, 'mb_footer_column2', '6-6'),
(1561, 1170, 'mb_footer_column3', '4-4-4'),
(1562, 1170, 'mb_footer_column5', '2-3-2-2-3'),
(1563, 1170, 'mb_footer_align', 'left'),
(1564, 1170, 'mb_padding_top', '70'),
(1565, 1170, 'mb_padding_bottom', '70'),
(1566, 1170, 'mb_padding_left', '0'),
(1567, 1170, 'mb_padding_right', '0'),
(1568, 1170, 'mb_footer_full_width', 'default'),
(1569, 1170, 'mb_footer_bg_size', 'cover'),
(1570, 1170, 'mb_footer_bg_color', '#ffffff'),
(1571, 1170, 'mb_footer_text_color', '#000000'),
(1572, 1170, 'mb_footer_heading_color', '#fafafa'),
(1573, 1170, 'mb_footer_bg_repeat', 'repeat'),
(1574, 1170, 'mb_footer_attachment', 'scroll'),
(1575, 1170, 'mb_footer_bg_position', 'center center'),
(1576, 1170, 'mb_copyright_switch', '1'),
(1577, 1170, 'mb_copyright_align', 'left'),
(1578, 1170, 'mb_copyright_padding_top', '20'),
(1579, 1170, 'mb_copyright_padding_bottom', '20'),
(1580, 1170, 'mb_copyright_padding_left', '0'),
(1581, 1170, 'mb_copyright_padding_right', '0'),
(1582, 1170, 'mb_copyright_bg_color', '#ffffff'),
(1583, 1170, 'mb_copyright_text_color', '#000000'),
(1584, 1170, 'mb_copyright_top_border', '1'),
(1585, 1170, 'mb_copyright_top_border_color', '#2b4764'),
(1586, 1170, 'mb_copyright_top_border_color_opacity', '1'),
(1587, 1170, 'mb_pre_footer_switch', '0'),
(1588, 1170, 'mb_pre_footer_align', 'left'),
(1589, 1170, 'mb_pre_footer_padding_top', '20'),
(1590, 1170, 'mb_pre_footer_padding_bottom', '20'),
(1591, 1170, 'mb_pre_footer_padding_left', '0'),
(1592, 1170, 'mb_pre_footer_padding_right', '0'),
(1593, 1170, 'mb_pre_footer_bottom_border', '1'),
(1594, 1170, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1595, 1170, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1596, 1170, 'mb_preloader', 'default'),
(1597, 1170, 'mb_preloader_type', 'linear'),
(1598, 1170, 'mb_preloader_background', '#ffffff'),
(1599, 1170, 'mb_preloader_item_color', '#474747'),
(1600, 1170, 'mb_preloader_item_color2', '#e94e76'),
(1601, 1170, 'mb_preloader_item_width', '120'),
(1602, 1170, 'mb_preloader_item_stroke', '2'),
(1603, 1170, 'mb_preloader_item_logo_width', '45'),
(1604, 1170, 'mb_preloader_full', '1'),
(1605, 1170, 'slide_template', 'default'),
(1606, 1170, '_elementor_edit_mode', 'builder'),
(1607, 1170, '_elementor_template_type', 'post'),
(1608, 1170, '_wp_page_template', 'default'),
(1609, 1170, '_elementor_data', '[{\"id\":\"328c0a4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cda328a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c964026\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_comments\":\"yes\",\"meta_date\":\"yes\",\"items_per_line\":\"1\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(1610, 1170, '_elementor_version', '0.4'),
(1611, 1170, 'mb_page_title_bg_image', '219'),
(1612, 1180, 'mb_page_sidebar_layout', 'none'),
(1613, 1180, 'mb_header_presets', 'default'),
(1614, 1180, 'mb_page_title_conditional', 'default'),
(1615, 1180, 'mb_page_title_use_feature_image', '0'),
(1616, 1180, 'mb_show_breadcrumbs', '0'),
(1617, 1180, 'mb_page_title_vertical_align', 'middle'),
(1618, 1180, 'mb_page_title_horizontal_align', 'center'),
(1619, 1180, 'mb_page_title_font_color', '#232325'),
(1620, 1180, 'mb_page_title_bg_color', '#ffffff'),
(1621, 1180, 'mb_page_title_bg_repeat', 'no-repeat'),
(1622, 1180, 'mb_page_title_bg_size', 'cover'),
(1623, 1180, 'mb_page_title_bg_attachment', 'scroll'),
(1624, 1180, 'mb_page_title_bg_position', 'center center'),
(1625, 1180, 'mb_page_title_height', '250'),
(1626, 1180, 'mb_page_title_top_border', '0'),
(1627, 1180, 'mb_page_title_top_border_color', '#eff0ed'),
(1628, 1180, 'mb_page_title_top_border_color_opacity', '1'),
(1629, 1180, 'mb_page_title_bottom_border', '0'),
(1630, 1180, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1631, 1180, 'mb_page_title_bottom_border_color_opacity', '1'),
(1632, 1180, 'mb_page_title_bottom_margin', '60'),
(1633, 1180, 'mb_page_title_svg_line', 'svg_line_both'),
(1634, 1180, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1635, 1180, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1636, 1180, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1637, 1180, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1638, 1180, 'mb_map_prefooter', 'default'),
(1639, 1180, 'mb_footer_switch', 'default'),
(1640, 1180, 'mb_footer_column', '4'),
(1641, 1180, 'mb_footer_column2', '6-6'),
(1642, 1180, 'mb_footer_column3', '4-4-4'),
(1643, 1180, 'mb_footer_column5', '2-3-2-2-3'),
(1644, 1180, 'mb_footer_align', 'left'),
(1645, 1180, 'mb_padding_top', '70'),
(1646, 1180, 'mb_padding_bottom', '70'),
(1647, 1180, 'mb_padding_left', '0'),
(1648, 1180, 'mb_padding_right', '0'),
(1649, 1180, 'mb_footer_full_width', 'default'),
(1650, 1180, 'mb_footer_bg_size', 'cover'),
(1651, 1180, 'mb_footer_bg_color', '#ffffff'),
(1652, 1180, 'mb_footer_text_color', '#000000'),
(1653, 1180, 'mb_footer_heading_color', '#fafafa'),
(1654, 1180, 'mb_footer_bg_repeat', 'repeat'),
(1655, 1180, 'mb_footer_attachment', 'scroll'),
(1656, 1180, 'mb_footer_bg_position', 'center center'),
(1657, 1180, 'mb_copyright_switch', '1'),
(1658, 1180, 'mb_copyright_align', 'left'),
(1659, 1180, 'mb_copyright_padding_top', '20'),
(1660, 1180, 'mb_copyright_padding_bottom', '20'),
(1661, 1180, 'mb_copyright_padding_left', '0'),
(1662, 1180, 'mb_copyright_padding_right', '0'),
(1663, 1180, 'mb_copyright_bg_color', '#ffffff'),
(1664, 1180, 'mb_copyright_text_color', '#000000'),
(1665, 1180, 'mb_copyright_top_border', '1'),
(1666, 1180, 'mb_copyright_top_border_color', '#2b4764'),
(1667, 1180, 'mb_copyright_top_border_color_opacity', '1'),
(1668, 1180, 'mb_pre_footer_switch', '0'),
(1669, 1180, 'mb_pre_footer_align', 'left'),
(1670, 1180, 'mb_pre_footer_padding_top', '20'),
(1671, 1180, 'mb_pre_footer_padding_bottom', '20'),
(1672, 1180, 'mb_pre_footer_padding_left', '0'),
(1673, 1180, 'mb_pre_footer_padding_right', '0'),
(1674, 1180, 'mb_pre_footer_bottom_border', '1'),
(1675, 1180, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1676, 1180, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1677, 1180, 'mb_preloader', 'default'),
(1678, 1180, 'mb_preloader_type', 'linear'),
(1679, 1180, 'mb_preloader_background', '#ffffff'),
(1680, 1180, 'mb_preloader_item_color', '#474747'),
(1681, 1180, 'mb_preloader_item_color2', '#e94e76'),
(1682, 1180, 'mb_preloader_item_width', '120'),
(1683, 1180, 'mb_preloader_item_stroke', '2'),
(1684, 1180, 'mb_preloader_item_logo_width', '45'),
(1685, 1180, 'mb_preloader_full', '1'),
(1686, 1180, 'slide_template', 'default'),
(1687, 1180, '_elementor_edit_mode', 'builder'),
(1688, 1180, '_elementor_template_type', 'post'),
(1689, 1180, '_wp_page_template', 'default'),
(1690, 1180, '_elementor_data', '[{\"id\":\"1f2405a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"525638e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99620fa\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_comments\":\"yes\",\"meta_date\":\"yes\",\"items_per_line\":\"2\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"6\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"meta_categories\":\"yes\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(1691, 1180, '_elementor_version', '0.4'),
(1692, 1192, 'mb_page_sidebar_layout', 'right'),
(1693, 1192, 'mb_header_presets', 'default'),
(1694, 1192, 'mb_page_title_conditional', 'yes'),
(1695, 1192, 'mb_page_title_use_feature_image', '0'),
(1696, 1192, 'mb_show_breadcrumbs', '1'),
(1697, 1192, 'mb_page_title_vertical_align', 'middle'),
(1698, 1192, 'mb_page_title_horizontal_align', 'center'),
(1699, 1192, 'mb_page_title_font_color', '#ffffff'),
(1700, 1192, 'mb_page_title_bg_color', '#ffffff'),
(1701, 1192, 'mb_page_title_bg_repeat', 'no-repeat'),
(1702, 1192, 'mb_page_title_bg_size', 'cover'),
(1703, 1192, 'mb_page_title_bg_attachment', 'scroll'),
(1704, 1192, 'mb_page_title_bg_position', 'center center'),
(1705, 1192, 'mb_page_title_height', '345'),
(1706, 1192, 'mb_page_title_top_border', '0'),
(1707, 1192, 'mb_page_title_top_border_color', '#eff0ed'),
(1708, 1192, 'mb_page_title_top_border_color_opacity', '1'),
(1709, 1192, 'mb_page_title_bottom_border', '0'),
(1710, 1192, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1711, 1192, 'mb_page_title_bottom_border_color_opacity', '1'),
(1712, 1192, 'mb_page_title_bottom_margin', '88'),
(1713, 1192, 'mb_page_title_svg_line', 'svg_line_both'),
(1714, 1192, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1715, 1192, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1716, 1192, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1717, 1192, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1718, 1192, 'mb_map_prefooter', 'default'),
(1719, 1192, 'mb_footer_switch', 'default'),
(1720, 1192, 'mb_footer_column', '4'),
(1721, 1192, 'mb_footer_column2', '6-6'),
(1722, 1192, 'mb_footer_column3', '4-4-4'),
(1723, 1192, 'mb_footer_column5', '2-3-2-2-3'),
(1724, 1192, 'mb_footer_align', 'left'),
(1725, 1192, 'mb_padding_top', '70'),
(1726, 1192, 'mb_padding_bottom', '70'),
(1727, 1192, 'mb_padding_left', '0'),
(1728, 1192, 'mb_padding_right', '0'),
(1729, 1192, 'mb_footer_full_width', 'default'),
(1730, 1192, 'mb_footer_bg_size', 'cover'),
(1731, 1192, 'mb_footer_bg_color', '#ffffff'),
(1732, 1192, 'mb_footer_text_color', '#000000'),
(1733, 1192, 'mb_footer_heading_color', '#fafafa'),
(1734, 1192, 'mb_footer_bg_repeat', 'repeat'),
(1735, 1192, 'mb_footer_attachment', 'scroll'),
(1736, 1192, 'mb_footer_bg_position', 'center center'),
(1737, 1192, 'mb_copyright_switch', '1'),
(1738, 1192, 'mb_copyright_align', 'left'),
(1739, 1192, 'mb_copyright_padding_top', '20'),
(1740, 1192, 'mb_copyright_padding_bottom', '20'),
(1741, 1192, 'mb_copyright_padding_left', '0'),
(1742, 1192, 'mb_copyright_padding_right', '0'),
(1743, 1192, 'mb_copyright_bg_color', '#ffffff'),
(1744, 1192, 'mb_copyright_text_color', '#000000'),
(1745, 1192, 'mb_copyright_top_border', '1'),
(1746, 1192, 'mb_copyright_top_border_color', '#2b4764'),
(1747, 1192, 'mb_copyright_top_border_color_opacity', '1'),
(1748, 1192, 'mb_pre_footer_switch', '0'),
(1749, 1192, 'mb_pre_footer_align', 'left'),
(1750, 1192, 'mb_pre_footer_padding_top', '20'),
(1751, 1192, 'mb_pre_footer_padding_bottom', '20'),
(1752, 1192, 'mb_pre_footer_padding_left', '0'),
(1753, 1192, 'mb_pre_footer_padding_right', '0'),
(1754, 1192, 'mb_pre_footer_bottom_border', '1'),
(1755, 1192, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1756, 1192, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1757, 1192, 'mb_preloader', 'default'),
(1758, 1192, 'mb_preloader_type', 'linear'),
(1759, 1192, 'mb_preloader_background', '#ffffff'),
(1760, 1192, 'mb_preloader_item_color', '#474747'),
(1761, 1192, 'mb_preloader_item_color2', '#e94e76'),
(1762, 1192, 'mb_preloader_item_width', '120'),
(1763, 1192, 'mb_preloader_item_stroke', '2'),
(1764, 1192, 'mb_preloader_item_logo_width', '45'),
(1765, 1192, 'mb_preloader_full', '1'),
(1767, 1192, '_elementor_edit_mode', 'builder'),
(1768, 1192, '_elementor_template_type', 'wp-post'),
(1769, 1192, '_wp_page_template', 'default'),
(1770, 1192, '_elementor_data', '[{\"id\":\"695f2da\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b4aad22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a32bc16\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_comments\":\"yes\",\"meta_date\":\"yes\",\"items_per_line\":\"1\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"share\":\"yes\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(1771, 1192, '_elementor_version', '3.12.0'),
(1772, 1192, 'mb_page_sidebar_def', 'sidebar_main-sidebar'),
(1774, 1228, 'mb_page_sidebar_layout', 'default'),
(1775, 1228, 'mb_header_presets', 'default'),
(1776, 1228, 'mb_page_title_conditional', 'yes'),
(1777, 1228, 'mb_page_title_use_feature_image', '0'),
(1778, 1228, 'mb_show_breadcrumbs', '1'),
(1779, 1228, 'mb_page_title_vertical_align', 'middle'),
(1780, 1228, 'mb_page_title_horizontal_align', 'center'),
(1781, 1228, 'mb_page_title_font_color', '#ffffff'),
(1782, 1228, 'mb_page_title_bg_color', '#ffffff'),
(1783, 1228, 'mb_page_title_bg_repeat', 'no-repeat'),
(1784, 1228, 'mb_page_title_bg_size', 'cover'),
(1785, 1228, 'mb_page_title_bg_attachment', 'scroll'),
(1786, 1228, 'mb_page_title_bg_position', 'center center'),
(1787, 1228, 'mb_page_title_height', '345'),
(1788, 1228, 'mb_page_title_top_border', '0'),
(1789, 1228, 'mb_page_title_top_border_color', '#eff0ed'),
(1790, 1228, 'mb_page_title_top_border_color_opacity', '1'),
(1791, 1228, 'mb_page_title_bottom_border', '0'),
(1792, 1228, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1793, 1228, 'mb_page_title_bottom_border_color_opacity', '1'),
(1794, 1228, 'mb_page_title_bottom_margin', '90'),
(1795, 1228, 'mb_page_title_svg_line', 'svg_line_both'),
(1796, 1228, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1797, 1228, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1798, 1228, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1799, 1228, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1800, 1228, 'mb_map_prefooter', 'default'),
(1801, 1228, 'mb_footer_switch', 'default'),
(1802, 1228, 'mb_footer_column', '4'),
(1803, 1228, 'mb_footer_column2', '6-6'),
(1804, 1228, 'mb_footer_column3', '4-4-4'),
(1805, 1228, 'mb_footer_column5', '2-3-2-2-3'),
(1806, 1228, 'mb_footer_align', 'left'),
(1807, 1228, 'mb_padding_top', '70'),
(1808, 1228, 'mb_padding_bottom', '70'),
(1809, 1228, 'mb_padding_left', '0'),
(1810, 1228, 'mb_padding_right', '0'),
(1811, 1228, 'mb_footer_full_width', 'default'),
(1812, 1228, 'mb_footer_bg_size', 'cover'),
(1813, 1228, 'mb_footer_bg_color', '#ffffff'),
(1814, 1228, 'mb_footer_text_color', '#000000'),
(1815, 1228, 'mb_footer_heading_color', '#fafafa'),
(1816, 1228, 'mb_footer_bg_repeat', 'repeat'),
(1817, 1228, 'mb_footer_attachment', 'scroll'),
(1818, 1228, 'mb_footer_bg_position', 'center center'),
(1819, 1228, 'mb_copyright_switch', '1'),
(1820, 1228, 'mb_copyright_align', 'left'),
(1821, 1228, 'mb_copyright_padding_top', '20'),
(1822, 1228, 'mb_copyright_padding_bottom', '20'),
(1823, 1228, 'mb_copyright_padding_left', '0'),
(1824, 1228, 'mb_copyright_padding_right', '0'),
(1825, 1228, 'mb_copyright_bg_color', '#ffffff'),
(1826, 1228, 'mb_copyright_text_color', '#000000'),
(1827, 1228, 'mb_copyright_top_border', '1'),
(1828, 1228, 'mb_copyright_top_border_color', '#2b4764'),
(1829, 1228, 'mb_copyright_top_border_color_opacity', '1'),
(1830, 1228, 'mb_pre_footer_switch', '0'),
(1831, 1228, 'mb_pre_footer_align', 'left'),
(1832, 1228, 'mb_pre_footer_padding_top', '20'),
(1833, 1228, 'mb_pre_footer_padding_bottom', '20'),
(1834, 1228, 'mb_pre_footer_padding_left', '0'),
(1835, 1228, 'mb_pre_footer_padding_right', '0'),
(1836, 1228, 'mb_pre_footer_bottom_border', '1'),
(1837, 1228, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1838, 1228, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1839, 1228, 'mb_preloader', 'default'),
(1840, 1228, 'mb_preloader_type', 'linear'),
(1841, 1228, 'mb_preloader_background', '#ffffff'),
(1842, 1228, 'mb_preloader_item_color', '#474747'),
(1843, 1228, 'mb_preloader_item_color2', '#e94e76'),
(1844, 1228, 'mb_preloader_item_width', '120'),
(1845, 1228, 'mb_preloader_item_stroke', '2'),
(1846, 1228, 'mb_preloader_item_logo_width', '45'),
(1847, 1228, 'mb_preloader_full', '1'),
(1848, 1228, 'slide_template', 'default'),
(1849, 1228, 'mb_page_title_bg_image', '1437'),
(1850, 1403, 'mb_page_sidebar_layout', 'none'),
(1851, 1403, 'mb_header_presets', 'default'),
(1852, 1403, 'mb_page_title_conditional', 'default'),
(1853, 1403, 'mb_page_title_use_feature_image', '0'),
(1854, 1403, 'mb_show_breadcrumbs', '0'),
(1855, 1403, 'mb_page_title_vertical_align', 'middle'),
(1856, 1403, 'mb_page_title_horizontal_align', 'center'),
(1857, 1403, 'mb_page_title_font_color', '#232325'),
(1858, 1403, 'mb_page_title_bg_color', '#ffffff'),
(1859, 1403, 'mb_page_title_bg_repeat', 'no-repeat'),
(1860, 1403, 'mb_page_title_bg_size', 'cover'),
(1861, 1403, 'mb_page_title_bg_attachment', 'scroll'),
(1862, 1403, 'mb_page_title_bg_position', 'center center'),
(1863, 1403, 'mb_page_title_height', '250'),
(1864, 1403, 'mb_page_title_top_border', '0'),
(1865, 1403, 'mb_page_title_top_border_color', '#eff0ed'),
(1866, 1403, 'mb_page_title_top_border_color_opacity', '1'),
(1867, 1403, 'mb_page_title_bottom_border', '0'),
(1868, 1403, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1869, 1403, 'mb_page_title_bottom_border_color_opacity', '1'),
(1870, 1403, 'mb_page_title_bottom_margin', '60'),
(1871, 1403, 'mb_page_title_svg_line', 'svg_line_both'),
(1872, 1403, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1873, 1403, 'mb_page_title_svg_line_top_color_opacity', '1'),
(1874, 1403, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1875, 1403, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1876, 1403, 'mb_map_prefooter', 'default'),
(1877, 1403, 'mb_footer_switch', 'default'),
(1878, 1403, 'mb_footer_column', '4'),
(1879, 1403, 'mb_footer_column2', '6-6'),
(1880, 1403, 'mb_footer_column3', '4-4-4'),
(1881, 1403, 'mb_footer_column5', '2-3-2-2-3'),
(1882, 1403, 'mb_footer_align', 'left'),
(1883, 1403, 'mb_padding_top', '70'),
(1884, 1403, 'mb_padding_bottom', '70'),
(1885, 1403, 'mb_padding_left', '0'),
(1886, 1403, 'mb_padding_right', '0'),
(1887, 1403, 'mb_footer_full_width', 'default'),
(1888, 1403, 'mb_footer_bg_size', 'cover'),
(1889, 1403, 'mb_footer_bg_color', '#ffffff'),
(1890, 1403, 'mb_footer_text_color', '#000000'),
(1891, 1403, 'mb_footer_heading_color', '#fafafa'),
(1892, 1403, 'mb_footer_bg_repeat', 'repeat'),
(1893, 1403, 'mb_footer_attachment', 'scroll'),
(1894, 1403, 'mb_footer_bg_position', 'center center'),
(1895, 1403, 'mb_copyright_switch', '1'),
(1896, 1403, 'mb_copyright_align', 'left'),
(1897, 1403, 'mb_copyright_padding_top', '20'),
(1898, 1403, 'mb_copyright_padding_bottom', '20'),
(1899, 1403, 'mb_copyright_padding_left', '0'),
(1900, 1403, 'mb_copyright_padding_right', '0'),
(1901, 1403, 'mb_copyright_bg_color', '#ffffff'),
(1902, 1403, 'mb_copyright_text_color', '#000000'),
(1903, 1403, 'mb_copyright_top_border', '1'),
(1904, 1403, 'mb_copyright_top_border_color', '#2b4764'),
(1905, 1403, 'mb_copyright_top_border_color_opacity', '1'),
(1906, 1403, 'mb_pre_footer_switch', '0'),
(1907, 1403, 'mb_pre_footer_align', 'left'),
(1908, 1403, 'mb_pre_footer_padding_top', '20'),
(1909, 1403, 'mb_pre_footer_padding_bottom', '20'),
(1910, 1403, 'mb_pre_footer_padding_left', '0'),
(1911, 1403, 'mb_pre_footer_padding_right', '0'),
(1912, 1403, 'mb_pre_footer_bottom_border', '1'),
(1913, 1403, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1914, 1403, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1915, 1403, 'mb_preloader', 'default'),
(1916, 1403, 'mb_preloader_type', 'linear'),
(1917, 1403, 'mb_preloader_background', '#ffffff'),
(1918, 1403, 'mb_preloader_item_color', '#474747'),
(1919, 1403, 'mb_preloader_item_color2', '#e94e76'),
(1920, 1403, 'mb_preloader_item_width', '120'),
(1921, 1403, 'mb_preloader_item_stroke', '2'),
(1922, 1403, 'mb_preloader_item_logo_width', '45'),
(1923, 1403, 'mb_preloader_full', '1'),
(1924, 1403, 'slide_template', 'default'),
(1925, 1403, '_wp_page_template', 'full-width.php'),
(1926, 1403, '_elementor_edit_mode', 'builder'),
(1927, 1403, '_elementor_template_type', 'post'),
(1928, 1403, '_elementor_data', '[{\"id\":\"a370e10\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d982d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a63928\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_categories\":\"yes\",\"meta_date\":\"yes\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"8\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(1929, 1403, '_elementor_version', '0.4'),
(1930, 1496, 'mb_page_sidebar_layout', 'none'),
(1931, 1496, 'mb_header_presets', 'default'),
(1932, 1496, 'mb_page_title_conditional', 'no'),
(1933, 1496, 'mb_page_title_use_feature_image', '0'),
(1934, 1496, 'mb_show_breadcrumbs', '0'),
(1935, 1496, 'mb_page_title_vertical_align', 'middle'),
(1936, 1496, 'mb_page_title_horizontal_align', 'center'),
(1937, 1496, 'mb_page_title_font_color', '#232325'),
(1938, 1496, 'mb_page_title_bg_color', '#ffffff'),
(1939, 1496, 'mb_page_title_bg_repeat', 'no-repeat'),
(1940, 1496, 'mb_page_title_bg_size', 'cover'),
(1941, 1496, 'mb_page_title_bg_attachment', 'scroll'),
(1942, 1496, 'mb_page_title_bg_position', 'center center'),
(1943, 1496, 'mb_page_title_height', '250'),
(1944, 1496, 'mb_page_title_top_border', '0'),
(1945, 1496, 'mb_page_title_top_border_color', '#eff0ed'),
(1946, 1496, 'mb_page_title_top_border_color_opacity', '1'),
(1947, 1496, 'mb_page_title_bottom_border', '0'),
(1948, 1496, 'mb_page_title_bottom_border_color', '#eff0ed'),
(1949, 1496, 'mb_page_title_bottom_border_color_opacity', '1'),
(1950, 1496, 'mb_page_title_bottom_margin', '60'),
(1951, 1496, 'mb_page_title_svg_line', 'svg_line_both'),
(1952, 1496, 'mb_page_title_svg_line_top_color', '#ffffff'),
(1953, 1496, 'mb_page_title_svg_line_top_color_opacity', '1');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1954, 1496, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(1955, 1496, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(1956, 1496, 'mb_map_prefooter', 'default'),
(1957, 1496, 'mb_footer_switch', 'default'),
(1958, 1496, 'mb_footer_column', '4'),
(1959, 1496, 'mb_footer_column2', '6-6'),
(1960, 1496, 'mb_footer_column3', '4-4-4'),
(1961, 1496, 'mb_footer_column5', '2-3-2-2-3'),
(1962, 1496, 'mb_footer_align', 'left'),
(1963, 1496, 'mb_padding_top', '70'),
(1964, 1496, 'mb_padding_bottom', '70'),
(1965, 1496, 'mb_padding_left', '0'),
(1966, 1496, 'mb_padding_right', '0'),
(1967, 1496, 'mb_footer_full_width', 'default'),
(1968, 1496, 'mb_footer_bg_size', 'cover'),
(1969, 1496, 'mb_footer_bg_color', '#ffffff'),
(1970, 1496, 'mb_footer_text_color', '#000000'),
(1971, 1496, 'mb_footer_heading_color', '#fafafa'),
(1972, 1496, 'mb_footer_bg_repeat', 'repeat'),
(1973, 1496, 'mb_footer_attachment', 'scroll'),
(1974, 1496, 'mb_footer_bg_position', 'center center'),
(1975, 1496, 'mb_copyright_switch', '1'),
(1976, 1496, 'mb_copyright_align', 'left'),
(1977, 1496, 'mb_copyright_padding_top', '20'),
(1978, 1496, 'mb_copyright_padding_bottom', '20'),
(1979, 1496, 'mb_copyright_padding_left', '0'),
(1980, 1496, 'mb_copyright_padding_right', '0'),
(1981, 1496, 'mb_copyright_bg_color', '#ffffff'),
(1982, 1496, 'mb_copyright_text_color', '#000000'),
(1983, 1496, 'mb_copyright_top_border', '1'),
(1984, 1496, 'mb_copyright_top_border_color', '#2b4764'),
(1985, 1496, 'mb_copyright_top_border_color_opacity', '1'),
(1986, 1496, 'mb_pre_footer_switch', '0'),
(1987, 1496, 'mb_pre_footer_align', 'left'),
(1988, 1496, 'mb_pre_footer_padding_top', '20'),
(1989, 1496, 'mb_pre_footer_padding_bottom', '20'),
(1990, 1496, 'mb_pre_footer_padding_left', '0'),
(1991, 1496, 'mb_pre_footer_padding_right', '0'),
(1992, 1496, 'mb_pre_footer_bottom_border', '1'),
(1993, 1496, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(1994, 1496, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(1995, 1496, 'mb_preloader', 'default'),
(1996, 1496, 'mb_preloader_type', 'linear'),
(1997, 1496, 'mb_preloader_background', '#ffffff'),
(1998, 1496, 'mb_preloader_item_color', '#474747'),
(1999, 1496, 'mb_preloader_item_color2', '#e94e76'),
(2000, 1496, 'mb_preloader_item_width', '120'),
(2001, 1496, 'mb_preloader_item_stroke', '2'),
(2002, 1496, 'mb_preloader_item_logo_width', '45'),
(2003, 1496, 'mb_preloader_full', '1'),
(2004, 1496, 'slide_template', 'default'),
(2005, 1496, '_elementor_edit_mode', 'builder'),
(2006, 1496, '_elementor_template_type', 'post'),
(2007, 1496, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2008, 1496, '_elementor_data', '[{\"id\":\"5b36caa6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"423dc31a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"426322f1\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65086282\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":18,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"46f92ec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"278465dc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"5f957f68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1a094a89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"50e3e189\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"768717f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"50ddac23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a538f2c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"237fecd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2e7093d1\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"1733a497\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e6d2b3\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"10b36c5\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1415d7a7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"66662e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"13bbf6c9\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"227084fd\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"5e9d181b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc80c9a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"2e46c5aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32e046d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7bf73f1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"497bfb2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"58ccbade\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2503fd9b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1f3dcab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"25dc2983\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5dc7c169\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8002de\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d812dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1cca7fe\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4949efea\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d5cfc74\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":47,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_02.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"16a053a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7df966f0\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"1113a239\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1033ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7f3ea7a1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58d7f2f2\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"3067140d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"793ab826\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"420339a5\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"65b93052\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"27af00c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"255c2f25\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5ba7c5a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"61563d1e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75a2019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dfd832e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1334bcb2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"6e163d27\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f3d6e3d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"13b8499f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72ce7087\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5a290f04\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3a80c977\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b3122d3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3eec405\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"102d19c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f98bbab\",\"elType\":\"widget\",\"settings\":{\"slides\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26279157\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03.jpg\",\"id\":104},\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"64861d5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"39785b38\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"36e33a58\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"1ff33b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4c5fccad\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28ec0bb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2c687570\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":80},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"6a780e86\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"131660d1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7f73454\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"1d588943\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"7c460499\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"22a65552\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"50a1b76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"131b2ff6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"520a69e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"54d239cf\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3ffb1207\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"632bad96\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"19b651db\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6910dff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190}},\"elements\":[{\"id\":\"12d1dec1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"738b714\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"38f65737\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ce43b49\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3f8a4b80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85ed03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"25d09b40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"6219b574\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5fdd4881\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"166756f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2fc2298e\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"1259fabb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2847a555\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"6c7c90b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"305a9629\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12363ad1\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1836133d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_bg_img_03-1.jpg\",\"id\":142},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44d2fe1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f455a02\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"639965a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"202ad5b1\",\"elType\":\"widget\",\"settings\":{\"type\":\"style1\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah-Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"136\",\"height\":\"136\"},\"text_align\":\"center\",\"color_title\":\"#d1d1d1\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#c9c9c9\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba4f8ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#b2b74a\",\"css_classes\":\"gt3_img_brands\"},\"elements\":[{\"id\":\"4925c0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"32193077\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"16ad6c5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-309 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_1.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"51\\\" \\/>\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"725bf43\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"5bc1d157\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"58e4a80e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"430f1550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-310 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_2.png\\\" alt=\\\"\\\" width=\\\"161\\\" height=\\\"53\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52d628a2\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"1ab8244d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6d7581e6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"548996c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-151 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_03.png\\\" alt=\\\"\\\" width=\\\"148\\\" height=\\\"48\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4374db5a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"402c6b9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"37589018\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7f49ab34\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-149 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_04.png\\\" alt=\\\"\\\" width=\\\"114\\\" height=\\\"47\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aaf80a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2796935a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"59cbd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30f76b7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa0277f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34},\"elements\":[{\"id\":\"70a02090\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7bd74c9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7fdd52b0\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"7eeb2fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b91a741\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"357a7b33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4812fe09\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"21dad6f1\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"39ea37de\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28bc7337\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"702eaaf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"6de35ed2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b77349c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"319fca8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"22d571b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"20682d96\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"285bb51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"45a58b48\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2009, 1496, '_elementor_version', '0.4'),
(2012, 247, 'mb_page_sidebar_layout', 'none'),
(2013, 247, 'mb_header_presets', 'default'),
(2014, 247, 'mb_page_title_conditional', 'default'),
(2015, 247, 'mb_page_title_use_feature_image', '0'),
(2016, 247, 'mb_show_breadcrumbs', '0'),
(2017, 247, 'mb_page_title_vertical_align', 'middle'),
(2018, 247, 'mb_page_title_horizontal_align', 'center'),
(2019, 247, 'mb_page_title_font_color', '#232325'),
(2020, 247, 'mb_page_title_bg_color', '#ffffff'),
(2021, 247, 'mb_page_title_bg_repeat', 'no-repeat'),
(2022, 247, 'mb_page_title_bg_size', 'cover'),
(2023, 247, 'mb_page_title_bg_attachment', 'scroll'),
(2024, 247, 'mb_page_title_bg_position', 'center center'),
(2025, 247, 'mb_page_title_height', '250'),
(2026, 247, 'mb_page_title_top_border', '0'),
(2027, 247, 'mb_page_title_top_border_color', '#eff0ed'),
(2028, 247, 'mb_page_title_top_border_color_opacity', '1'),
(2029, 247, 'mb_page_title_bottom_border', '0'),
(2030, 247, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2031, 247, 'mb_page_title_bottom_border_color_opacity', '1'),
(2032, 247, 'mb_page_title_bottom_margin', '60'),
(2033, 247, 'mb_page_title_svg_line', 'svg_line_both'),
(2034, 247, 'mb_page_title_svg_line_top_color', '#ffffff'),
(2035, 247, 'mb_page_title_svg_line_top_color_opacity', '1'),
(2036, 247, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(2037, 247, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(2038, 247, 'mb_map_prefooter', 'default'),
(2039, 247, 'mb_footer_switch', 'default'),
(2040, 247, 'mb_footer_column', '4'),
(2041, 247, 'mb_footer_column2', '6-6'),
(2042, 247, 'mb_footer_column3', '4-4-4'),
(2043, 247, 'mb_footer_column5', '2-3-2-2-3'),
(2044, 247, 'mb_footer_align', 'left'),
(2045, 247, 'mb_padding_top', '70'),
(2046, 247, 'mb_padding_bottom', '70'),
(2047, 247, 'mb_padding_left', '0'),
(2048, 247, 'mb_padding_right', '0'),
(2049, 247, 'mb_footer_full_width', 'default'),
(2050, 247, 'mb_footer_bg_size', 'cover'),
(2051, 247, 'mb_footer_bg_color', '#ffffff'),
(2052, 247, 'mb_footer_text_color', '#000000'),
(2053, 247, 'mb_footer_heading_color', '#fafafa'),
(2054, 247, 'mb_footer_bg_repeat', 'repeat'),
(2055, 247, 'mb_footer_attachment', 'scroll'),
(2056, 247, 'mb_footer_bg_position', 'center center'),
(2057, 247, 'mb_copyright_switch', '1'),
(2058, 247, 'mb_copyright_align', 'left'),
(2059, 247, 'mb_copyright_padding_top', '20'),
(2060, 247, 'mb_copyright_padding_bottom', '20'),
(2061, 247, 'mb_copyright_padding_left', '0'),
(2062, 247, 'mb_copyright_padding_right', '0'),
(2063, 247, 'mb_copyright_bg_color', '#ffffff'),
(2064, 247, 'mb_copyright_text_color', '#000000'),
(2065, 247, 'mb_copyright_top_border', '1'),
(2066, 247, 'mb_copyright_top_border_color', '#2b4764'),
(2067, 247, 'mb_copyright_top_border_color_opacity', '1'),
(2068, 247, 'mb_pre_footer_switch', '0'),
(2069, 247, 'mb_pre_footer_align', 'left'),
(2070, 247, 'mb_pre_footer_padding_top', '20'),
(2071, 247, 'mb_pre_footer_padding_bottom', '20'),
(2072, 247, 'mb_pre_footer_padding_left', '0'),
(2073, 247, 'mb_pre_footer_padding_right', '0'),
(2074, 247, 'mb_pre_footer_bottom_border', '1'),
(2075, 247, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(2076, 247, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(2078, 247, '_thumbnail_id', '1828'),
(2079, 247, '_elementor_edit_mode', 'builder'),
(2080, 247, '_elementor_template_type', 'wp-post'),
(2081, 247, '_wp_page_template', 'default'),
(2082, 247, '_elementor_data', '[{\"id\":\"773ec6c0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a99f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19f02f07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng ng\\u00e0y n\\u00e0y, C\\u00f4ng ty CP DT v\\u00e0 PT I AM V lu\\u00f4n ch\\u00e0o \\u0111\\u00f3n kh\\u00e1ch t\\u1edbi tham quan t\\u1ea1i gian h\\u00e0ng, t\\u1ea1i \\u0111\\u00e2y kh\\u00e1ch l\\u00fac n\\u00e0o c\\u0169ng \\u0111\\u00f4ng vui v\\u00e0 \\u0111\\u01b0\\u1ee3c m\\u1eddi \\u0103n th\\u1eed CHU\\u1ed0I S\\u1ea4Y D\\u1ebaO XU\\u1ea4T KH\\u1ea8U t\\u1ea1i gian h\\u00e0ng. Ngo\\u00e0i chu\\u1ed1i s\\u1ea5y d\\u1ebbo v\\u1ecb truy\\u1ec1n th\\u1ed1ng th\\u01a1m ngon m\\u1edbi l\\u1ea1, kh\\u00e1ch c\\u00f2n th\\u01b0\\u1edfng th\\u1ee9c th\\u00eam c\\u00e1c v\\u1ef5 kh\\u00e1c nh\\u01b0: Chu\\u1ed1i s\\u1ea5y d\\u1ebbo v\\u1ecb Phomai, v\\u1ecb T\\u1eafc, Qu\\u1ebf, G\\u1eebng, D\\u1eeba n\\u1ea1o v\\u00e0 Socola.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"161b715\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d10b343\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e8f0ad9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/02\\/20191230121701_Anh-trien-lam-quay-chuoi.jpg\",\"id\":1697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2083, 247, '_elementor_version', '3.12.0'),
(2084, 247, '_wp_old_date', '2019-01-28'),
(2085, 339, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2086, 339, '_sku', ''),
(2087, 339, '_regular_price', '12.99'),
(2088, 339, '_sale_price', ''),
(2089, 339, '_sale_price_dates_from', ''),
(2090, 339, '_sale_price_dates_to', ''),
(2091, 339, 'total_sales', '0'),
(2092, 339, '_tax_status', 'taxable'),
(2093, 339, '_tax_class', ''),
(2094, 339, '_manage_stock', 'no'),
(2095, 339, '_backorders', 'no'),
(2096, 339, '_sold_individually', 'no'),
(2097, 339, '_weight', ''),
(2098, 339, '_length', ''),
(2099, 339, '_width', ''),
(2100, 339, '_height', ''),
(2101, 339, '_upsell_ids', 'a:0:{}'),
(2102, 339, '_crosssell_ids', 'a:0:{}'),
(2103, 339, '_purchase_note', ''),
(2104, 339, '_default_attributes', 'a:0:{}'),
(2105, 339, '_virtual', 'no'),
(2106, 339, '_downloadable', 'no'),
(2107, 339, '_product_image_gallery', ''),
(2108, 339, '_download_limit', '-1'),
(2109, 339, '_download_expiry', '-1'),
(2110, 339, '_stock', ''),
(2111, 339, '_stock_status', 'instock'),
(2112, 339, '_wc_average_rating', '0'),
(2113, 339, '_wc_rating_count', 'a:0:{}'),
(2114, 339, '_wc_review_count', '0'),
(2115, 339, '_downloadable_files', 'a:0:{}'),
(2116, 339, '_product_attributes', 'a:0:{}'),
(2117, 339, '_product_version', '3.5.5'),
(2118, 339, '_price', '12.99'),
(2119, 339, 'mb_general_gap', 'default'),
(2120, 339, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(2121, 339, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(2122, 339, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2123, 339, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2124, 339, 'mb_page_sidebar_layout', 'default'),
(2125, 339, 'mb_page_title_conditional', 'default'),
(2126, 339, 'mb_show_breadcrumbs', '1'),
(2127, 339, 'mb_page_title_vertical_align', 'middle'),
(2128, 339, 'mb_page_title_horizontal_align', 'center'),
(2129, 339, 'mb_page_title_font_color', '#232325'),
(2130, 339, 'mb_page_title_bg_color', '#ffffff'),
(2131, 339, 'mb_page_title_bg_repeat', 'repeat'),
(2132, 339, 'mb_page_title_bg_size', 'cover'),
(2133, 339, 'mb_page_title_bg_attachment', 'scroll'),
(2134, 339, 'mb_page_title_bg_position', 'center center'),
(2135, 339, 'mb_page_title_height', '200'),
(2136, 339, 'mb_page_title_top_border', '0'),
(2137, 339, 'mb_page_title_top_border_color', '#eff0ed'),
(2138, 339, 'mb_page_title_top_border_color_opacity', '1'),
(2139, 339, 'mb_page_title_bottom_border', '0'),
(2140, 339, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2141, 339, 'mb_page_title_bottom_border_color_opacity', '1'),
(2142, 339, 'mb_page_title_bottom_margin', '50'),
(2143, 339, 'mb_single_product', 'default'),
(2144, 339, 'mb_thumbnails_layout', 'horizontal'),
(2145, 339, 'mb_product_container', 'container'),
(2146, 339, 'mb_sticky_thumb', '0'),
(2147, 339, 'mb_img_size_guide', 'default'),
(2148, 339, 'mb_classic_tab', '0'),
(2149, 339, 'mb_img_size_masonry', 'small_h_rect'),
(2150, 339, '_checkbox_hot', 'no'),
(2151, 339, '_checkbox_new', 'no'),
(2152, 339, 'slide_template', 'default'),
(2153, 339, 'gt3_new_product_tab_meta_value_key', ''),
(2154, 339, 'gt3_product_subtitle_meta_value_key', ''),
(2155, 339, '_welcome_popup', 'default'),
(2156, 339, '_enable_popup', '0'),
(2157, 339, '_newsletter-show-name', '0'),
(2158, 339, '_show_title', '0'),
(2159, 339, '_show_thumbnail', '0'),
(2160, 339, '_show_price', '0'),
(2161, 339, '_show_add_to_cart', '0'),
(2162, 339, '_show_summary', '0'),
(2163, 339, 'mb_header_presets', 'default'),
(2164, 339, 'mb_page_title_use_feature_image', '0'),
(2165, 339, '_low_stock_amount', ''),
(2166, 339, '_thumbnail_id', '1243'),
(2169, 503, '_thumbnail_id', '259'),
(2170, 503, 'mb_page_sidebar_layout', 'default'),
(2171, 503, 'mb_header_presets', 'default'),
(2172, 503, 'mb_page_title_conditional', 'default'),
(2173, 503, 'mb_page_title_use_feature_image', '0'),
(2174, 503, 'mb_show_breadcrumbs', '0'),
(2175, 503, 'mb_page_title_vertical_align', 'middle'),
(2176, 503, 'mb_page_title_horizontal_align', 'center'),
(2177, 503, 'mb_page_title_font_color', '#232325'),
(2178, 503, 'mb_page_title_bg_color', '#ffffff'),
(2179, 503, 'mb_page_title_bg_repeat', 'no-repeat'),
(2180, 503, 'mb_page_title_bg_size', 'cover'),
(2181, 503, 'mb_page_title_bg_attachment', 'scroll'),
(2182, 503, 'mb_page_title_bg_position', 'center center'),
(2183, 503, 'mb_page_title_height', '250'),
(2184, 503, 'mb_page_title_top_border', '0'),
(2185, 503, 'mb_page_title_top_border_color', '#eff0ed'),
(2186, 503, 'mb_page_title_top_border_color_opacity', '1'),
(2187, 503, 'mb_page_title_bottom_border', '0'),
(2188, 503, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2189, 503, 'mb_page_title_bottom_border_color_opacity', '1'),
(2190, 503, 'mb_page_title_bottom_margin', '60'),
(2191, 503, 'mb_page_title_svg_line', 'svg_line_both'),
(2192, 503, 'mb_page_title_svg_line_top_color', '#ffffff'),
(2193, 503, 'mb_page_title_svg_line_top_color_opacity', '1'),
(2194, 503, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(2195, 503, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(2196, 503, 'mb_map_prefooter', 'default'),
(2197, 503, 'mb_footer_switch', 'default'),
(2198, 503, 'mb_footer_column', '4'),
(2199, 503, 'mb_footer_column2', '6-6'),
(2200, 503, 'mb_footer_column3', '4-4-4'),
(2201, 503, 'mb_footer_column5', '2-3-2-2-3'),
(2202, 503, 'mb_footer_align', 'left'),
(2203, 503, 'mb_padding_top', '70'),
(2204, 503, 'mb_padding_bottom', '70'),
(2205, 503, 'mb_padding_left', '0'),
(2206, 503, 'mb_padding_right', '0'),
(2207, 503, 'mb_footer_full_width', 'default'),
(2208, 503, 'mb_footer_bg_size', 'cover'),
(2209, 503, 'mb_footer_bg_color', '#ffffff'),
(2210, 503, 'mb_footer_text_color', '#000000'),
(2211, 503, 'mb_footer_heading_color', '#fafafa'),
(2212, 503, 'mb_footer_bg_repeat', 'repeat'),
(2213, 503, 'mb_footer_attachment', 'scroll'),
(2214, 503, 'mb_footer_bg_position', 'center center'),
(2215, 503, 'mb_copyright_switch', '1'),
(2216, 503, 'mb_copyright_align', 'left'),
(2217, 503, 'mb_copyright_padding_top', '20'),
(2218, 503, 'mb_copyright_padding_bottom', '20'),
(2219, 503, 'mb_copyright_padding_left', '0'),
(2220, 503, 'mb_copyright_padding_right', '0'),
(2221, 503, 'mb_copyright_bg_color', '#ffffff'),
(2222, 503, 'mb_copyright_text_color', '#000000'),
(2223, 503, 'mb_copyright_top_border', '1'),
(2224, 503, 'mb_copyright_top_border_color', '#2b4764'),
(2225, 503, 'mb_copyright_top_border_color_opacity', '1'),
(2226, 503, 'mb_pre_footer_switch', '0'),
(2227, 503, 'mb_pre_footer_align', 'left'),
(2228, 503, 'mb_pre_footer_padding_top', '20'),
(2229, 503, 'mb_pre_footer_padding_bottom', '20'),
(2230, 503, 'mb_pre_footer_padding_left', '0'),
(2231, 503, 'mb_pre_footer_padding_right', '0'),
(2232, 503, 'mb_pre_footer_bottom_border', '1'),
(2233, 503, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(2234, 503, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(2235, 503, 'slide_template', 'default'),
(2236, 503, '_elementor_edit_mode', 'builder'),
(2237, 503, '_elementor_template_type', 'post'),
(2238, 503, '_wp_page_template', 'default'),
(2239, 503, '_elementor_data', '[{\"id\":\"7b21c00c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"73e396e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6c14f728\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Phasellus lobortis ut eros ut efficitur. Cras dapibus, quam at vulputate molestie, ante ipsum condimentum quam, id <em><span style=\\\"color: #b2b74a;\\\">bibendum libero<\\/span><\\/em> sapien ullamcorper elit. Praesent posuere venenatis ante, in lobortis risus euismod lobortis. Fusce nec ipsum libero. Curabitur efficitur fermentum tellus pulvinar mattis. Praesent eu dolor libero. Mauris vulputate rutrum erat vitae ullamcorper.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbc4fc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f3330bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"247e123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f37fa84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f958745\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35b7d542\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"374b840b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"527a1f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6379ca53\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d16e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"11a979af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8d00ba\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"574aeb36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3ea07568\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2240, 503, '_elementor_version', '0.4'),
(2241, 503, 'post_format_video_oEmbed', 'https://www.youtube.com/watch?v=epONiSWwaTw'),
(2244, 510, 'post_format_qoute_author', 'Steve Jobs'),
(2245, 510, 'post_format_qoute_text', 'Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est. '),
(2246, 510, 'mb_page_sidebar_layout', 'default'),
(2247, 510, 'mb_header_presets', 'default'),
(2248, 510, 'mb_page_title_conditional', 'default'),
(2249, 510, 'mb_page_title_use_feature_image', '0'),
(2250, 510, 'mb_show_breadcrumbs', '0'),
(2251, 510, 'mb_page_title_vertical_align', 'middle'),
(2252, 510, 'mb_page_title_horizontal_align', 'center'),
(2253, 510, 'mb_page_title_font_color', '#232325'),
(2254, 510, 'mb_page_title_bg_color', '#ffffff'),
(2255, 510, 'mb_page_title_bg_repeat', 'no-repeat'),
(2256, 510, 'mb_page_title_bg_size', 'cover'),
(2257, 510, 'mb_page_title_bg_attachment', 'scroll'),
(2258, 510, 'mb_page_title_bg_position', 'center center'),
(2259, 510, 'mb_page_title_height', '250'),
(2260, 510, 'mb_page_title_top_border', '0'),
(2261, 510, 'mb_page_title_top_border_color', '#eff0ed'),
(2262, 510, 'mb_page_title_top_border_color_opacity', '1'),
(2263, 510, 'mb_page_title_bottom_border', '0'),
(2264, 510, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2265, 510, 'mb_page_title_bottom_border_color_opacity', '1'),
(2266, 510, 'mb_page_title_bottom_margin', '60'),
(2267, 510, 'mb_page_title_svg_line', 'svg_line_both'),
(2268, 510, 'mb_page_title_svg_line_top_color', '#ffffff'),
(2269, 510, 'mb_page_title_svg_line_top_color_opacity', '1'),
(2270, 510, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(2271, 510, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(2272, 510, 'mb_map_prefooter', 'default'),
(2273, 510, 'mb_footer_switch', 'default'),
(2274, 510, 'mb_footer_column', '4'),
(2275, 510, 'mb_footer_column2', '6-6'),
(2276, 510, 'mb_footer_column3', '4-4-4'),
(2277, 510, 'mb_footer_column5', '2-3-2-2-3'),
(2278, 510, 'mb_footer_align', 'left'),
(2279, 510, 'mb_padding_top', '70'),
(2280, 510, 'mb_padding_bottom', '70'),
(2281, 510, 'mb_padding_left', '0'),
(2282, 510, 'mb_padding_right', '0'),
(2283, 510, 'mb_footer_full_width', 'default'),
(2284, 510, 'mb_footer_bg_size', 'cover'),
(2285, 510, 'mb_footer_bg_color', '#ffffff'),
(2286, 510, 'mb_footer_text_color', '#000000'),
(2287, 510, 'mb_footer_heading_color', '#fafafa'),
(2288, 510, 'mb_footer_bg_repeat', 'repeat'),
(2289, 510, 'mb_footer_attachment', 'scroll'),
(2290, 510, 'mb_footer_bg_position', 'center center'),
(2291, 510, 'mb_copyright_switch', '1'),
(2292, 510, 'mb_copyright_align', 'left'),
(2293, 510, 'mb_copyright_padding_top', '20'),
(2294, 510, 'mb_copyright_padding_bottom', '20'),
(2295, 510, 'mb_copyright_padding_left', '0'),
(2296, 510, 'mb_copyright_padding_right', '0'),
(2297, 510, 'mb_copyright_bg_color', '#ffffff'),
(2298, 510, 'mb_copyright_text_color', '#000000'),
(2299, 510, 'mb_copyright_top_border', '1'),
(2300, 510, 'mb_copyright_top_border_color', '#2b4764'),
(2301, 510, 'mb_copyright_top_border_color_opacity', '1'),
(2302, 510, 'mb_pre_footer_switch', '0'),
(2303, 510, 'mb_pre_footer_align', 'left'),
(2304, 510, 'mb_pre_footer_padding_top', '20'),
(2305, 510, 'mb_pre_footer_padding_bottom', '20'),
(2306, 510, 'mb_pre_footer_padding_left', '0'),
(2307, 510, 'mb_pre_footer_padding_right', '0'),
(2308, 510, 'mb_pre_footer_bottom_border', '1'),
(2309, 510, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(2310, 510, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(2311, 510, 'slide_template', 'default'),
(2312, 510, '_elementor_edit_mode', 'builder'),
(2313, 510, '_elementor_template_type', 'post'),
(2314, 510, '_wp_page_template', 'default'),
(2315, 510, '_elementor_data', '[{\"id\":\"106e694a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ae3f762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3f297f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Proin gravida pellentesque erat nec maximus. Ut eu mauris lorem. Aliquam quis rutrum est. Donec mollis, tortor sed interdum pulvinar, quam est scelerisque leo, ac elementum <span style=\\\"color: #b2b74a;\\\"><em>ex nulla quis<\\/em><\\/span> lectus. Duis accumsan tortor eget dolor efficitur vestibulum. Nullam ut congue lorem. Vestibulum efficitur arcu felis, vel imperdiet enim cursus at <\\/span>interdum tristique nunc.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3f06ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"185573f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"effdf42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"883be0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2920969\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b14d8ff\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"385128e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"664aedb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"658b5813\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d992fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3f9261d0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bd69119\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39b9b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"70530c89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2316, 510, '_elementor_version', '0.4'),
(2319, 513, 'post_format_audio_oEmbed', 'https://soundcloud.com/uiceheidd/lucid-dreams-forget-me'),
(2320, 513, 'mb_page_sidebar_layout', 'default'),
(2321, 513, 'mb_header_presets', 'default'),
(2322, 513, 'mb_page_title_conditional', 'default'),
(2323, 513, 'mb_page_title_use_feature_image', '0'),
(2324, 513, 'mb_show_breadcrumbs', '0'),
(2325, 513, 'mb_page_title_vertical_align', 'middle'),
(2326, 513, 'mb_page_title_horizontal_align', 'center'),
(2327, 513, 'mb_page_title_font_color', '#232325'),
(2328, 513, 'mb_page_title_bg_color', '#ffffff'),
(2329, 513, 'mb_page_title_bg_repeat', 'no-repeat'),
(2330, 513, 'mb_page_title_bg_size', 'cover'),
(2331, 513, 'mb_page_title_bg_attachment', 'scroll'),
(2332, 513, 'mb_page_title_bg_position', 'center center'),
(2333, 513, 'mb_page_title_height', '250'),
(2334, 513, 'mb_page_title_top_border', '0'),
(2335, 513, 'mb_page_title_top_border_color', '#eff0ed'),
(2336, 513, 'mb_page_title_top_border_color_opacity', '1'),
(2337, 513, 'mb_page_title_bottom_border', '0'),
(2338, 513, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2339, 513, 'mb_page_title_bottom_border_color_opacity', '1'),
(2340, 513, 'mb_page_title_bottom_margin', '60'),
(2341, 513, 'mb_page_title_svg_line', 'svg_line_both'),
(2342, 513, 'mb_page_title_svg_line_top_color', '#ffffff'),
(2343, 513, 'mb_page_title_svg_line_top_color_opacity', '1'),
(2344, 513, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(2345, 513, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(2346, 513, 'mb_map_prefooter', 'default'),
(2347, 513, 'mb_footer_switch', 'default'),
(2348, 513, 'mb_footer_column', '4'),
(2349, 513, 'mb_footer_column2', '6-6'),
(2350, 513, 'mb_footer_column3', '4-4-4'),
(2351, 513, 'mb_footer_column5', '2-3-2-2-3'),
(2352, 513, 'mb_footer_align', 'left'),
(2353, 513, 'mb_padding_top', '70'),
(2354, 513, 'mb_padding_bottom', '70'),
(2355, 513, 'mb_padding_left', '0'),
(2356, 513, 'mb_padding_right', '0'),
(2357, 513, 'mb_footer_full_width', 'default'),
(2358, 513, 'mb_footer_bg_size', 'cover'),
(2359, 513, 'mb_footer_bg_color', '#ffffff'),
(2360, 513, 'mb_footer_text_color', '#000000'),
(2361, 513, 'mb_footer_heading_color', '#fafafa'),
(2362, 513, 'mb_footer_bg_repeat', 'repeat'),
(2363, 513, 'mb_footer_attachment', 'scroll'),
(2364, 513, 'mb_footer_bg_position', 'center center'),
(2365, 513, 'mb_copyright_switch', '1'),
(2366, 513, 'mb_copyright_align', 'left'),
(2367, 513, 'mb_copyright_padding_top', '20'),
(2368, 513, 'mb_copyright_padding_bottom', '20'),
(2369, 513, 'mb_copyright_padding_left', '0'),
(2370, 513, 'mb_copyright_padding_right', '0'),
(2371, 513, 'mb_copyright_bg_color', '#ffffff'),
(2372, 513, 'mb_copyright_text_color', '#000000'),
(2373, 513, 'mb_copyright_top_border', '1'),
(2374, 513, 'mb_copyright_top_border_color', '#2b4764'),
(2375, 513, 'mb_copyright_top_border_color_opacity', '1'),
(2376, 513, 'mb_pre_footer_switch', '0'),
(2377, 513, 'mb_pre_footer_align', 'left'),
(2378, 513, 'mb_pre_footer_padding_top', '20'),
(2379, 513, 'mb_pre_footer_padding_bottom', '20'),
(2380, 513, 'mb_pre_footer_padding_left', '0'),
(2381, 513, 'mb_pre_footer_padding_right', '0'),
(2382, 513, 'mb_pre_footer_bottom_border', '1'),
(2383, 513, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(2384, 513, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(2385, 513, 'slide_template', 'default'),
(2386, 513, '_elementor_edit_mode', 'builder'),
(2387, 513, '_elementor_template_type', 'post'),
(2388, 513, '_wp_page_template', 'default'),
(2389, 513, '_elementor_data', '[{\"id\":\"35192d2d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b806de3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"63fa1199\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Vestibulum dictum, purus et euismod pharetra, mi purus rutrum massa, sed consectetur ipsum ipsum in nisl. Nullam eget ante sit amet urna vulputate egestas. Donec congue <span style=\\\"color: #b2b74a;\\\"><em>egestas nisl varius<\\/em><\\/span> bibendum. In ut venenatis sem. Nunc orci massa, aliquet id vestibulum vel, tristique sit amet est. Aenean a justo mollis, dictum nisl a, consectetur mi.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c04a976\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a04eb53\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"312312a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0cceb73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"050b2e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"570bd6f4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d910b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5351ca61\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ad2e4ee\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"127ebdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b565dec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ec1f155\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"70df7ebe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"314319b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2390, 513, '_elementor_version', '0.4'),
(2393, 516, 'mb_page_sidebar_layout', 'left'),
(2394, 516, 'mb_header_presets', 'default'),
(2395, 516, 'mb_page_title_conditional', 'default'),
(2396, 516, 'mb_page_title_use_feature_image', '0'),
(2397, 516, 'mb_show_breadcrumbs', '0'),
(2398, 516, 'mb_page_title_vertical_align', 'middle'),
(2399, 516, 'mb_page_title_horizontal_align', 'center'),
(2400, 516, 'mb_page_title_font_color', '#232325'),
(2401, 516, 'mb_page_title_bg_color', '#ffffff'),
(2402, 516, 'mb_page_title_bg_repeat', 'no-repeat'),
(2403, 516, 'mb_page_title_bg_size', 'cover'),
(2404, 516, 'mb_page_title_bg_attachment', 'scroll'),
(2405, 516, 'mb_page_title_bg_position', 'center center'),
(2406, 516, 'mb_page_title_height', '250'),
(2407, 516, 'mb_page_title_top_border', '0'),
(2408, 516, 'mb_page_title_top_border_color', '#eff0ed'),
(2409, 516, 'mb_page_title_top_border_color_opacity', '1'),
(2410, 516, 'mb_page_title_bottom_border', '0'),
(2411, 516, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2412, 516, 'mb_page_title_bottom_border_color_opacity', '1'),
(2413, 516, 'mb_page_title_bottom_margin', '60'),
(2414, 516, 'mb_page_title_svg_line', 'svg_line_both'),
(2415, 516, 'mb_page_title_svg_line_top_color', '#ffffff'),
(2416, 516, 'mb_page_title_svg_line_top_color_opacity', '1'),
(2417, 516, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(2418, 516, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(2419, 516, 'mb_map_prefooter', 'default'),
(2420, 516, 'mb_footer_switch', 'default'),
(2421, 516, 'mb_footer_column', '4'),
(2422, 516, 'mb_footer_column2', '6-6'),
(2423, 516, 'mb_footer_column3', '4-4-4'),
(2424, 516, 'mb_footer_column5', '2-3-2-2-3'),
(2425, 516, 'mb_footer_align', 'left'),
(2426, 516, 'mb_padding_top', '70'),
(2427, 516, 'mb_padding_bottom', '70'),
(2428, 516, 'mb_padding_left', '0'),
(2429, 516, 'mb_padding_right', '0'),
(2430, 516, 'mb_footer_full_width', 'default'),
(2431, 516, 'mb_footer_bg_size', 'cover'),
(2432, 516, 'mb_footer_bg_color', '#ffffff'),
(2433, 516, 'mb_footer_text_color', '#000000'),
(2434, 516, 'mb_footer_heading_color', '#fafafa'),
(2435, 516, 'mb_footer_bg_repeat', 'repeat'),
(2436, 516, 'mb_footer_attachment', 'scroll'),
(2437, 516, 'mb_footer_bg_position', 'center center'),
(2438, 516, 'mb_copyright_switch', '1'),
(2439, 516, 'mb_copyright_align', 'left'),
(2440, 516, 'mb_copyright_padding_top', '20'),
(2441, 516, 'mb_copyright_padding_bottom', '20'),
(2442, 516, 'mb_copyright_padding_left', '0'),
(2443, 516, 'mb_copyright_padding_right', '0'),
(2444, 516, 'mb_copyright_bg_color', '#ffffff'),
(2445, 516, 'mb_copyright_text_color', '#000000'),
(2446, 516, 'mb_copyright_top_border', '1'),
(2447, 516, 'mb_copyright_top_border_color', '#2b4764'),
(2448, 516, 'mb_copyright_top_border_color_opacity', '1'),
(2449, 516, 'mb_pre_footer_switch', '0'),
(2450, 516, 'mb_pre_footer_align', 'left'),
(2451, 516, 'mb_pre_footer_padding_top', '20'),
(2452, 516, 'mb_pre_footer_padding_bottom', '20'),
(2453, 516, 'mb_pre_footer_padding_left', '0'),
(2454, 516, 'mb_pre_footer_padding_right', '0'),
(2455, 516, 'mb_pre_footer_bottom_border', '1'),
(2456, 516, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(2457, 516, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(2458, 516, 'slide_template', 'default'),
(2459, 516, '_elementor_edit_mode', 'builder'),
(2460, 516, '_elementor_template_type', 'post'),
(2461, 516, '_wp_page_template', 'default'),
(2462, 516, '_elementor_data', '[{\"id\":\"76bee605\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"168efa67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f35b87f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Etiam tempor elit lectus, eu maximus leo auctor in. Duis fermentum velit nec <span style=\\\"color: #b2b74a;\\\"><em>tortor ultrices<\\/em><\\/span> vestibulum. Etiam eu consectetur orci. Suspendisse condimentum eu dolor vitae porta. Quisque aliquet velit vestibulum nisi tristique faucibus. In hac habitasse platea dictumst. Duis suscipit consequat nisi, eget rutrum elit blandit in. \\u00a0Donec varius sapien tellus, eu interdum ante posuere eu.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"860c4eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e9b7a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5fc01c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"00cca36\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"de07e70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14715836\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1223ed9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10d7c547\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2019e1d2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16ca4d06\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1fc51923\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"502649e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"26651c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6e671c22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2463, 516, '_elementor_version', '0.4'),
(2464, 516, 'mb_page_sidebar_def', 'sidebar_main-sidebar'),
(2465, 516, 'post_format_gallery_images', '258'),
(2468, 765, '_wp_old_date', '2019-01-29'),
(2469, 765, '_thumbnail_id', '758'),
(2470, 765, 'mb_page_sidebar_layout', 'default'),
(2471, 765, 'mb_header_presets', 'default'),
(2472, 765, 'mb_page_title_conditional', 'default'),
(2473, 765, 'mb_page_title_use_feature_image', '0'),
(2474, 765, 'mb_show_breadcrumbs', '0'),
(2475, 765, 'mb_page_title_vertical_align', 'middle'),
(2476, 765, 'mb_page_title_horizontal_align', 'center'),
(2477, 765, 'mb_page_title_font_color', '#232325'),
(2478, 765, 'mb_page_title_bg_color', '#ffffff'),
(2479, 765, 'mb_page_title_bg_repeat', 'no-repeat'),
(2480, 765, 'mb_page_title_bg_size', 'cover'),
(2481, 765, 'mb_page_title_bg_attachment', 'scroll'),
(2482, 765, 'mb_page_title_bg_position', 'center center'),
(2483, 765, 'mb_page_title_height', '250'),
(2484, 765, 'mb_page_title_top_border', '0'),
(2485, 765, 'mb_page_title_top_border_color', '#eff0ed'),
(2486, 765, 'mb_page_title_top_border_color_opacity', '1'),
(2487, 765, 'mb_page_title_bottom_border', '0'),
(2488, 765, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2489, 765, 'mb_page_title_bottom_border_color_opacity', '1'),
(2490, 765, 'mb_page_title_bottom_margin', '60'),
(2491, 765, 'mb_page_title_svg_line', 'svg_line_both'),
(2492, 765, 'mb_page_title_svg_line_top_color', '#ffffff'),
(2493, 765, 'mb_page_title_svg_line_top_color_opacity', '1'),
(2494, 765, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(2495, 765, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(2496, 765, 'mb_map_prefooter', 'default'),
(2497, 765, 'mb_footer_switch', 'default'),
(2498, 765, 'mb_footer_column', '4'),
(2499, 765, 'mb_footer_column2', '6-6'),
(2500, 765, 'mb_footer_column3', '4-4-4'),
(2501, 765, 'mb_footer_column5', '2-3-2-2-3'),
(2502, 765, 'mb_footer_align', 'left'),
(2503, 765, 'mb_padding_top', '70'),
(2504, 765, 'mb_padding_bottom', '70'),
(2505, 765, 'mb_padding_left', '0'),
(2506, 765, 'mb_padding_right', '0'),
(2507, 765, 'mb_footer_full_width', 'default'),
(2508, 765, 'mb_footer_bg_size', 'cover'),
(2509, 765, 'mb_footer_bg_color', '#ffffff'),
(2510, 765, 'mb_footer_text_color', '#000000'),
(2511, 765, 'mb_footer_heading_color', '#fafafa'),
(2512, 765, 'mb_footer_bg_repeat', 'repeat'),
(2513, 765, 'mb_footer_attachment', 'scroll'),
(2514, 765, 'mb_footer_bg_position', 'center center'),
(2515, 765, 'mb_copyright_switch', '1'),
(2516, 765, 'mb_copyright_align', 'left'),
(2517, 765, 'mb_copyright_padding_top', '20'),
(2518, 765, 'mb_copyright_padding_bottom', '20'),
(2519, 765, 'mb_copyright_padding_left', '0'),
(2520, 765, 'mb_copyright_padding_right', '0'),
(2521, 765, 'mb_copyright_bg_color', '#ffffff'),
(2522, 765, 'mb_copyright_text_color', '#000000'),
(2523, 765, 'mb_copyright_top_border', '1'),
(2524, 765, 'mb_copyright_top_border_color', '#2b4764'),
(2525, 765, 'mb_copyright_top_border_color_opacity', '1'),
(2526, 765, 'mb_pre_footer_switch', '0'),
(2527, 765, 'mb_pre_footer_align', 'left'),
(2528, 765, 'mb_pre_footer_padding_top', '20'),
(2529, 765, 'mb_pre_footer_padding_bottom', '20'),
(2530, 765, 'mb_pre_footer_padding_left', '0'),
(2531, 765, 'mb_pre_footer_padding_right', '0'),
(2532, 765, 'mb_pre_footer_bottom_border', '1'),
(2533, 765, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(2534, 765, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(2535, 765, 'slide_template', 'default'),
(2536, 765, '_elementor_edit_mode', 'builder'),
(2537, 765, '_elementor_template_type', 'post'),
(2538, 765, '_wp_page_template', 'default'),
(2539, 765, '_elementor_data', '[{\"id\":\"15343b61\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a074c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"77a70443\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\\\"color: #b2b74a;\\\">established that<\\/em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56ad124a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1c46f8a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"4514bacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22f4236d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"324d1a39\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"478217db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6e00e961\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4cb85df6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3300a0e5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"61e00e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1bec5dc3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ae8e7c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57d184dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ac1415\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2540, 765, '_elementor_version', '0.4'),
(2541, 1201, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2542, 1201, '_wc_review_count', '0'),
(2543, 1201, '_wc_rating_count', 'a:0:{}'),
(2544, 1201, '_wc_average_rating', '0'),
(2545, 1201, 'mb_general_gap', 'default'),
(2546, 1201, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(2547, 1201, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(2548, 1201, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2549, 1201, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2550, 1201, 'mb_page_sidebar_layout', 'default'),
(2551, 1201, 'mb_page_title_conditional', 'default'),
(2552, 1201, 'mb_show_breadcrumbs', '1'),
(2553, 1201, 'mb_page_title_vertical_align', 'middle'),
(2554, 1201, 'mb_page_title_horizontal_align', 'center'),
(2555, 1201, 'mb_page_title_font_color', '#232325'),
(2556, 1201, 'mb_page_title_bg_color', '#ffffff'),
(2557, 1201, 'mb_page_title_bg_repeat', 'repeat'),
(2558, 1201, 'mb_page_title_bg_size', 'cover'),
(2559, 1201, 'mb_page_title_bg_attachment', 'scroll'),
(2560, 1201, 'mb_page_title_bg_position', 'center center'),
(2561, 1201, 'mb_page_title_height', '200'),
(2562, 1201, 'mb_page_title_top_border', '0'),
(2563, 1201, 'mb_page_title_top_border_color', '#eff0ed'),
(2564, 1201, 'mb_page_title_top_border_color_opacity', '1'),
(2565, 1201, 'mb_page_title_bottom_border', '0'),
(2566, 1201, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2567, 1201, 'mb_page_title_bottom_border_color_opacity', '1'),
(2568, 1201, 'mb_page_title_bottom_margin', '50'),
(2569, 1201, 'mb_single_product', 'default'),
(2570, 1201, 'mb_thumbnails_layout', 'horizontal'),
(2571, 1201, 'mb_product_container', 'container'),
(2572, 1201, 'mb_sticky_thumb', '0'),
(2573, 1201, 'mb_img_size_guide', 'default'),
(2574, 1201, 'mb_classic_tab', '0'),
(2575, 1201, 'mb_img_size_masonry', 'small_h_rect'),
(2576, 1201, '_checkbox_hot', 'no'),
(2577, 1201, '_checkbox_new', 'no'),
(2578, 1201, '_sku', ''),
(2579, 1201, '_regular_price', '7.99'),
(2580, 1201, '_sale_price', ''),
(2581, 1201, '_sale_price_dates_from', ''),
(2582, 1201, '_sale_price_dates_to', ''),
(2583, 1201, 'total_sales', '0');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2584, 1201, '_tax_status', 'taxable'),
(2585, 1201, '_tax_class', ''),
(2586, 1201, '_manage_stock', 'no'),
(2587, 1201, '_backorders', 'no'),
(2588, 1201, '_sold_individually', 'no'),
(2589, 1201, '_weight', ''),
(2590, 1201, '_length', ''),
(2591, 1201, '_width', ''),
(2592, 1201, '_height', ''),
(2593, 1201, '_upsell_ids', 'a:0:{}'),
(2594, 1201, '_crosssell_ids', 'a:0:{}'),
(2595, 1201, '_purchase_note', ''),
(2596, 1201, '_default_attributes', 'a:0:{}'),
(2597, 1201, '_virtual', 'no'),
(2598, 1201, '_downloadable', 'no'),
(2599, 1201, '_product_image_gallery', ''),
(2600, 1201, '_download_limit', '-1'),
(2601, 1201, '_download_expiry', '-1'),
(2602, 1201, '_stock', ''),
(2603, 1201, '_stock_status', 'instock'),
(2604, 1201, '_product_version', '3.5.5'),
(2605, 1201, '_price', '7.99'),
(2606, 1201, 'slide_template', 'default'),
(2607, 1201, 'gt3_new_product_tab_meta_value_key', ''),
(2608, 1201, 'gt3_product_subtitle_meta_value_key', ''),
(2609, 1201, '_welcome_popup', 'default'),
(2610, 1201, '_enable_popup', '0'),
(2611, 1201, '_newsletter-show-name', '0'),
(2612, 1201, '_show_title', '0'),
(2613, 1201, '_show_thumbnail', '0'),
(2614, 1201, '_show_price', '0'),
(2615, 1201, '_show_add_to_cart', '0'),
(2616, 1201, '_show_summary', '0'),
(2617, 1201, 'mb_header_presets', 'default'),
(2618, 1201, 'mb_page_title_use_feature_image', '0'),
(2619, 1201, '_low_stock_amount', ''),
(2620, 1201, '_thumbnail_id', '1248'),
(2621, 1202, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2622, 1202, '_sku', ''),
(2623, 1202, '_regular_price', '19.99'),
(2624, 1202, '_sale_price', ''),
(2625, 1202, '_sale_price_dates_from', ''),
(2626, 1202, '_sale_price_dates_to', ''),
(2627, 1202, 'total_sales', '1'),
(2628, 1202, '_tax_status', 'taxable'),
(2629, 1202, '_tax_class', ''),
(2630, 1202, '_manage_stock', 'no'),
(2631, 1202, '_backorders', 'no'),
(2632, 1202, '_sold_individually', 'no'),
(2633, 1202, '_weight', ''),
(2634, 1202, '_length', ''),
(2635, 1202, '_width', ''),
(2636, 1202, '_height', ''),
(2637, 1202, '_upsell_ids', 'a:0:{}'),
(2638, 1202, '_crosssell_ids', 'a:0:{}'),
(2639, 1202, '_purchase_note', ''),
(2640, 1202, '_default_attributes', 'a:0:{}'),
(2641, 1202, '_virtual', 'no'),
(2642, 1202, '_downloadable', 'no'),
(2643, 1202, '_product_image_gallery', ''),
(2644, 1202, '_download_limit', '-1'),
(2645, 1202, '_download_expiry', '-1'),
(2646, 1202, '_stock', ''),
(2647, 1202, '_stock_status', 'instock'),
(2648, 1202, '_wc_average_rating', '0'),
(2649, 1202, '_wc_rating_count', 'a:0:{}'),
(2650, 1202, '_wc_review_count', '0'),
(2651, 1202, '_downloadable_files', 'a:0:{}'),
(2652, 1202, '_product_attributes', 'a:0:{}'),
(2653, 1202, '_product_version', '3.5.5'),
(2654, 1202, '_price', '19.99'),
(2655, 1202, 'mb_general_gap', 'default'),
(2656, 1202, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(2657, 1202, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(2658, 1202, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2659, 1202, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2660, 1202, 'mb_page_sidebar_layout', 'default'),
(2661, 1202, 'mb_page_title_conditional', 'default'),
(2662, 1202, 'mb_show_breadcrumbs', '1'),
(2663, 1202, 'mb_page_title_vertical_align', 'middle'),
(2664, 1202, 'mb_page_title_horizontal_align', 'center'),
(2665, 1202, 'mb_page_title_font_color', '#232325'),
(2666, 1202, 'mb_page_title_bg_color', '#ffffff'),
(2667, 1202, 'mb_page_title_bg_repeat', 'repeat'),
(2668, 1202, 'mb_page_title_bg_size', 'cover'),
(2669, 1202, 'mb_page_title_bg_attachment', 'scroll'),
(2670, 1202, 'mb_page_title_bg_position', 'center center'),
(2671, 1202, 'mb_page_title_height', '200'),
(2672, 1202, 'mb_page_title_top_border', '0'),
(2673, 1202, 'mb_page_title_top_border_color', '#eff0ed'),
(2674, 1202, 'mb_page_title_top_border_color_opacity', '1'),
(2675, 1202, 'mb_page_title_bottom_border', '0'),
(2676, 1202, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2677, 1202, 'mb_page_title_bottom_border_color_opacity', '1'),
(2678, 1202, 'mb_page_title_bottom_margin', '50'),
(2679, 1202, 'mb_single_product', 'default'),
(2680, 1202, 'mb_thumbnails_layout', 'horizontal'),
(2681, 1202, 'mb_product_container', 'container'),
(2682, 1202, 'mb_sticky_thumb', '0'),
(2683, 1202, 'mb_img_size_guide', 'default'),
(2684, 1202, 'mb_classic_tab', '0'),
(2685, 1202, 'mb_img_size_masonry', 'small_h_rect'),
(2686, 1202, '_checkbox_hot', 'no'),
(2687, 1202, '_checkbox_new', 'no'),
(2688, 1202, 'slide_template', 'default'),
(2689, 1202, 'gt3_new_product_tab_meta_value_key', ''),
(2690, 1202, 'gt3_product_subtitle_meta_value_key', ''),
(2691, 1202, '_welcome_popup', 'default'),
(2692, 1202, '_enable_popup', '0'),
(2693, 1202, '_newsletter-show-name', '0'),
(2694, 1202, '_show_title', '0'),
(2695, 1202, '_show_thumbnail', '0'),
(2696, 1202, '_show_price', '0'),
(2697, 1202, '_show_add_to_cart', '0'),
(2698, 1202, '_show_summary', '0'),
(2699, 1202, 'mb_header_presets', 'default'),
(2700, 1202, 'mb_page_title_use_feature_image', '0'),
(2701, 1202, '_low_stock_amount', ''),
(2702, 1202, '_thumbnail_id', '1245'),
(2703, 1203, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2704, 1203, '_sku', ''),
(2705, 1203, '_regular_price', '6.99'),
(2706, 1203, '_sale_price', ''),
(2707, 1203, '_sale_price_dates_from', ''),
(2708, 1203, '_sale_price_dates_to', ''),
(2709, 1203, 'total_sales', '1'),
(2710, 1203, '_tax_status', 'taxable'),
(2711, 1203, '_tax_class', ''),
(2712, 1203, '_manage_stock', 'no'),
(2713, 1203, '_backorders', 'no'),
(2714, 1203, '_sold_individually', 'no'),
(2715, 1203, '_weight', ''),
(2716, 1203, '_length', ''),
(2717, 1203, '_width', ''),
(2718, 1203, '_height', ''),
(2719, 1203, '_upsell_ids', 'a:0:{}'),
(2720, 1203, '_crosssell_ids', 'a:0:{}'),
(2721, 1203, '_purchase_note', ''),
(2722, 1203, '_default_attributes', 'a:0:{}'),
(2723, 1203, '_virtual', 'no'),
(2724, 1203, '_downloadable', 'no'),
(2725, 1203, '_product_image_gallery', ''),
(2726, 1203, '_download_limit', '-1'),
(2727, 1203, '_download_expiry', '-1'),
(2728, 1203, '_stock', ''),
(2729, 1203, '_stock_status', 'instock'),
(2730, 1203, '_wc_average_rating', '0'),
(2731, 1203, '_wc_rating_count', 'a:0:{}'),
(2732, 1203, '_wc_review_count', '0'),
(2733, 1203, '_downloadable_files', 'a:0:{}'),
(2734, 1203, '_product_attributes', 'a:0:{}'),
(2735, 1203, '_product_version', '3.5.5'),
(2736, 1203, '_price', '6.99'),
(2737, 1203, 'mb_general_gap', 'default'),
(2738, 1203, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(2739, 1203, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(2740, 1203, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2741, 1203, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2742, 1203, 'mb_page_sidebar_layout', 'default'),
(2743, 1203, 'mb_page_title_conditional', 'default'),
(2744, 1203, 'mb_show_breadcrumbs', '1'),
(2745, 1203, 'mb_page_title_vertical_align', 'middle'),
(2746, 1203, 'mb_page_title_horizontal_align', 'center'),
(2747, 1203, 'mb_page_title_font_color', '#232325'),
(2748, 1203, 'mb_page_title_bg_color', '#ffffff'),
(2749, 1203, 'mb_page_title_bg_repeat', 'repeat'),
(2750, 1203, 'mb_page_title_bg_size', 'cover'),
(2751, 1203, 'mb_page_title_bg_attachment', 'scroll'),
(2752, 1203, 'mb_page_title_bg_position', 'center center'),
(2753, 1203, 'mb_page_title_height', '200'),
(2754, 1203, 'mb_page_title_top_border', '0'),
(2755, 1203, 'mb_page_title_top_border_color', '#eff0ed'),
(2756, 1203, 'mb_page_title_top_border_color_opacity', '1'),
(2757, 1203, 'mb_page_title_bottom_border', '0'),
(2758, 1203, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2759, 1203, 'mb_page_title_bottom_border_color_opacity', '1'),
(2760, 1203, 'mb_page_title_bottom_margin', '50'),
(2761, 1203, 'mb_single_product', 'default'),
(2762, 1203, 'mb_thumbnails_layout', 'horizontal'),
(2763, 1203, 'mb_product_container', 'container'),
(2764, 1203, 'mb_sticky_thumb', '0'),
(2765, 1203, 'mb_img_size_guide', 'default'),
(2766, 1203, 'mb_classic_tab', '0'),
(2767, 1203, 'mb_img_size_masonry', 'small_h_rect'),
(2768, 1203, '_checkbox_hot', 'no'),
(2769, 1203, '_checkbox_new', 'no'),
(2770, 1203, 'slide_template', 'default'),
(2771, 1203, 'gt3_new_product_tab_meta_value_key', ''),
(2772, 1203, 'gt3_product_subtitle_meta_value_key', ''),
(2773, 1203, '_welcome_popup', 'default'),
(2774, 1203, '_enable_popup', '0'),
(2775, 1203, '_newsletter-show-name', '0'),
(2776, 1203, '_show_title', '0'),
(2777, 1203, '_show_thumbnail', '0'),
(2778, 1203, '_show_price', '0'),
(2779, 1203, '_show_add_to_cart', '0'),
(2780, 1203, '_show_summary', '0'),
(2781, 1203, 'mb_header_presets', 'default'),
(2782, 1203, 'mb_page_title_use_feature_image', '0'),
(2783, 1203, '_low_stock_amount', ''),
(2784, 1203, '_thumbnail_id', '1241'),
(2785, 1204, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2786, 1204, '_sku', ''),
(2787, 1204, '_regular_price', '9.99'),
(2788, 1204, '_sale_price', ''),
(2789, 1204, '_sale_price_dates_from', ''),
(2790, 1204, '_sale_price_dates_to', ''),
(2791, 1204, 'total_sales', '0'),
(2792, 1204, '_tax_status', 'taxable'),
(2793, 1204, '_tax_class', ''),
(2794, 1204, '_manage_stock', 'no'),
(2795, 1204, '_backorders', 'no'),
(2796, 1204, '_sold_individually', 'no'),
(2797, 1204, '_weight', ''),
(2798, 1204, '_length', ''),
(2799, 1204, '_width', ''),
(2800, 1204, '_height', ''),
(2801, 1204, '_upsell_ids', 'a:0:{}'),
(2802, 1204, '_crosssell_ids', 'a:0:{}'),
(2803, 1204, '_purchase_note', ''),
(2804, 1204, '_default_attributes', 'a:0:{}'),
(2805, 1204, '_virtual', 'no'),
(2806, 1204, '_downloadable', 'no'),
(2807, 1204, '_product_image_gallery', ''),
(2808, 1204, '_download_limit', '-1'),
(2809, 1204, '_download_expiry', '-1'),
(2810, 1204, '_stock', ''),
(2811, 1204, '_stock_status', 'instock'),
(2812, 1204, '_wc_average_rating', '0'),
(2813, 1204, '_wc_rating_count', 'a:0:{}'),
(2814, 1204, '_wc_review_count', '0'),
(2815, 1204, '_downloadable_files', 'a:0:{}'),
(2816, 1204, '_product_attributes', 'a:0:{}'),
(2817, 1204, '_product_version', '3.5.5'),
(2818, 1204, '_price', '9.99'),
(2819, 1204, 'mb_general_gap', 'default'),
(2820, 1204, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(2821, 1204, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(2822, 1204, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2823, 1204, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2824, 1204, 'mb_page_sidebar_layout', 'default'),
(2825, 1204, 'mb_page_title_conditional', 'default'),
(2826, 1204, 'mb_show_breadcrumbs', '1'),
(2827, 1204, 'mb_page_title_vertical_align', 'middle'),
(2828, 1204, 'mb_page_title_horizontal_align', 'center'),
(2829, 1204, 'mb_page_title_font_color', '#232325'),
(2830, 1204, 'mb_page_title_bg_color', '#ffffff'),
(2831, 1204, 'mb_page_title_bg_repeat', 'repeat'),
(2832, 1204, 'mb_page_title_bg_size', 'cover'),
(2833, 1204, 'mb_page_title_bg_attachment', 'scroll'),
(2834, 1204, 'mb_page_title_bg_position', 'center center'),
(2835, 1204, 'mb_page_title_height', '200'),
(2836, 1204, 'mb_page_title_top_border', '0'),
(2837, 1204, 'mb_page_title_top_border_color', '#eff0ed'),
(2838, 1204, 'mb_page_title_top_border_color_opacity', '1'),
(2839, 1204, 'mb_page_title_bottom_border', '0'),
(2840, 1204, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2841, 1204, 'mb_page_title_bottom_border_color_opacity', '1'),
(2842, 1204, 'mb_page_title_bottom_margin', '50'),
(2843, 1204, 'mb_single_product', 'default'),
(2844, 1204, 'mb_thumbnails_layout', 'horizontal'),
(2845, 1204, 'mb_product_container', 'container'),
(2846, 1204, 'mb_sticky_thumb', '0'),
(2847, 1204, 'mb_img_size_guide', 'default'),
(2848, 1204, 'mb_classic_tab', '0'),
(2849, 1204, 'mb_img_size_masonry', 'small_h_rect'),
(2850, 1204, '_checkbox_hot', 'no'),
(2851, 1204, '_checkbox_new', 'no'),
(2852, 1204, 'slide_template', 'default'),
(2853, 1204, 'gt3_new_product_tab_meta_value_key', ''),
(2854, 1204, 'gt3_product_subtitle_meta_value_key', ''),
(2855, 1204, '_welcome_popup', 'default'),
(2856, 1204, '_enable_popup', '0'),
(2857, 1204, '_newsletter-show-name', '0'),
(2858, 1204, '_show_title', '0'),
(2859, 1204, '_show_thumbnail', '0'),
(2860, 1204, '_show_price', '0'),
(2861, 1204, '_show_add_to_cart', '0'),
(2862, 1204, '_show_summary', '0'),
(2863, 1204, 'mb_header_presets', 'default'),
(2864, 1204, 'mb_page_title_use_feature_image', '0'),
(2865, 1204, '_low_stock_amount', ''),
(2866, 1204, '_thumbnail_id', '1240'),
(2867, 1205, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2868, 1205, '_sku', ''),
(2869, 1205, '_regular_price', '9.99'),
(2870, 1205, '_sale_price', ''),
(2871, 1205, '_sale_price_dates_from', ''),
(2872, 1205, '_sale_price_dates_to', ''),
(2873, 1205, 'total_sales', '0'),
(2874, 1205, '_tax_status', 'taxable'),
(2875, 1205, '_tax_class', ''),
(2876, 1205, '_manage_stock', 'no'),
(2877, 1205, '_backorders', 'no'),
(2878, 1205, '_sold_individually', 'no'),
(2879, 1205, '_weight', ''),
(2880, 1205, '_length', ''),
(2881, 1205, '_width', ''),
(2882, 1205, '_height', ''),
(2883, 1205, '_upsell_ids', 'a:0:{}'),
(2884, 1205, '_crosssell_ids', 'a:0:{}'),
(2885, 1205, '_purchase_note', ''),
(2886, 1205, '_default_attributes', 'a:0:{}'),
(2887, 1205, '_virtual', 'no'),
(2888, 1205, '_downloadable', 'no'),
(2889, 1205, '_product_image_gallery', ''),
(2890, 1205, '_download_limit', '-1'),
(2891, 1205, '_download_expiry', '-1'),
(2892, 1205, '_stock', ''),
(2893, 1205, '_stock_status', 'instock'),
(2894, 1205, '_wc_average_rating', '0'),
(2895, 1205, '_wc_rating_count', 'a:0:{}'),
(2896, 1205, '_wc_review_count', '0'),
(2897, 1205, '_downloadable_files', 'a:0:{}'),
(2898, 1205, '_product_attributes', 'a:0:{}'),
(2899, 1205, '_product_version', '3.5.5'),
(2900, 1205, '_price', '9.99'),
(2901, 1205, 'mb_general_gap', 'default'),
(2902, 1205, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(2903, 1205, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(2904, 1205, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2905, 1205, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2906, 1205, 'mb_page_sidebar_layout', 'default'),
(2907, 1205, 'mb_page_title_conditional', 'default'),
(2908, 1205, 'mb_show_breadcrumbs', '1'),
(2909, 1205, 'mb_page_title_vertical_align', 'middle'),
(2910, 1205, 'mb_page_title_horizontal_align', 'center'),
(2911, 1205, 'mb_page_title_font_color', '#232325'),
(2912, 1205, 'mb_page_title_bg_color', '#ffffff'),
(2913, 1205, 'mb_page_title_bg_repeat', 'repeat'),
(2914, 1205, 'mb_page_title_bg_size', 'cover'),
(2915, 1205, 'mb_page_title_bg_attachment', 'scroll'),
(2916, 1205, 'mb_page_title_bg_position', 'center center'),
(2917, 1205, 'mb_page_title_height', '200'),
(2918, 1205, 'mb_page_title_top_border', '0'),
(2919, 1205, 'mb_page_title_top_border_color', '#eff0ed'),
(2920, 1205, 'mb_page_title_top_border_color_opacity', '1'),
(2921, 1205, 'mb_page_title_bottom_border', '0'),
(2922, 1205, 'mb_page_title_bottom_border_color', '#eff0ed'),
(2923, 1205, 'mb_page_title_bottom_border_color_opacity', '1'),
(2924, 1205, 'mb_page_title_bottom_margin', '50'),
(2925, 1205, 'mb_single_product', 'default'),
(2926, 1205, 'mb_thumbnails_layout', 'horizontal'),
(2927, 1205, 'mb_product_container', 'container'),
(2928, 1205, 'mb_sticky_thumb', '0'),
(2929, 1205, 'mb_img_size_guide', 'default'),
(2930, 1205, 'mb_classic_tab', '0'),
(2931, 1205, 'mb_img_size_masonry', 'small_h_rect'),
(2932, 1205, '_checkbox_hot', 'no'),
(2933, 1205, '_checkbox_new', 'no'),
(2934, 1205, 'slide_template', 'default'),
(2935, 1205, 'gt3_new_product_tab_meta_value_key', ''),
(2936, 1205, 'gt3_product_subtitle_meta_value_key', ''),
(2937, 1205, '_welcome_popup', 'default'),
(2938, 1205, '_enable_popup', '0'),
(2939, 1205, '_newsletter-show-name', '0'),
(2940, 1205, '_show_title', '0'),
(2941, 1205, '_show_thumbnail', '0'),
(2942, 1205, '_show_price', '0'),
(2943, 1205, '_show_add_to_cart', '0'),
(2944, 1205, '_show_summary', '0'),
(2945, 1205, 'mb_header_presets', 'default'),
(2946, 1205, 'mb_page_title_use_feature_image', '0'),
(2947, 1205, '_low_stock_amount', ''),
(2948, 1205, '_thumbnail_id', '1247'),
(2949, 1206, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2950, 1206, '_sku', ''),
(2951, 1206, '_regular_price', '8.99'),
(2952, 1206, '_sale_price', ''),
(2953, 1206, '_sale_price_dates_from', ''),
(2954, 1206, '_sale_price_dates_to', ''),
(2955, 1206, 'total_sales', '0'),
(2956, 1206, '_tax_status', 'taxable'),
(2957, 1206, '_tax_class', ''),
(2958, 1206, '_manage_stock', 'no'),
(2959, 1206, '_backorders', 'no'),
(2960, 1206, '_sold_individually', 'no'),
(2961, 1206, '_weight', ''),
(2962, 1206, '_length', ''),
(2963, 1206, '_width', ''),
(2964, 1206, '_height', ''),
(2965, 1206, '_upsell_ids', 'a:0:{}'),
(2966, 1206, '_crosssell_ids', 'a:0:{}'),
(2967, 1206, '_purchase_note', ''),
(2968, 1206, '_default_attributes', 'a:0:{}'),
(2969, 1206, '_virtual', 'no'),
(2970, 1206, '_downloadable', 'no'),
(2971, 1206, '_product_image_gallery', ''),
(2972, 1206, '_download_limit', '-1'),
(2973, 1206, '_download_expiry', '-1'),
(2974, 1206, '_stock', ''),
(2975, 1206, '_stock_status', 'instock'),
(2976, 1206, '_wc_average_rating', '0'),
(2977, 1206, '_wc_rating_count', 'a:0:{}'),
(2978, 1206, '_wc_review_count', '0'),
(2979, 1206, '_downloadable_files', 'a:0:{}'),
(2980, 1206, '_product_attributes', 'a:0:{}'),
(2981, 1206, '_product_version', '3.5.5'),
(2982, 1206, '_price', '8.99'),
(2983, 1206, 'mb_general_gap', 'default'),
(2984, 1206, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(2985, 1206, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(2986, 1206, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2987, 1206, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(2988, 1206, 'mb_page_sidebar_layout', 'default'),
(2989, 1206, 'mb_page_title_conditional', 'default'),
(2990, 1206, 'mb_show_breadcrumbs', '1'),
(2991, 1206, 'mb_page_title_vertical_align', 'middle'),
(2992, 1206, 'mb_page_title_horizontal_align', 'center'),
(2993, 1206, 'mb_page_title_font_color', '#232325'),
(2994, 1206, 'mb_page_title_bg_color', '#ffffff'),
(2995, 1206, 'mb_page_title_bg_repeat', 'repeat'),
(2996, 1206, 'mb_page_title_bg_size', 'cover'),
(2997, 1206, 'mb_page_title_bg_attachment', 'scroll'),
(2998, 1206, 'mb_page_title_bg_position', 'center center'),
(2999, 1206, 'mb_page_title_height', '200'),
(3000, 1206, 'mb_page_title_top_border', '0'),
(3001, 1206, 'mb_page_title_top_border_color', '#eff0ed'),
(3002, 1206, 'mb_page_title_top_border_color_opacity', '1'),
(3003, 1206, 'mb_page_title_bottom_border', '0'),
(3004, 1206, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3005, 1206, 'mb_page_title_bottom_border_color_opacity', '1'),
(3006, 1206, 'mb_page_title_bottom_margin', '50'),
(3007, 1206, 'mb_single_product', 'default'),
(3008, 1206, 'mb_thumbnails_layout', 'horizontal'),
(3009, 1206, 'mb_product_container', 'container'),
(3010, 1206, 'mb_sticky_thumb', '0'),
(3011, 1206, 'mb_img_size_guide', 'default'),
(3012, 1206, 'mb_classic_tab', '0'),
(3013, 1206, 'mb_img_size_masonry', 'small_h_rect'),
(3014, 1206, '_checkbox_hot', 'no'),
(3015, 1206, '_checkbox_new', 'no'),
(3016, 1206, 'slide_template', 'default'),
(3017, 1206, 'gt3_new_product_tab_meta_value_key', ''),
(3018, 1206, 'gt3_product_subtitle_meta_value_key', ''),
(3019, 1206, '_welcome_popup', 'default'),
(3020, 1206, '_enable_popup', '0'),
(3021, 1206, '_newsletter-show-name', '0'),
(3022, 1206, '_show_title', '0'),
(3023, 1206, '_show_thumbnail', '0'),
(3024, 1206, '_show_price', '0'),
(3025, 1206, '_show_add_to_cart', '0'),
(3026, 1206, '_show_summary', '0'),
(3027, 1206, 'mb_header_presets', 'default'),
(3028, 1206, 'mb_page_title_use_feature_image', '0'),
(3029, 1206, '_low_stock_amount', ''),
(3030, 1206, '_thumbnail_id', '1246'),
(3031, 1207, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3032, 1207, '_sku', ''),
(3033, 1207, '_regular_price', '4.99'),
(3034, 1207, '_sale_price', ''),
(3035, 1207, '_sale_price_dates_from', ''),
(3036, 1207, '_sale_price_dates_to', ''),
(3037, 1207, 'total_sales', '0'),
(3038, 1207, '_tax_status', 'taxable'),
(3039, 1207, '_tax_class', ''),
(3040, 1207, '_manage_stock', 'no'),
(3041, 1207, '_backorders', 'no'),
(3042, 1207, '_sold_individually', 'no'),
(3043, 1207, '_weight', ''),
(3044, 1207, '_length', ''),
(3045, 1207, '_width', ''),
(3046, 1207, '_height', ''),
(3047, 1207, '_upsell_ids', 'a:0:{}'),
(3048, 1207, '_crosssell_ids', 'a:0:{}'),
(3049, 1207, '_purchase_note', ''),
(3050, 1207, '_default_attributes', 'a:0:{}'),
(3051, 1207, '_virtual', 'no'),
(3052, 1207, '_downloadable', 'no'),
(3053, 1207, '_product_image_gallery', ''),
(3054, 1207, '_download_limit', '-1'),
(3055, 1207, '_download_expiry', '-1'),
(3056, 1207, '_stock', ''),
(3057, 1207, '_stock_status', 'instock'),
(3058, 1207, '_wc_average_rating', '0'),
(3059, 1207, '_wc_rating_count', 'a:0:{}'),
(3060, 1207, '_wc_review_count', '0'),
(3061, 1207, '_downloadable_files', 'a:0:{}'),
(3062, 1207, '_product_attributes', 'a:0:{}'),
(3063, 1207, '_product_version', '3.5.5'),
(3064, 1207, '_price', '4.99'),
(3065, 1207, 'mb_general_gap', 'default'),
(3066, 1207, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(3067, 1207, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(3068, 1207, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(3069, 1207, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(3070, 1207, 'mb_page_sidebar_layout', 'default'),
(3071, 1207, 'mb_page_title_conditional', 'default'),
(3072, 1207, 'mb_show_breadcrumbs', '1'),
(3073, 1207, 'mb_page_title_vertical_align', 'middle'),
(3074, 1207, 'mb_page_title_horizontal_align', 'center'),
(3075, 1207, 'mb_page_title_font_color', '#232325'),
(3076, 1207, 'mb_page_title_bg_color', '#ffffff'),
(3077, 1207, 'mb_page_title_bg_repeat', 'repeat'),
(3078, 1207, 'mb_page_title_bg_size', 'cover'),
(3079, 1207, 'mb_page_title_bg_attachment', 'scroll'),
(3080, 1207, 'mb_page_title_bg_position', 'center center'),
(3081, 1207, 'mb_page_title_height', '200'),
(3082, 1207, 'mb_page_title_top_border', '0'),
(3083, 1207, 'mb_page_title_top_border_color', '#eff0ed'),
(3084, 1207, 'mb_page_title_top_border_color_opacity', '1'),
(3085, 1207, 'mb_page_title_bottom_border', '0'),
(3086, 1207, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3087, 1207, 'mb_page_title_bottom_border_color_opacity', '1'),
(3088, 1207, 'mb_page_title_bottom_margin', '50'),
(3089, 1207, 'mb_single_product', 'default'),
(3090, 1207, 'mb_thumbnails_layout', 'horizontal'),
(3091, 1207, 'mb_product_container', 'container'),
(3092, 1207, 'mb_sticky_thumb', '0'),
(3093, 1207, 'mb_img_size_guide', 'default'),
(3094, 1207, 'mb_classic_tab', '0'),
(3095, 1207, 'mb_img_size_masonry', 'small_h_rect'),
(3096, 1207, '_checkbox_hot', 'no'),
(3097, 1207, '_checkbox_new', 'no'),
(3098, 1207, 'slide_template', 'default'),
(3099, 1207, 'gt3_new_product_tab_meta_value_key', ''),
(3100, 1207, 'gt3_product_subtitle_meta_value_key', ''),
(3101, 1207, '_welcome_popup', 'default'),
(3102, 1207, '_enable_popup', '0'),
(3103, 1207, '_newsletter-show-name', '0'),
(3104, 1207, '_show_title', '0'),
(3105, 1207, '_show_thumbnail', '0'),
(3106, 1207, '_show_price', '0'),
(3107, 1207, '_show_add_to_cart', '0'),
(3108, 1207, '_show_summary', '0'),
(3109, 1207, 'mb_header_presets', 'default'),
(3110, 1207, 'mb_page_title_use_feature_image', '0'),
(3111, 1207, '_low_stock_amount', ''),
(3112, 1207, '_thumbnail_id', '1242'),
(3113, 1208, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3114, 1208, '_sku', ''),
(3115, 1208, '_regular_price', '7.99'),
(3116, 1208, '_sale_price', ''),
(3117, 1208, '_sale_price_dates_from', ''),
(3118, 1208, '_sale_price_dates_to', ''),
(3119, 1208, 'total_sales', '0'),
(3120, 1208, '_tax_status', 'taxable'),
(3121, 1208, '_tax_class', ''),
(3122, 1208, '_manage_stock', 'no'),
(3123, 1208, '_backorders', 'no'),
(3124, 1208, '_sold_individually', 'no'),
(3125, 1208, '_weight', ''),
(3126, 1208, '_length', ''),
(3127, 1208, '_width', ''),
(3128, 1208, '_height', ''),
(3129, 1208, '_upsell_ids', 'a:0:{}'),
(3130, 1208, '_crosssell_ids', 'a:0:{}'),
(3131, 1208, '_purchase_note', ''),
(3132, 1208, '_default_attributes', 'a:0:{}'),
(3133, 1208, '_virtual', 'no'),
(3134, 1208, '_downloadable', 'no'),
(3135, 1208, '_product_image_gallery', ''),
(3136, 1208, '_download_limit', '-1'),
(3137, 1208, '_download_expiry', '-1'),
(3138, 1208, '_stock', ''),
(3139, 1208, '_stock_status', 'instock'),
(3140, 1208, '_wc_average_rating', '0'),
(3141, 1208, '_wc_rating_count', 'a:0:{}'),
(3142, 1208, '_wc_review_count', '0'),
(3143, 1208, '_downloadable_files', 'a:0:{}'),
(3144, 1208, '_product_attributes', 'a:0:{}'),
(3145, 1208, '_product_version', '3.5.5'),
(3146, 1208, '_price', '7.99'),
(3147, 1208, 'mb_general_gap', 'default'),
(3148, 1208, 'mb_general_gap_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";}'),
(3149, 1208, 'mb_general_gap_sm_desktop', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}'),
(3150, 1208, 'mb_general_gap_tablet', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(3151, 1208, 'mb_general_gap_mobile', 'a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}'),
(3152, 1208, 'mb_page_sidebar_layout', 'default'),
(3153, 1208, 'mb_page_title_conditional', 'default'),
(3154, 1208, 'mb_show_breadcrumbs', '1'),
(3155, 1208, 'mb_page_title_vertical_align', 'middle'),
(3156, 1208, 'mb_page_title_horizontal_align', 'center'),
(3157, 1208, 'mb_page_title_font_color', '#232325'),
(3158, 1208, 'mb_page_title_bg_color', '#ffffff'),
(3159, 1208, 'mb_page_title_bg_repeat', 'repeat'),
(3160, 1208, 'mb_page_title_bg_size', 'cover'),
(3161, 1208, 'mb_page_title_bg_attachment', 'scroll'),
(3162, 1208, 'mb_page_title_bg_position', 'center center'),
(3163, 1208, 'mb_page_title_height', '200'),
(3164, 1208, 'mb_page_title_top_border', '0'),
(3165, 1208, 'mb_page_title_top_border_color', '#eff0ed'),
(3166, 1208, 'mb_page_title_top_border_color_opacity', '1'),
(3167, 1208, 'mb_page_title_bottom_border', '0'),
(3168, 1208, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3169, 1208, 'mb_page_title_bottom_border_color_opacity', '1'),
(3170, 1208, 'mb_page_title_bottom_margin', '50'),
(3171, 1208, 'mb_single_product', 'default'),
(3172, 1208, 'mb_thumbnails_layout', 'horizontal'),
(3173, 1208, 'mb_product_container', 'container'),
(3174, 1208, 'mb_sticky_thumb', '0'),
(3175, 1208, 'mb_img_size_guide', 'default'),
(3176, 1208, 'mb_classic_tab', '0'),
(3177, 1208, 'mb_img_size_masonry', 'small_h_rect'),
(3178, 1208, '_checkbox_hot', 'no'),
(3179, 1208, '_checkbox_new', 'no'),
(3180, 1208, 'slide_template', 'default'),
(3181, 1208, 'gt3_new_product_tab_meta_value_key', ''),
(3182, 1208, 'gt3_product_subtitle_meta_value_key', ''),
(3183, 1208, '_welcome_popup', 'default'),
(3184, 1208, '_enable_popup', '0'),
(3185, 1208, '_newsletter-show-name', '0'),
(3186, 1208, '_show_title', '0'),
(3187, 1208, '_show_thumbnail', '0'),
(3188, 1208, '_show_price', '0'),
(3189, 1208, '_show_add_to_cart', '0'),
(3190, 1208, '_show_summary', '0'),
(3191, 1208, 'mb_header_presets', 'default'),
(3192, 1208, 'mb_page_title_use_feature_image', '0'),
(3193, 1208, '_low_stock_amount', ''),
(3194, 1208, '_thumbnail_id', '1244'),
(3195, 1232, '_wc_review_count', '0'),
(3196, 1232, '_wc_rating_count', 'a:0:{}'),
(3197, 1232, '_wc_average_rating', '0'),
(3198, 1232, 'mb_page_sidebar_layout', 'default'),
(3199, 1232, 'mb_header_presets', 'default'),
(3200, 1232, 'mb_page_title_conditional', 'default'),
(3201, 1232, 'mb_page_title_use_feature_image', '0'),
(3202, 1232, 'mb_show_breadcrumbs', '0'),
(3203, 1232, 'mb_page_title_vertical_align', 'middle'),
(3204, 1232, 'mb_page_title_horizontal_align', 'center'),
(3205, 1232, 'mb_page_title_font_color', '#232325'),
(3206, 1232, 'mb_page_title_bg_color', '#ffffff'),
(3207, 1232, 'mb_page_title_bg_repeat', 'no-repeat'),
(3208, 1232, 'mb_page_title_bg_size', 'cover'),
(3209, 1232, 'mb_page_title_bg_attachment', 'scroll'),
(3210, 1232, 'mb_page_title_bg_position', 'center center'),
(3211, 1232, 'mb_page_title_height', '250'),
(3212, 1232, 'mb_page_title_top_border', '0'),
(3213, 1232, 'mb_page_title_top_border_color', '#eff0ed'),
(3214, 1232, 'mb_page_title_top_border_color_opacity', '1'),
(3215, 1232, 'mb_page_title_bottom_border', '0'),
(3216, 1232, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3217, 1232, 'mb_page_title_bottom_border_color_opacity', '1'),
(3218, 1232, 'mb_page_title_bottom_margin', '60'),
(3219, 1232, 'mb_page_title_svg_line', 'svg_line_both'),
(3220, 1232, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3221, 1232, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3222, 1232, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3223, 1232, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3224, 1232, 'mb_single_product', 'default'),
(3225, 1232, 'mb_product_container', 'container'),
(3226, 1232, 'mb_thumbnails_layout', 'horizontal'),
(3227, 1232, 'mb_sticky_thumb', '0'),
(3228, 1232, 'mb_img_size_guide', 'default'),
(3229, 1232, 'mb_img_size_masonry', 'small_h_rect'),
(3230, 1232, '_checkbox_hot', 'no'),
(3231, 1232, '_checkbox_new', 'no'),
(3232, 1232, '_sku', ''),
(3233, 1232, '_regular_price', '9.99'),
(3234, 1232, '_sale_price', ''),
(3235, 1232, '_sale_price_dates_from', ''),
(3236, 1232, '_sale_price_dates_to', ''),
(3237, 1232, 'total_sales', '0'),
(3238, 1232, '_tax_status', 'taxable'),
(3239, 1232, '_tax_class', ''),
(3240, 1232, '_manage_stock', 'no'),
(3241, 1232, '_backorders', 'no'),
(3242, 1232, '_low_stock_amount', ''),
(3243, 1232, '_sold_individually', 'no'),
(3244, 1232, '_weight', ''),
(3245, 1232, '_length', ''),
(3246, 1232, '_width', ''),
(3247, 1232, '_height', ''),
(3248, 1232, '_upsell_ids', 'a:0:{}'),
(3249, 1232, '_crosssell_ids', 'a:0:{}'),
(3250, 1232, '_purchase_note', ''),
(3251, 1232, '_default_attributes', 'a:0:{}'),
(3252, 1232, '_virtual', 'no'),
(3253, 1232, '_downloadable', 'no'),
(3254, 1232, '_product_image_gallery', ''),
(3255, 1232, '_download_limit', '-1'),
(3256, 1232, '_download_expiry', '-1'),
(3257, 1232, '_stock', ''),
(3258, 1232, '_stock_status', 'instock'),
(3259, 1232, '_product_version', '3.5.5'),
(3260, 1232, '_price', '9.99'),
(3261, 1232, 'slide_template', 'default'),
(3262, 1232, 'gt3_new_product_tab_meta_value_key', ''),
(3263, 1232, 'gt3_product_subtitle_meta_value_key', ''),
(3264, 1232, '_thumbnail_id', '1255'),
(3265, 1233, '_wc_review_count', '0'),
(3266, 1233, '_wc_rating_count', 'a:0:{}'),
(3267, 1233, '_wc_average_rating', '0'),
(3268, 1233, 'mb_page_sidebar_layout', 'default'),
(3269, 1233, 'mb_header_presets', 'default'),
(3270, 1233, 'mb_page_title_conditional', 'default'),
(3271, 1233, 'mb_page_title_use_feature_image', '0'),
(3272, 1233, 'mb_show_breadcrumbs', '0'),
(3273, 1233, 'mb_page_title_vertical_align', 'middle'),
(3274, 1233, 'mb_page_title_horizontal_align', 'center'),
(3275, 1233, 'mb_page_title_font_color', '#232325'),
(3276, 1233, 'mb_page_title_bg_color', '#ffffff'),
(3277, 1233, 'mb_page_title_bg_repeat', 'no-repeat'),
(3278, 1233, 'mb_page_title_bg_size', 'cover'),
(3279, 1233, 'mb_page_title_bg_attachment', 'scroll'),
(3280, 1233, 'mb_page_title_bg_position', 'center center'),
(3281, 1233, 'mb_page_title_height', '250'),
(3282, 1233, 'mb_page_title_top_border', '0'),
(3283, 1233, 'mb_page_title_top_border_color', '#eff0ed'),
(3284, 1233, 'mb_page_title_top_border_color_opacity', '1'),
(3285, 1233, 'mb_page_title_bottom_border', '0'),
(3286, 1233, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3287, 1233, 'mb_page_title_bottom_border_color_opacity', '1'),
(3288, 1233, 'mb_page_title_bottom_margin', '60'),
(3289, 1233, 'mb_page_title_svg_line', 'svg_line_both'),
(3290, 1233, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3291, 1233, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3292, 1233, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3293, 1233, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3294, 1233, 'mb_single_product', 'default'),
(3295, 1233, 'mb_product_container', 'container'),
(3296, 1233, 'mb_thumbnails_layout', 'horizontal'),
(3297, 1233, 'mb_sticky_thumb', '0'),
(3298, 1233, 'mb_img_size_guide', 'default'),
(3299, 1233, 'mb_img_size_masonry', 'small_h_rect'),
(3300, 1233, '_checkbox_hot', 'no'),
(3301, 1233, '_checkbox_new', 'no'),
(3302, 1233, '_sku', ''),
(3303, 1233, '_regular_price', '7.69'),
(3304, 1233, '_sale_price', ''),
(3305, 1233, '_sale_price_dates_from', ''),
(3306, 1233, '_sale_price_dates_to', ''),
(3307, 1233, 'total_sales', '0'),
(3308, 1233, '_tax_status', 'taxable'),
(3309, 1233, '_tax_class', ''),
(3310, 1233, '_manage_stock', 'no'),
(3311, 1233, '_backorders', 'no'),
(3312, 1233, '_low_stock_amount', ''),
(3313, 1233, '_sold_individually', 'no'),
(3314, 1233, '_weight', ''),
(3315, 1233, '_length', ''),
(3316, 1233, '_width', ''),
(3317, 1233, '_height', ''),
(3318, 1233, '_upsell_ids', 'a:0:{}'),
(3319, 1233, '_crosssell_ids', 'a:0:{}'),
(3320, 1233, '_purchase_note', ''),
(3321, 1233, '_default_attributes', 'a:0:{}'),
(3322, 1233, '_virtual', 'no'),
(3323, 1233, '_downloadable', 'no'),
(3324, 1233, '_product_image_gallery', ''),
(3325, 1233, '_download_limit', '-1'),
(3326, 1233, '_download_expiry', '-1'),
(3327, 1233, '_stock', ''),
(3328, 1233, '_stock_status', 'instock'),
(3329, 1233, '_product_version', '3.5.5'),
(3330, 1233, '_price', '7.69'),
(3331, 1233, 'slide_template', 'default'),
(3332, 1233, 'gt3_new_product_tab_meta_value_key', ''),
(3333, 1233, 'gt3_product_subtitle_meta_value_key', ''),
(3334, 1233, '_thumbnail_id', '1254'),
(3337, 1491, 'mb_page_sidebar_layout', 'default'),
(3338, 1491, 'mb_header_presets', 'default'),
(3339, 1491, 'mb_page_title_conditional', 'default'),
(3340, 1491, 'mb_page_title_use_feature_image', '0'),
(3341, 1491, 'mb_show_breadcrumbs', '0'),
(3342, 1491, 'mb_page_title_vertical_align', 'middle'),
(3343, 1491, 'mb_page_title_horizontal_align', 'center'),
(3344, 1491, 'mb_page_title_font_color', '#232325'),
(3345, 1491, 'mb_page_title_bg_color', '#ffffff'),
(3346, 1491, 'mb_page_title_bg_repeat', 'no-repeat'),
(3347, 1491, 'mb_page_title_bg_size', 'cover'),
(3348, 1491, 'mb_page_title_bg_attachment', 'scroll'),
(3349, 1491, 'mb_page_title_bg_position', 'center center'),
(3350, 1491, 'mb_page_title_height', '250'),
(3351, 1491, 'mb_page_title_top_border', '0'),
(3352, 1491, 'mb_page_title_top_border_color', '#eff0ed'),
(3353, 1491, 'mb_page_title_top_border_color_opacity', '1'),
(3354, 1491, 'mb_page_title_bottom_border', '0'),
(3355, 1491, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3356, 1491, 'mb_page_title_bottom_border_color_opacity', '1'),
(3357, 1491, 'mb_page_title_bottom_margin', '60'),
(3358, 1491, 'mb_page_title_svg_line', 'svg_line_both'),
(3359, 1491, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3360, 1491, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3361, 1491, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3362, 1491, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3363, 1491, 'mb_map_prefooter', 'default'),
(3364, 1491, 'mb_footer_switch', 'default'),
(3365, 1491, 'mb_footer_column', '4'),
(3366, 1491, 'mb_footer_column2', '6-6'),
(3367, 1491, 'mb_footer_column3', '4-4-4'),
(3368, 1491, 'mb_footer_column5', '2-3-2-2-3'),
(3369, 1491, 'mb_footer_align', 'left'),
(3370, 1491, 'mb_padding_top', '70'),
(3371, 1491, 'mb_padding_bottom', '70'),
(3372, 1491, 'mb_padding_left', '0'),
(3373, 1491, 'mb_padding_right', '0'),
(3374, 1491, 'mb_footer_full_width', 'default'),
(3375, 1491, 'mb_footer_bg_size', 'cover'),
(3376, 1491, 'mb_footer_bg_color', '#ffffff'),
(3377, 1491, 'mb_footer_text_color', '#000000'),
(3378, 1491, 'mb_footer_heading_color', '#fafafa'),
(3379, 1491, 'mb_footer_bg_repeat', 'repeat'),
(3380, 1491, 'mb_footer_attachment', 'scroll'),
(3381, 1491, 'mb_footer_bg_position', 'center center'),
(3382, 1491, 'mb_copyright_switch', '1'),
(3383, 1491, 'mb_copyright_align', 'left'),
(3384, 1491, 'mb_copyright_padding_top', '20'),
(3385, 1491, 'mb_copyright_padding_bottom', '20'),
(3386, 1491, 'mb_copyright_padding_left', '0'),
(3387, 1491, 'mb_copyright_padding_right', '0'),
(3388, 1491, 'mb_copyright_bg_color', '#ffffff'),
(3389, 1491, 'mb_copyright_text_color', '#000000'),
(3390, 1491, 'mb_copyright_top_border', '1'),
(3391, 1491, 'mb_copyright_top_border_color', '#2b4764'),
(3392, 1491, 'mb_copyright_top_border_color_opacity', '1'),
(3393, 1491, 'mb_pre_footer_switch', '0'),
(3394, 1491, 'mb_pre_footer_align', 'left'),
(3395, 1491, 'mb_pre_footer_padding_top', '20'),
(3396, 1491, 'mb_pre_footer_padding_bottom', '20'),
(3397, 1491, 'mb_pre_footer_padding_left', '0'),
(3398, 1491, 'mb_pre_footer_padding_right', '0'),
(3399, 1491, 'mb_pre_footer_bottom_border', '1'),
(3400, 1491, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(3401, 1491, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(3402, 1491, 'slide_template', ''),
(3403, 1491, '_elementor_edit_mode', 'builder'),
(3404, 1491, '_elementor_template_type', 'post'),
(3405, 1491, '_wp_page_template', 'default'),
(3406, 1491, '_elementor_data', '[{\"id\":\"352a143a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"72b0e8fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"51df34cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p><p><span>Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed <span style=\\\"color: #b2b74a;\\\"><em>aliquet risus<\\/em><\\/span> a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue sodales.<\\/span><\\/p><p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a330e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b27e733\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"67892756\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":249,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\"}],\"thumbnail_size\":\"large\",\"gallery_columns\":\"2\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28646f32\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7165899\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"49942475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"503d2601\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"677e19af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4e5c61a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"287e5390\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"327dc7d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19838fae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3407, 1491, '_elementor_version', '0.4'),
(3408, 1491, '_thumbnail_id', '1514'),
(3409, 1491, '_wp_old_date', '2019-01-29'),
(3412, 1516, '_thumbnail_id', '1513'),
(3413, 1516, 'mb_page_sidebar_layout', 'default'),
(3414, 1516, 'mb_header_presets', 'default'),
(3415, 1516, 'mb_page_title_conditional', 'default'),
(3416, 1516, 'mb_page_title_use_feature_image', '0'),
(3417, 1516, 'mb_show_breadcrumbs', '0'),
(3418, 1516, 'mb_page_title_vertical_align', 'middle'),
(3419, 1516, 'mb_page_title_horizontal_align', 'center'),
(3420, 1516, 'mb_page_title_font_color', '#232325'),
(3421, 1516, 'mb_page_title_bg_color', '#ffffff'),
(3422, 1516, 'mb_page_title_bg_repeat', 'no-repeat'),
(3423, 1516, 'mb_page_title_bg_size', 'cover'),
(3424, 1516, 'mb_page_title_bg_attachment', 'scroll'),
(3425, 1516, 'mb_page_title_bg_position', 'center center'),
(3426, 1516, 'mb_page_title_height', '250'),
(3427, 1516, 'mb_page_title_top_border', '0'),
(3428, 1516, 'mb_page_title_top_border_color', '#eff0ed'),
(3429, 1516, 'mb_page_title_top_border_color_opacity', '1'),
(3430, 1516, 'mb_page_title_bottom_border', '0'),
(3431, 1516, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3432, 1516, 'mb_page_title_bottom_border_color_opacity', '1'),
(3433, 1516, 'mb_page_title_bottom_margin', '60'),
(3434, 1516, 'mb_page_title_svg_line', 'svg_line_both'),
(3435, 1516, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3436, 1516, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3437, 1516, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3438, 1516, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3439, 1516, 'mb_map_prefooter', 'default'),
(3440, 1516, 'mb_footer_switch', 'default'),
(3441, 1516, 'mb_footer_column', '4'),
(3442, 1516, 'mb_footer_column2', '6-6'),
(3443, 1516, 'mb_footer_column3', '4-4-4'),
(3444, 1516, 'mb_footer_column5', '2-3-2-2-3'),
(3445, 1516, 'mb_footer_align', 'left'),
(3446, 1516, 'mb_padding_top', '70'),
(3447, 1516, 'mb_padding_bottom', '70'),
(3448, 1516, 'mb_padding_left', '0'),
(3449, 1516, 'mb_padding_right', '0'),
(3450, 1516, 'mb_footer_full_width', 'default'),
(3451, 1516, 'mb_footer_bg_size', 'cover'),
(3452, 1516, 'mb_footer_bg_color', '#ffffff'),
(3453, 1516, 'mb_footer_text_color', '#000000'),
(3454, 1516, 'mb_footer_heading_color', '#fafafa'),
(3455, 1516, 'mb_footer_bg_repeat', 'repeat'),
(3456, 1516, 'mb_footer_attachment', 'scroll'),
(3457, 1516, 'mb_footer_bg_position', 'center center'),
(3458, 1516, 'mb_copyright_switch', '1'),
(3459, 1516, 'mb_copyright_align', 'left'),
(3460, 1516, 'mb_copyright_padding_top', '20'),
(3461, 1516, 'mb_copyright_padding_bottom', '20'),
(3462, 1516, 'mb_copyright_padding_left', '0'),
(3463, 1516, 'mb_copyright_padding_right', '0'),
(3464, 1516, 'mb_copyright_bg_color', '#ffffff'),
(3465, 1516, 'mb_copyright_text_color', '#000000'),
(3466, 1516, 'mb_copyright_top_border', '1'),
(3467, 1516, 'mb_copyright_top_border_color', '#2b4764'),
(3468, 1516, 'mb_copyright_top_border_color_opacity', '1'),
(3469, 1516, 'mb_pre_footer_switch', '0'),
(3470, 1516, 'mb_pre_footer_align', 'left'),
(3471, 1516, 'mb_pre_footer_padding_top', '20'),
(3472, 1516, 'mb_pre_footer_padding_bottom', '20'),
(3473, 1516, 'mb_pre_footer_padding_left', '0'),
(3474, 1516, 'mb_pre_footer_padding_right', '0'),
(3475, 1516, 'mb_pre_footer_bottom_border', '1'),
(3476, 1516, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(3477, 1516, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(3478, 1516, 'slide_template', ''),
(3479, 1516, '_elementor_edit_mode', 'builder'),
(3480, 1516, '_elementor_template_type', 'post'),
(3481, 1516, '_wp_page_template', 'default'),
(3482, 1516, '_elementor_data', '[{\"id\":\"5a96ad7f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16954ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2774b60d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p><p><span>Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam. <\\/span><\\/p><p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\\\"color: #b2b74a;\\\">established that<\\/em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p><p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bd39618\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"470a2f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3294aca8\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":249,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\"}],\"thumbnail_size\":\"large\",\"gallery_columns\":\"2\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"251f7654\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"732eaa55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d6683f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14f7cd17\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6e99f7ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b38bd03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e0c294a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f9d724d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"65bbb685\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3483, 1516, '_elementor_version', '0.4'),
(3484, 1516, '_wp_old_date', '2019-01-29'),
(3487, 1519, 'mb_page_sidebar_layout', 'default'),
(3488, 1519, 'mb_header_presets', 'default'),
(3489, 1519, 'mb_page_title_conditional', 'default'),
(3490, 1519, 'mb_page_title_use_feature_image', '0'),
(3491, 1519, 'mb_show_breadcrumbs', '0'),
(3492, 1519, 'mb_page_title_vertical_align', 'middle'),
(3493, 1519, 'mb_page_title_horizontal_align', 'center'),
(3494, 1519, 'mb_page_title_font_color', '#232325'),
(3495, 1519, 'mb_page_title_bg_color', '#ffffff'),
(3496, 1519, 'mb_page_title_bg_repeat', 'no-repeat'),
(3497, 1519, 'mb_page_title_bg_size', 'cover'),
(3498, 1519, 'mb_page_title_bg_attachment', 'scroll'),
(3499, 1519, 'mb_page_title_bg_position', 'center center'),
(3500, 1519, 'mb_page_title_height', '250'),
(3501, 1519, 'mb_page_title_top_border', '0'),
(3502, 1519, 'mb_page_title_top_border_color', '#eff0ed'),
(3503, 1519, 'mb_page_title_top_border_color_opacity', '1'),
(3504, 1519, 'mb_page_title_bottom_border', '0'),
(3505, 1519, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3506, 1519, 'mb_page_title_bottom_border_color_opacity', '1'),
(3507, 1519, 'mb_page_title_bottom_margin', '60'),
(3508, 1519, 'mb_page_title_svg_line', 'svg_line_both'),
(3509, 1519, 'mb_page_title_svg_line_top_color', '#ffffff');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3510, 1519, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3511, 1519, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3512, 1519, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3513, 1519, 'mb_map_prefooter', 'default'),
(3514, 1519, 'mb_footer_switch', 'default'),
(3515, 1519, 'mb_footer_column', '4'),
(3516, 1519, 'mb_footer_column2', '6-6'),
(3517, 1519, 'mb_footer_column3', '4-4-4'),
(3518, 1519, 'mb_footer_column5', '2-3-2-2-3'),
(3519, 1519, 'mb_footer_align', 'left'),
(3520, 1519, 'mb_padding_top', '70'),
(3521, 1519, 'mb_padding_bottom', '70'),
(3522, 1519, 'mb_padding_left', '0'),
(3523, 1519, 'mb_padding_right', '0'),
(3524, 1519, 'mb_footer_full_width', 'default'),
(3525, 1519, 'mb_footer_bg_size', 'cover'),
(3526, 1519, 'mb_footer_bg_color', '#ffffff'),
(3527, 1519, 'mb_footer_text_color', '#000000'),
(3528, 1519, 'mb_footer_heading_color', '#fafafa'),
(3529, 1519, 'mb_footer_bg_repeat', 'repeat'),
(3530, 1519, 'mb_footer_attachment', 'scroll'),
(3531, 1519, 'mb_footer_bg_position', 'center center'),
(3532, 1519, 'mb_copyright_switch', '1'),
(3533, 1519, 'mb_copyright_align', 'left'),
(3534, 1519, 'mb_copyright_padding_top', '20'),
(3535, 1519, 'mb_copyright_padding_bottom', '20'),
(3536, 1519, 'mb_copyright_padding_left', '0'),
(3537, 1519, 'mb_copyright_padding_right', '0'),
(3538, 1519, 'mb_copyright_bg_color', '#ffffff'),
(3539, 1519, 'mb_copyright_text_color', '#000000'),
(3540, 1519, 'mb_copyright_top_border', '1'),
(3541, 1519, 'mb_copyright_top_border_color', '#2b4764'),
(3542, 1519, 'mb_copyright_top_border_color_opacity', '1'),
(3543, 1519, 'mb_pre_footer_switch', '0'),
(3544, 1519, 'mb_pre_footer_align', 'left'),
(3545, 1519, 'mb_pre_footer_padding_top', '20'),
(3546, 1519, 'mb_pre_footer_padding_bottom', '20'),
(3547, 1519, 'mb_pre_footer_padding_left', '0'),
(3548, 1519, 'mb_pre_footer_padding_right', '0'),
(3549, 1519, 'mb_pre_footer_bottom_border', '1'),
(3550, 1519, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(3551, 1519, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(3552, 1519, 'slide_template', ''),
(3553, 1519, '_elementor_edit_mode', 'builder'),
(3554, 1519, '_elementor_template_type', 'post'),
(3555, 1519, '_wp_page_template', 'default'),
(3556, 1519, '_elementor_data', '[{\"id\":\"766a9e4f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7054c8eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6d5d3b90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p><p><span>Velit scaevola persecuti nam ea. Saperet maiorum petentium sea in. An albucius convenire sapientem sed. Simul dolorem usu id, his aliquip scaevola complectitur eu, viderer consequuntur per no. Tempor euismod.<\\/span><\\/p><p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\\\"color: #b2b74a;\\\">established that<\\/em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p><p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3689bd08\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f43383c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"15996db7\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":249,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\"}],\"thumbnail_size\":\"large\",\"gallery_columns\":\"2\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70ebf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1990dcab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a7bb7fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ae6c6c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7603a7ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5d14ae77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b815f45\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63574eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38b23081\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3557, 1519, '_elementor_version', '0.4'),
(3558, 1519, '_thumbnail_id', '1512'),
(3559, 1519, '_wp_old_date', '2019-01-29'),
(3560, 1569, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(3561, 1569, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"Agrosector \"[your-subject]\"\";s:6:\"sender\";s:29:\"Agrosector <help@livewp.site>\";s:9:\"recipient\";s:16:\"help@livewp.site\";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(3562, 1569, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"Agrosector \"[your-subject]\"\";s:6:\"sender\";s:29:\"Agrosector <help@livewp.site>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\";s:18:\"additional_headers\";s:26:\"Reply-To: help@livewp.site\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(3563, 1569, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(3564, 1569, '_additional_settings', ''),
(3565, 1569, '_locale', 'en_US'),
(3566, 522, 'slide_template', 'default'),
(3567, 522, 'social_url', 'a:5:{i:0;a:3:{s:4:\"name\";s:9:\"POSITION:\";s:11:\"description\";s:15:\"Founder/ Farmer\";s:7:\"address\";s:0:\"\";}i:1;a:3:{s:4:\"name\";s:6:\"LEVEL:\";s:11:\"description\";s:4:\"High\";s:7:\"address\";s:0:\"\";}i:2;a:3:{s:4:\"name\";s:11:\"EXPERIENCE:\";s:11:\"description\";s:7:\"5 Years\";s:7:\"address\";s:0:\"\";}i:3;a:3:{s:4:\"name\";s:6:\"EMAIL:\";s:11:\"description\";s:22:\"jason-ford@example.com\";s:7:\"address\";s:29:\"mailto:jason-ford@example.com\";}i:4;a:3:{s:4:\"name\";s:6:\"PHONE:\";s:11:\"description\";s:12:\"826 256 1234\";s:7:\"address\";s:18:\"tel:82620256201234\";}}'),
(3568, 522, 'icon_selection', 'a:3:{i:0;a:4:{s:6:\"select\";s:14:\"fa fa-facebook\";s:4:\"text\";s:8:\"facebook\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#3b5998\";}i:1;a:4:{s:6:\"select\";s:13:\"fa fa-twitter\";s:4:\"text\";s:7:\"twitter\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#55acee\";}i:2;a:4:{s:6:\"select\";s:15:\"fa fa-instagram\";s:4:\"text\";s:9:\"instagram\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#e4405f\";}}'),
(3569, 522, 'mb_page_sidebar_layout', 'default'),
(3570, 522, 'mb_header_presets', 'default'),
(3571, 522, 'mb_page_title_conditional', 'default'),
(3572, 522, 'mb_page_title_use_feature_image', '0'),
(3573, 522, 'mb_show_breadcrumbs', '0'),
(3574, 522, 'mb_page_title_vertical_align', 'middle'),
(3575, 522, 'mb_page_title_horizontal_align', 'center'),
(3576, 522, 'mb_page_title_font_color', '#232325'),
(3577, 522, 'mb_page_title_bg_color', '#ffffff'),
(3578, 522, 'mb_page_title_bg_repeat', 'no-repeat'),
(3579, 522, 'mb_page_title_bg_size', 'cover'),
(3580, 522, 'mb_page_title_bg_attachment', 'scroll'),
(3581, 522, 'mb_page_title_bg_position', 'center center'),
(3582, 522, 'mb_page_title_height', '250'),
(3583, 522, 'mb_page_title_top_border', '0'),
(3584, 522, 'mb_page_title_top_border_color', '#eff0ed'),
(3585, 522, 'mb_page_title_top_border_color_opacity', '1'),
(3586, 522, 'mb_page_title_bottom_border', '0'),
(3587, 522, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3588, 522, 'mb_page_title_bottom_border_color_opacity', '1'),
(3589, 522, 'mb_page_title_bottom_margin', '60'),
(3590, 522, 'mb_page_title_svg_line', 'svg_line_both'),
(3591, 522, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3592, 522, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3593, 522, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3594, 522, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3595, 522, '_wp_page_template', 'default'),
(3596, 522, 'position_member', 'Founder/ Farmer'),
(3597, 522, '_elementor_edit_mode', 'builder'),
(3598, 522, '_elementor_template_type', 'post'),
(3599, 522, '_elementor_data', '[{\"id\":\"29fd575f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1710c4fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7c6b33da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Experience\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47a14e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u00a0Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7f987cfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d0f75da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"44b45305\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"74a17fe2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\",\"id\":19},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"277fbf1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2518bd13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Skills and Advantages\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16bfa850\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"21149e5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"6eb98634\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5e85f07b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7404a9b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a7658f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"498ed274\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3b56636c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c7a285\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e72c55c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Experience\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bfbc7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus<\\/span><\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1cf737e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"773b76b6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(3600, 522, '_elementor_version', '0.4'),
(3601, 522, '_thumbnail_id', '1381'),
(3602, 522, '_wp_old_slug', 'jason-ford'),
(3603, 530, '_elementor_edit_mode', 'builder'),
(3604, 530, '_elementor_template_type', 'post'),
(3605, 530, '_wp_page_template', 'default'),
(3606, 530, '_elementor_data', '[{\"id\":\"1712b47\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"17e3b45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7aee0ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Experience\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d96cc91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u00a0Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dd2992\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f215c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aed403a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bfc944b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\",\"id\":19},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b67ec12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb97de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Skills and Advantages\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a1046e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"453b594\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f2f3402\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"668de9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"43812ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ad4822\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f03b49b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e9676cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1d0537\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2881aec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Experience\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fdd84b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus<\\/span><\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52a387b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"80f9bae\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(3607, 530, '_elementor_version', '0.4'),
(3608, 530, 'slide_template', 'default'),
(3609, 530, '_wp_old_slug', 'elementor-530'),
(3610, 530, 'social_url', 'a:5:{i:0;a:3:{s:4:\"name\";s:9:\"POSITION:\";s:11:\"description\";s:10:\"Agronomist\";s:7:\"address\";s:0:\"\";}i:1;a:3:{s:4:\"name\";s:6:\"LEVEL:\";s:11:\"description\";s:4:\"High\";s:7:\"address\";s:0:\"\";}i:2;a:3:{s:4:\"name\";s:11:\"EXPERIENCE:\";s:11:\"description\";s:7:\"5 Years\";s:7:\"address\";s:0:\"\";}i:3;a:3:{s:4:\"name\";s:6:\"EMAIL:\";s:11:\"description\";s:21:\"alex-well@example.com\";s:7:\"address\";s:28:\"mailto:alex-well@example.com\";}i:4;a:3:{s:4:\"name\";s:6:\"PHONE:\";s:11:\"description\";s:12:\"826 256 1234\";s:7:\"address\";s:18:\"tel:82620256201234\";}}'),
(3611, 530, 'icon_selection', 'a:3:{i:0;a:4:{s:6:\"select\";s:14:\"fa fa-facebook\";s:4:\"text\";s:8:\"facebook\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#3b5998\";}i:1;a:4:{s:6:\"select\";s:13:\"fa fa-twitter\";s:4:\"text\";s:7:\"twitter\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#55acee\";}i:2;a:4:{s:6:\"select\";s:15:\"fa fa-instagram\";s:4:\"text\";s:9:\"instagram\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#e4405f\";}}'),
(3612, 530, 'mb_page_sidebar_layout', 'default'),
(3613, 530, 'mb_header_presets', 'default'),
(3614, 530, 'mb_page_title_conditional', 'default'),
(3615, 530, 'mb_page_title_use_feature_image', '0'),
(3616, 530, 'mb_show_breadcrumbs', '0'),
(3617, 530, 'mb_page_title_vertical_align', 'middle'),
(3618, 530, 'mb_page_title_horizontal_align', 'center'),
(3619, 530, 'mb_page_title_font_color', '#232325'),
(3620, 530, 'mb_page_title_bg_color', '#ffffff'),
(3621, 530, 'mb_page_title_bg_repeat', 'no-repeat'),
(3622, 530, 'mb_page_title_bg_size', 'cover'),
(3623, 530, 'mb_page_title_bg_attachment', 'scroll'),
(3624, 530, 'mb_page_title_bg_position', 'center center'),
(3625, 530, 'mb_page_title_height', '250'),
(3626, 530, 'mb_page_title_top_border', '0'),
(3627, 530, 'mb_page_title_top_border_color', '#eff0ed'),
(3628, 530, 'mb_page_title_top_border_color_opacity', '1'),
(3629, 530, 'mb_page_title_bottom_border', '0'),
(3630, 530, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3631, 530, 'mb_page_title_bottom_border_color_opacity', '1'),
(3632, 530, 'mb_page_title_bottom_margin', '60'),
(3633, 530, 'mb_page_title_svg_line', 'svg_line_both'),
(3634, 530, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3635, 530, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3636, 530, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3637, 530, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3638, 530, 'position_member', 'Agronomist'),
(3639, 530, '_thumbnail_id', '1379'),
(3640, 551, '_wp_page_template', 'default'),
(3641, 551, 'slide_template', 'default'),
(3642, 551, 'position_member', 'Milking Operator'),
(3643, 551, 'social_url', 'a:5:{i:0;a:3:{s:4:\"name\";s:9:\"POSITION:\";s:11:\"description\";s:16:\"Milking Operator\";s:7:\"address\";s:0:\"\";}i:1;a:3:{s:4:\"name\";s:6:\"LEVEL:\";s:11:\"description\";s:4:\"High\";s:7:\"address\";s:0:\"\";}i:2;a:3:{s:4:\"name\";s:11:\"EXPERIENCE:\";s:11:\"description\";s:7:\"5 Years\";s:7:\"address\";s:0:\"\";}i:3;a:3:{s:4:\"name\";s:6:\"EMAIL:\";s:11:\"description\";s:24:\"lusi-jackson@example.com\";s:7:\"address\";s:31:\"mailto:lusi-jackson@example.com\";}i:4;a:3:{s:4:\"name\";s:6:\"PHONE:\";s:11:\"description\";s:12:\"826 256 1234\";s:7:\"address\";s:18:\"tel:82620256201234\";}}'),
(3644, 551, 'icon_selection', 'a:3:{i:0;a:4:{s:6:\"select\";s:13:\"fa fa-twitter\";s:4:\"text\";s:8:\"facebook\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#3b5998\";}i:1;a:4:{s:6:\"select\";s:14:\"fa fa-facebook\";s:4:\"text\";s:7:\"twitter\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#55acee\";}i:2;a:4:{s:6:\"select\";s:15:\"fa fa-instagram\";s:4:\"text\";s:9:\"instagram\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#e4405f\";}}'),
(3645, 551, 'mb_page_sidebar_layout', 'default'),
(3646, 551, 'mb_header_presets', 'default'),
(3647, 551, 'mb_page_title_conditional', 'default'),
(3648, 551, 'mb_page_title_use_feature_image', '0'),
(3649, 551, 'mb_show_breadcrumbs', '0'),
(3650, 551, 'mb_page_title_vertical_align', 'middle'),
(3651, 551, 'mb_page_title_horizontal_align', 'center'),
(3652, 551, 'mb_page_title_font_color', '#232325'),
(3653, 551, 'mb_page_title_bg_color', '#ffffff'),
(3654, 551, 'mb_page_title_bg_repeat', 'no-repeat'),
(3655, 551, 'mb_page_title_bg_size', 'cover'),
(3656, 551, 'mb_page_title_bg_attachment', 'scroll'),
(3657, 551, 'mb_page_title_bg_position', 'center center'),
(3658, 551, 'mb_page_title_height', '250'),
(3659, 551, 'mb_page_title_top_border', '0'),
(3660, 551, 'mb_page_title_top_border_color', '#eff0ed'),
(3661, 551, 'mb_page_title_top_border_color_opacity', '1'),
(3662, 551, 'mb_page_title_bottom_border', '0'),
(3663, 551, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3664, 551, 'mb_page_title_bottom_border_color_opacity', '1'),
(3665, 551, 'mb_page_title_bottom_margin', '60'),
(3666, 551, 'mb_page_title_svg_line', 'svg_line_both'),
(3667, 551, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3668, 551, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3669, 551, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3670, 551, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3671, 551, '_elementor_edit_mode', 'builder'),
(3672, 551, '_elementor_template_type', 'post'),
(3673, 551, '_elementor_data', '[{\"id\":\"609817dc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1d2c9c34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"695c0afb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Experience\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d947125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u00a0Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e6b2169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e9063e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"39c4788d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71fb8e36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\",\"id\":19},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39334cbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e673760\",\"elType\":\"widget\",\"settings\":{\"title\":\"Skills and Advantages\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"91b6271\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"2b757cb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5e8c8198\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7b66e707\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"1aff61bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"73168665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41f3fbe\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6a0248ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"14a1f640\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"53dc112b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Experience\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1328e289\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus<\\/span><\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42bccc15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21d75801\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(3674, 551, '_elementor_version', '0.4'),
(3675, 551, '_thumbnail_id', '1384'),
(3676, 554, '_wp_page_template', 'default'),
(3677, 554, 'slide_template', 'default'),
(3678, 554, 'position_member', 'Mechanic'),
(3679, 554, 'social_url', 'a:5:{i:0;a:3:{s:4:\"name\";s:9:\"POSITION:\";s:11:\"description\";s:8:\"Mechanic\";s:7:\"address\";s:0:\"\";}i:1;a:3:{s:4:\"name\";s:6:\"LEVEL:\";s:11:\"description\";s:4:\"High\";s:7:\"address\";s:0:\"\";}i:2;a:3:{s:4:\"name\";s:11:\"EXPERIENCE:\";s:11:\"description\";s:7:\"5 Years\";s:7:\"address\";s:0:\"\";}i:3;a:3:{s:4:\"name\";s:6:\"EMAIL:\";s:11:\"description\";s:24:\"artur-sunday@example.com\";s:7:\"address\";s:31:\"mailto:artur-sunday@example.com\";}i:4;a:3:{s:4:\"name\";s:6:\"PHONE:\";s:11:\"description\";s:12:\"826 256 1234\";s:7:\"address\";s:18:\"tel:82620256201234\";}}'),
(3680, 554, 'icon_selection', 'a:3:{i:0;a:4:{s:6:\"select\";s:14:\"fa fa-facebook\";s:4:\"text\";s:8:\"facebook\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#3b5998\";}i:1;a:4:{s:6:\"select\";s:13:\"fa fa-twitter\";s:4:\"text\";s:7:\"twitter\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#55acee\";}i:2;a:4:{s:6:\"select\";s:15:\"fa fa-instagram\";s:4:\"text\";s:9:\"instagram\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#e4405f\";}}'),
(3681, 554, 'mb_page_sidebar_layout', 'default'),
(3682, 554, 'mb_header_presets', 'default'),
(3683, 554, 'mb_page_title_conditional', 'default'),
(3684, 554, 'mb_page_title_use_feature_image', '0'),
(3685, 554, 'mb_show_breadcrumbs', '0'),
(3686, 554, 'mb_page_title_vertical_align', 'middle'),
(3687, 554, 'mb_page_title_horizontal_align', 'center'),
(3688, 554, 'mb_page_title_font_color', '#232325'),
(3689, 554, 'mb_page_title_bg_color', '#ffffff'),
(3690, 554, 'mb_page_title_bg_repeat', 'no-repeat'),
(3691, 554, 'mb_page_title_bg_size', 'cover'),
(3692, 554, 'mb_page_title_bg_attachment', 'scroll'),
(3693, 554, 'mb_page_title_bg_position', 'center center'),
(3694, 554, 'mb_page_title_height', '250'),
(3695, 554, 'mb_page_title_top_border', '0'),
(3696, 554, 'mb_page_title_top_border_color', '#eff0ed'),
(3697, 554, 'mb_page_title_top_border_color_opacity', '1'),
(3698, 554, 'mb_page_title_bottom_border', '0'),
(3699, 554, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3700, 554, 'mb_page_title_bottom_border_color_opacity', '1'),
(3701, 554, 'mb_page_title_bottom_margin', '60'),
(3702, 554, 'mb_page_title_svg_line', 'svg_line_both'),
(3703, 554, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3704, 554, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3705, 554, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3706, 554, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3707, 554, '_elementor_edit_mode', 'builder'),
(3708, 554, '_elementor_template_type', 'post'),
(3709, 554, '_elementor_data', '[{\"id\":\"73c9bb33\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1c4cea22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7ecee29c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Experience\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"239facc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u00a0Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d92fc93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292bcac6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5055ecee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"61f02118\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\",\"id\":19},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"670375ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7a20d0c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Skills and Advantages\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7649d94d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"78dd6c59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4e2c812a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4090b67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"6ef65ab4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"417f6cee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4820c6a3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"68653821\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40d0d400\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"68fa547\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Experience\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"658379d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus<\\/span><\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"379bfb30\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28cd9758\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(3710, 554, '_elementor_version', '0.4'),
(3711, 554, '_thumbnail_id', '1385'),
(3712, 557, '_wp_page_template', 'default'),
(3713, 557, 'slide_template', 'default'),
(3714, 557, 'social_url', 'a:5:{i:0;a:3:{s:4:\"name\";s:9:\"POSITION:\";s:11:\"description\";s:17:\"Livestock Breeder\";s:7:\"address\";s:0:\"\";}i:1;a:3:{s:4:\"name\";s:6:\"LEVEL:\";s:11:\"description\";s:4:\"High\";s:7:\"address\";s:0:\"\";}i:2;a:3:{s:4:\"name\";s:11:\"EXPERIENCE:\";s:11:\"description\";s:7:\"5 Years\";s:7:\"address\";s:0:\"\";}i:3;a:3:{s:4:\"name\";s:6:\"EMAIL:\";s:11:\"description\";s:22:\"rosa-stone@example.com\";s:7:\"address\";s:22:\"rosa-stone@example.com\";}i:4;a:3:{s:4:\"name\";s:6:\"PHONE:\";s:11:\"description\";s:12:\"826 256 1234\";s:7:\"address\";s:18:\"tel:82620256201234\";}}'),
(3715, 557, 'icon_selection', 'a:3:{i:0;a:4:{s:6:\"select\";s:14:\"fa fa-facebook\";s:4:\"text\";s:8:\"facebook\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:0:\"\";}i:1;a:4:{s:6:\"select\";s:13:\"fa fa-twitter\";s:4:\"text\";s:7:\"twitter\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:0:\"\";}i:2;a:4:{s:6:\"select\";s:15:\"fa fa-instagram\";s:4:\"text\";s:9:\"instagram\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:0:\"\";}}'),
(3716, 557, 'mb_page_sidebar_layout', 'default'),
(3717, 557, 'mb_header_presets', 'default'),
(3718, 557, 'mb_page_title_conditional', 'default'),
(3719, 557, 'mb_page_title_use_feature_image', '0'),
(3720, 557, 'mb_show_breadcrumbs', '0'),
(3721, 557, 'mb_page_title_vertical_align', 'middle'),
(3722, 557, 'mb_page_title_horizontal_align', 'center'),
(3723, 557, 'mb_page_title_font_color', '#232325');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3724, 557, 'mb_page_title_bg_color', '#ffffff'),
(3725, 557, 'mb_page_title_bg_repeat', 'no-repeat'),
(3726, 557, 'mb_page_title_bg_size', 'cover'),
(3727, 557, 'mb_page_title_bg_attachment', 'scroll'),
(3728, 557, 'mb_page_title_bg_position', 'center center'),
(3729, 557, 'mb_page_title_height', '250'),
(3730, 557, 'mb_page_title_top_border', '0'),
(3731, 557, 'mb_page_title_top_border_color', '#eff0ed'),
(3732, 557, 'mb_page_title_top_border_color_opacity', '1'),
(3733, 557, 'mb_page_title_bottom_border', '0'),
(3734, 557, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3735, 557, 'mb_page_title_bottom_border_color_opacity', '1'),
(3736, 557, 'mb_page_title_bottom_margin', '60'),
(3737, 557, 'mb_page_title_svg_line', 'svg_line_both'),
(3738, 557, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3739, 557, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3740, 557, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3741, 557, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3742, 557, 'position_member', 'Livestock Breeder'),
(3743, 557, '_elementor_edit_mode', 'builder'),
(3744, 557, '_elementor_template_type', 'post'),
(3745, 557, '_elementor_data', '[{\"id\":\"42ea4208\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4e510ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2524a75c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Experience\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2788ad13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u00a0Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10ea2473\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47dad41c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7d18dce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"63ac36ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\",\"id\":19},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"40824030\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c2f69c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Skills and Advantages\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"652226c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"42eccb87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"68fcfe1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f6c0ee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"64d74146\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4edfb910\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66bfb568\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"26012b3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2db920d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72f54914\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Experience\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"573ff20a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus<\\/span><\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b918740\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68e1b95a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(3746, 557, '_elementor_version', '0.4'),
(3747, 557, '_thumbnail_id', '1382'),
(3748, 560, '_wp_page_template', 'default'),
(3749, 560, 'slide_template', 'default'),
(3750, 560, 'position_member', 'Poultry House'),
(3751, 560, 'social_url', 'a:5:{i:0;a:3:{s:4:\"name\";s:9:\"POSITION:\";s:11:\"description\";s:13:\"Poultry House\";s:7:\"address\";s:0:\"\";}i:1;a:3:{s:4:\"name\";s:6:\"LEVEL:\";s:11:\"description\";s:4:\"High\";s:7:\"address\";s:0:\"\";}i:2;a:3:{s:4:\"name\";s:11:\"EXPERIENCE:\";s:11:\"description\";s:7:\"5 Years\";s:7:\"address\";s:0:\"\";}i:3;a:3:{s:4:\"name\";s:6:\"EMAIL:\";s:11:\"description\";s:27:\"donald-benjamin@example.com\";s:7:\"address\";s:34:\"mailto:donald-benjamin@example.com\";}i:4;a:3:{s:4:\"name\";s:6:\"PHONE:\";s:11:\"description\";s:12:\"826 256 1234\";s:7:\"address\";s:18:\"tel:82620256201234\";}}'),
(3752, 560, 'icon_selection', 'a:3:{i:0;a:4:{s:6:\"select\";s:14:\"fa fa-facebook\";s:4:\"text\";s:8:\"facebook\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#3b5998\";}i:1;a:4:{s:6:\"select\";s:13:\"fa fa-twitter\";s:4:\"text\";s:7:\"twitter\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#55acee\";}i:2;a:4:{s:6:\"select\";s:15:\"fa fa-instagram\";s:4:\"text\";s:9:\"instagram\";s:5:\"input\";s:1:\"#\";s:5:\"color\";s:7:\"#e4405f\";}}'),
(3753, 560, 'mb_page_sidebar_layout', 'default'),
(3754, 560, 'mb_header_presets', 'default'),
(3755, 560, 'mb_page_title_conditional', 'default'),
(3756, 560, 'mb_page_title_use_feature_image', '0'),
(3757, 560, 'mb_show_breadcrumbs', '0'),
(3758, 560, 'mb_page_title_vertical_align', 'middle'),
(3759, 560, 'mb_page_title_horizontal_align', 'center'),
(3760, 560, 'mb_page_title_font_color', '#232325'),
(3761, 560, 'mb_page_title_bg_color', '#ffffff'),
(3762, 560, 'mb_page_title_bg_repeat', 'no-repeat'),
(3763, 560, 'mb_page_title_bg_size', 'cover'),
(3764, 560, 'mb_page_title_bg_attachment', 'scroll'),
(3765, 560, 'mb_page_title_bg_position', 'center center'),
(3766, 560, 'mb_page_title_height', '250'),
(3767, 560, 'mb_page_title_top_border', '0'),
(3768, 560, 'mb_page_title_top_border_color', '#eff0ed'),
(3769, 560, 'mb_page_title_top_border_color_opacity', '1'),
(3770, 560, 'mb_page_title_bottom_border', '0'),
(3771, 560, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3772, 560, 'mb_page_title_bottom_border_color_opacity', '1'),
(3773, 560, 'mb_page_title_bottom_margin', '60'),
(3774, 560, 'mb_page_title_svg_line', 'svg_line_both'),
(3775, 560, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3776, 560, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3777, 560, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3778, 560, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3779, 560, '_elementor_edit_mode', 'builder'),
(3780, 560, '_elementor_template_type', 'post'),
(3781, 560, '_elementor_data', '[{\"id\":\"45ccfd9e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53f1cd6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3550aa8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Experience\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51d64744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u00a0Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45372aaf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d08347e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6f7f6dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"27d3201\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\",\"id\":19},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"694e464b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d549393\",\"elType\":\"widget\",\"settings\":{\"title\":\"Skills and Advantages\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fc79adc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"93aab9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"166b839\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"21fc8f84\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"6cafd2bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77a6a093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a2810a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"22aaa6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76c9faf1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"503aa35c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technical Experience\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15fc0f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus<\\/span><\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41681f89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis\\u00a0 magna urna. Nam aliquam posuere velit, quis scelerisque libero.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"64e858ce\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(3782, 560, '_elementor_version', '0.4'),
(3783, 560, '_thumbnail_id', '1383'),
(3784, 819, '_wp_page_template', 'default'),
(3786, 819, '_elementor_edit_mode', 'builder'),
(3787, 819, '_elementor_template_type', 'post'),
(3788, 819, '_elementor_data', '[{\"id\":\"987f267\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21780ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9538bc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dc4955c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dff4fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a0c8ef4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed1834\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4c14cc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20da24e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38cff4d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39edfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b14fa56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e816c41\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a551c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf8ae8b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"a13c8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"f01fe13\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"e5b6416\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"61d27ae\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62430ba\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c6bfa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"96c3ced\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a99457a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fcde8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2a1c19f\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"a562652\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7db4dae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"aad2d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"f037155\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b3d958c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97baf5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981f6d7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"28dbf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae7b423\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3789, 819, '_elementor_version', '0.4'),
(3790, 819, '_thumbnail_id', '1731'),
(3791, 819, 'mb_page_sidebar_layout', 'default'),
(3792, 819, 'mb_header_presets', 'default'),
(3793, 819, 'mb_page_title_conditional', 'yes'),
(3794, 819, 'mb_page_title_use_feature_image', '0'),
(3795, 819, 'mb_show_breadcrumbs', '0'),
(3796, 819, 'mb_page_title_vertical_align', 'middle'),
(3797, 819, 'mb_page_title_horizontal_align', 'center'),
(3798, 819, 'mb_page_title_font_color', '#ffffff'),
(3799, 819, 'mb_page_title_bg_color', '#ffffff'),
(3800, 819, 'mb_page_title_bg_repeat', 'no-repeat'),
(3801, 819, 'mb_page_title_bg_size', 'cover'),
(3802, 819, 'mb_page_title_bg_attachment', 'scroll'),
(3803, 819, 'mb_page_title_bg_position', 'center center'),
(3804, 819, 'mb_page_title_height', '345'),
(3805, 819, 'mb_page_title_top_border', '0'),
(3806, 819, 'mb_page_title_top_border_color', '#eff0ed'),
(3807, 819, 'mb_page_title_top_border_color_opacity', '1'),
(3808, 819, 'mb_page_title_bottom_border', '0'),
(3809, 819, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3810, 819, 'mb_page_title_bottom_border_color_opacity', '1'),
(3811, 819, 'mb_page_title_bottom_margin', '68'),
(3812, 819, 'mb_page_title_svg_line', 'svg_line_both'),
(3813, 819, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3814, 819, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3815, 819, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3816, 819, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3817, 819, 'mb_map_prefooter', 'default'),
(3818, 819, 'mb_footer_switch', 'default'),
(3819, 819, 'mb_footer_column', '4'),
(3820, 819, 'mb_footer_column2', '6-6'),
(3821, 819, 'mb_footer_column3', '4-4-4'),
(3822, 819, 'mb_footer_column5', '2-3-2-2-3'),
(3823, 819, 'mb_footer_align', 'left'),
(3824, 819, 'mb_padding_top', '70'),
(3825, 819, 'mb_padding_bottom', '70'),
(3826, 819, 'mb_padding_left', '0'),
(3827, 819, 'mb_padding_right', '0'),
(3828, 819, 'mb_footer_full_width', 'default'),
(3829, 819, 'mb_footer_bg_size', 'cover'),
(3830, 819, 'mb_footer_bg_color', '#ffffff'),
(3831, 819, 'mb_footer_text_color', '#000000'),
(3832, 819, 'mb_footer_heading_color', '#fafafa'),
(3833, 819, 'mb_footer_bg_repeat', 'repeat'),
(3834, 819, 'mb_footer_attachment', 'scroll'),
(3835, 819, 'mb_footer_bg_position', 'center center'),
(3836, 819, 'mb_copyright_switch', '1'),
(3837, 819, 'mb_copyright_align', 'left'),
(3838, 819, 'mb_copyright_padding_top', '20'),
(3839, 819, 'mb_copyright_padding_bottom', '20'),
(3840, 819, 'mb_copyright_padding_left', '0'),
(3841, 819, 'mb_copyright_padding_right', '0'),
(3842, 819, 'mb_copyright_bg_color', '#ffffff'),
(3843, 819, 'mb_copyright_text_color', '#000000'),
(3844, 819, 'mb_copyright_top_border', '1'),
(3845, 819, 'mb_copyright_top_border_color', '#2b4764'),
(3846, 819, 'mb_copyright_top_border_color_opacity', '1'),
(3847, 819, 'mb_pre_footer_switch', '0'),
(3848, 819, 'mb_pre_footer_align', 'left'),
(3849, 819, 'mb_pre_footer_padding_top', '20'),
(3850, 819, 'mb_pre_footer_padding_bottom', '20'),
(3851, 819, 'mb_pre_footer_padding_left', '0'),
(3852, 819, 'mb_pre_footer_padding_right', '0'),
(3853, 819, 'mb_pre_footer_bottom_border', '1'),
(3854, 819, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(3855, 819, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(3856, 819, 'mb_preloader', 'default'),
(3857, 819, 'mb_preloader_type', 'linear'),
(3858, 819, 'mb_preloader_background', '#ffffff'),
(3859, 819, 'mb_preloader_item_color', '#474747'),
(3860, 819, 'mb_preloader_item_color2', '#e94e76'),
(3861, 819, 'mb_preloader_item_width', '120'),
(3862, 819, 'mb_preloader_item_stroke', '2'),
(3863, 819, 'mb_preloader_item_logo_width', '45'),
(3864, 819, 'mb_preloader_full', '1'),
(3865, 819, 'project_short_desc', 'Sản phẩm khác'),
(3867, 857, '_wp_page_template', 'default'),
(3869, 857, '_elementor_edit_mode', 'builder'),
(3870, 857, '_elementor_template_type', 'post'),
(3871, 857, '_elementor_data', '[{\"id\":\"4a12948b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7e6e03ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"166dbd6e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"308e4c0a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56a6a07b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23ca0f37\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29e7da04\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d97c8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"574f2720\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7df527\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b47c026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61a1695a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59f1594\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71ed80f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bc7d712\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0cf65d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"94f5b24\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"99be620\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"edcaafc\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"215509f5\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cf5bb5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"651dfe49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d05337\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65e504d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7ca3a295\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"22fdbcdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"55caa182\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a4b8b9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"445db30\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb948c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee55873\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6294a4fe\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b9ae2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"190d1025\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3872, 857, '_elementor_version', '0.4'),
(3873, 857, '_thumbnail_id', '1730'),
(3874, 857, 'mb_page_sidebar_layout', 'default'),
(3875, 857, 'mb_header_presets', 'default'),
(3876, 857, 'mb_page_title_conditional', 'yes'),
(3877, 857, 'mb_page_title_use_feature_image', '0'),
(3878, 857, 'mb_show_breadcrumbs', '0'),
(3879, 857, 'mb_page_title_vertical_align', 'middle'),
(3880, 857, 'mb_page_title_horizontal_align', 'center'),
(3881, 857, 'mb_page_title_font_color', '#ffffff'),
(3882, 857, 'mb_page_title_bg_color', '#ffffff'),
(3883, 857, 'mb_page_title_bg_repeat', 'no-repeat'),
(3884, 857, 'mb_page_title_bg_size', 'cover'),
(3885, 857, 'mb_page_title_bg_attachment', 'scroll'),
(3886, 857, 'mb_page_title_bg_position', 'center center'),
(3887, 857, 'mb_page_title_height', '345'),
(3888, 857, 'mb_page_title_top_border', '0'),
(3889, 857, 'mb_page_title_top_border_color', '#eff0ed'),
(3890, 857, 'mb_page_title_top_border_color_opacity', '1'),
(3891, 857, 'mb_page_title_bottom_border', '0'),
(3892, 857, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3893, 857, 'mb_page_title_bottom_border_color_opacity', '1'),
(3894, 857, 'mb_page_title_bottom_margin', '68'),
(3895, 857, 'mb_page_title_svg_line', 'svg_line_both'),
(3896, 857, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3897, 857, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3898, 857, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3899, 857, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3900, 857, 'mb_map_prefooter', 'default'),
(3901, 857, 'mb_footer_switch', 'default'),
(3902, 857, 'mb_footer_column', '4'),
(3903, 857, 'mb_footer_column2', '6-6'),
(3904, 857, 'mb_footer_column3', '4-4-4'),
(3905, 857, 'mb_footer_column5', '2-3-2-2-3'),
(3906, 857, 'mb_footer_align', 'left'),
(3907, 857, 'mb_padding_top', '70'),
(3908, 857, 'mb_padding_bottom', '70'),
(3909, 857, 'mb_padding_left', '0'),
(3910, 857, 'mb_padding_right', '0'),
(3911, 857, 'mb_footer_full_width', 'default'),
(3912, 857, 'mb_footer_bg_size', 'cover'),
(3913, 857, 'mb_footer_bg_color', '#ffffff'),
(3914, 857, 'mb_footer_text_color', '#000000'),
(3915, 857, 'mb_footer_heading_color', '#fafafa'),
(3916, 857, 'mb_footer_bg_repeat', 'repeat'),
(3917, 857, 'mb_footer_attachment', 'scroll'),
(3918, 857, 'mb_footer_bg_position', 'center center'),
(3919, 857, 'mb_copyright_switch', '1'),
(3920, 857, 'mb_copyright_align', 'left'),
(3921, 857, 'mb_copyright_padding_top', '20'),
(3922, 857, 'mb_copyright_padding_bottom', '20'),
(3923, 857, 'mb_copyright_padding_left', '0'),
(3924, 857, 'mb_copyright_padding_right', '0'),
(3925, 857, 'mb_copyright_bg_color', '#ffffff'),
(3926, 857, 'mb_copyright_text_color', '#000000'),
(3927, 857, 'mb_copyright_top_border', '1'),
(3928, 857, 'mb_copyright_top_border_color', '#2b4764'),
(3929, 857, 'mb_copyright_top_border_color_opacity', '1'),
(3930, 857, 'mb_pre_footer_switch', '0'),
(3931, 857, 'mb_pre_footer_align', 'left'),
(3932, 857, 'mb_pre_footer_padding_top', '20'),
(3933, 857, 'mb_pre_footer_padding_bottom', '20'),
(3934, 857, 'mb_pre_footer_padding_left', '0'),
(3935, 857, 'mb_pre_footer_padding_right', '0'),
(3936, 857, 'mb_pre_footer_bottom_border', '1'),
(3937, 857, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(3938, 857, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(3939, 857, 'mb_preloader', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3940, 857, 'mb_preloader_type', 'linear'),
(3941, 857, 'mb_preloader_background', '#ffffff'),
(3942, 857, 'mb_preloader_item_color', '#474747'),
(3943, 857, 'mb_preloader_item_color2', '#e94e76'),
(3944, 857, 'mb_preloader_item_width', '120'),
(3945, 857, 'mb_preloader_item_stroke', '2'),
(3946, 857, 'mb_preloader_item_logo_width', '45'),
(3947, 857, 'mb_preloader_full', '1'),
(3948, 857, 'project_short_desc', 'Thức ăn tinh'),
(3950, 862, '_wp_page_template', 'default'),
(3952, 862, '_elementor_edit_mode', 'builder'),
(3953, 862, '_elementor_template_type', 'post'),
(3954, 862, '_elementor_data', '[{\"id\":\"54cde3df\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5781782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"48b4a671\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9d1be6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7be36c2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a240bd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"505fba7d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"334ebd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7e2d34ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b5612aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c98a8c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4ec959c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad9a27b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a9136\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"abcfd2a\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"eba74a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"b85e5ff\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"400ca62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1dbc17c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"353cc50b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33b1a345\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"556b40e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5daf3a7b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ff504ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47fbf468\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"1a176da9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"325ebc0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d69ec61\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"6c252115\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39bdf616\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1090991c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5600e0fa\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"536602c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"44dcfec5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3955, 862, '_elementor_version', '0.4'),
(3956, 862, '_thumbnail_id', '1729'),
(3957, 862, 'mb_page_sidebar_layout', 'default'),
(3958, 862, 'mb_header_presets', 'default'),
(3959, 862, 'mb_page_title_conditional', 'yes'),
(3960, 862, 'mb_page_title_use_feature_image', '0'),
(3961, 862, 'mb_show_breadcrumbs', '0'),
(3962, 862, 'mb_page_title_vertical_align', 'middle'),
(3963, 862, 'mb_page_title_horizontal_align', 'center'),
(3964, 862, 'mb_page_title_font_color', '#ffffff'),
(3965, 862, 'mb_page_title_bg_color', '#ffffff'),
(3966, 862, 'mb_page_title_bg_repeat', 'no-repeat'),
(3967, 862, 'mb_page_title_bg_size', 'cover'),
(3968, 862, 'mb_page_title_bg_attachment', 'scroll'),
(3969, 862, 'mb_page_title_bg_position', 'center center'),
(3970, 862, 'mb_page_title_height', '345'),
(3971, 862, 'mb_page_title_top_border', '0'),
(3972, 862, 'mb_page_title_top_border_color', '#eff0ed'),
(3973, 862, 'mb_page_title_top_border_color_opacity', '1'),
(3974, 862, 'mb_page_title_bottom_border', '0'),
(3975, 862, 'mb_page_title_bottom_border_color', '#eff0ed'),
(3976, 862, 'mb_page_title_bottom_border_color_opacity', '1'),
(3977, 862, 'mb_page_title_bottom_margin', '68'),
(3978, 862, 'mb_page_title_svg_line', 'svg_line_both'),
(3979, 862, 'mb_page_title_svg_line_top_color', '#ffffff'),
(3980, 862, 'mb_page_title_svg_line_top_color_opacity', '1'),
(3981, 862, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(3982, 862, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(3983, 862, 'mb_map_prefooter', 'default'),
(3984, 862, 'mb_footer_switch', 'default'),
(3985, 862, 'mb_footer_column', '4'),
(3986, 862, 'mb_footer_column2', '6-6'),
(3987, 862, 'mb_footer_column3', '4-4-4'),
(3988, 862, 'mb_footer_column5', '2-3-2-2-3'),
(3989, 862, 'mb_footer_align', 'left'),
(3990, 862, 'mb_padding_top', '70'),
(3991, 862, 'mb_padding_bottom', '70'),
(3992, 862, 'mb_padding_left', '0'),
(3993, 862, 'mb_padding_right', '0'),
(3994, 862, 'mb_footer_full_width', 'default'),
(3995, 862, 'mb_footer_bg_size', 'cover'),
(3996, 862, 'mb_footer_bg_color', '#ffffff'),
(3997, 862, 'mb_footer_text_color', '#000000'),
(3998, 862, 'mb_footer_heading_color', '#fafafa'),
(3999, 862, 'mb_footer_bg_repeat', 'repeat'),
(4000, 862, 'mb_footer_attachment', 'scroll'),
(4001, 862, 'mb_footer_bg_position', 'center center'),
(4002, 862, 'mb_copyright_switch', '1'),
(4003, 862, 'mb_copyright_align', 'left'),
(4004, 862, 'mb_copyright_padding_top', '20'),
(4005, 862, 'mb_copyright_padding_bottom', '20'),
(4006, 862, 'mb_copyright_padding_left', '0'),
(4007, 862, 'mb_copyright_padding_right', '0'),
(4008, 862, 'mb_copyright_bg_color', '#ffffff'),
(4009, 862, 'mb_copyright_text_color', '#000000'),
(4010, 862, 'mb_copyright_top_border', '1'),
(4011, 862, 'mb_copyright_top_border_color', '#2b4764'),
(4012, 862, 'mb_copyright_top_border_color_opacity', '1'),
(4013, 862, 'mb_pre_footer_switch', '0'),
(4014, 862, 'mb_pre_footer_align', 'left'),
(4015, 862, 'mb_pre_footer_padding_top', '20'),
(4016, 862, 'mb_pre_footer_padding_bottom', '20'),
(4017, 862, 'mb_pre_footer_padding_left', '0'),
(4018, 862, 'mb_pre_footer_padding_right', '0'),
(4019, 862, 'mb_pre_footer_bottom_border', '1'),
(4020, 862, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4021, 862, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4022, 862, 'mb_preloader', 'default'),
(4023, 862, 'mb_preloader_type', 'linear'),
(4024, 862, 'mb_preloader_background', '#ffffff'),
(4025, 862, 'mb_preloader_item_color', '#474747'),
(4026, 862, 'mb_preloader_item_color2', '#e94e76'),
(4027, 862, 'mb_preloader_item_width', '120'),
(4028, 862, 'mb_preloader_item_stroke', '2'),
(4029, 862, 'mb_preloader_item_logo_width', '45'),
(4030, 862, 'mb_preloader_full', '1'),
(4031, 862, 'project_short_desc', 'Thức ăn Thô Xanh'),
(4033, 871, '_thumbnail_id', '1728'),
(4034, 871, '_wp_page_template', 'default'),
(4036, 871, '_elementor_edit_mode', 'builder'),
(4037, 871, '_elementor_template_type', 'post'),
(4038, 871, '_elementor_data', '[{\"id\":\"504f1130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"32ef8cfc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4fc55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"90addf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57458ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"62bafd22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1132c7a5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2ac55385\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"44b286f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54b50380\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1abc2fa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"341dd00f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2079e7c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23d683df\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2ec1acf5\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"2413792d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"eb4e383\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6161e876\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7042cd46\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"26ac382\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64a078af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"189b5bf6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c92f40d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6eb42993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a445ce4\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"39796233\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2c69f3c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"687a526\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"30d23c5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17c69173\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ad94df5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36baecd9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"52eeff0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30e4c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4039, 871, '_elementor_version', '0.4'),
(4040, 871, 'mb_page_sidebar_layout', 'default'),
(4041, 871, 'mb_header_presets', 'default'),
(4042, 871, 'mb_page_title_conditional', 'yes'),
(4043, 871, 'mb_page_title_use_feature_image', '0'),
(4044, 871, 'mb_show_breadcrumbs', '0'),
(4045, 871, 'mb_page_title_vertical_align', 'middle'),
(4046, 871, 'mb_page_title_horizontal_align', 'center'),
(4047, 871, 'mb_page_title_font_color', '#ffffff'),
(4048, 871, 'mb_page_title_bg_color', '#ffffff'),
(4049, 871, 'mb_page_title_bg_repeat', 'no-repeat'),
(4050, 871, 'mb_page_title_bg_size', 'cover'),
(4051, 871, 'mb_page_title_bg_attachment', 'scroll'),
(4052, 871, 'mb_page_title_bg_position', 'center center'),
(4053, 871, 'mb_page_title_height', '345'),
(4054, 871, 'mb_page_title_top_border', '0'),
(4055, 871, 'mb_page_title_top_border_color', '#eff0ed'),
(4056, 871, 'mb_page_title_top_border_color_opacity', '1'),
(4057, 871, 'mb_page_title_bottom_border', '0'),
(4058, 871, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4059, 871, 'mb_page_title_bottom_border_color_opacity', '1'),
(4060, 871, 'mb_page_title_bottom_margin', '68'),
(4061, 871, 'mb_page_title_svg_line', 'svg_line_both'),
(4062, 871, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4063, 871, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4064, 871, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4065, 871, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4066, 871, 'mb_map_prefooter', 'default'),
(4067, 871, 'mb_footer_switch', 'default'),
(4068, 871, 'mb_footer_column', '4'),
(4069, 871, 'mb_footer_column2', '6-6'),
(4070, 871, 'mb_footer_column3', '4-4-4'),
(4071, 871, 'mb_footer_column5', '2-3-2-2-3'),
(4072, 871, 'mb_footer_align', 'left'),
(4073, 871, 'mb_padding_top', '70'),
(4074, 871, 'mb_padding_bottom', '70'),
(4075, 871, 'mb_padding_left', '0'),
(4076, 871, 'mb_padding_right', '0'),
(4077, 871, 'mb_footer_full_width', 'default'),
(4078, 871, 'mb_footer_bg_size', 'cover'),
(4079, 871, 'mb_footer_bg_color', '#ffffff'),
(4080, 871, 'mb_footer_text_color', '#000000'),
(4081, 871, 'mb_footer_heading_color', '#fafafa'),
(4082, 871, 'mb_footer_bg_repeat', 'repeat'),
(4083, 871, 'mb_footer_attachment', 'scroll'),
(4084, 871, 'mb_footer_bg_position', 'center center'),
(4085, 871, 'mb_copyright_switch', '1'),
(4086, 871, 'mb_copyright_align', 'left'),
(4087, 871, 'mb_copyright_padding_top', '20'),
(4088, 871, 'mb_copyright_padding_bottom', '20'),
(4089, 871, 'mb_copyright_padding_left', '0'),
(4090, 871, 'mb_copyright_padding_right', '0'),
(4091, 871, 'mb_copyright_bg_color', '#ffffff'),
(4092, 871, 'mb_copyright_text_color', '#000000'),
(4093, 871, 'mb_copyright_top_border', '1'),
(4094, 871, 'mb_copyright_top_border_color', '#2b4764'),
(4095, 871, 'mb_copyright_top_border_color_opacity', '1'),
(4096, 871, 'mb_pre_footer_switch', '0'),
(4097, 871, 'mb_pre_footer_align', 'left'),
(4098, 871, 'mb_pre_footer_padding_top', '20'),
(4099, 871, 'mb_pre_footer_padding_bottom', '20'),
(4100, 871, 'mb_pre_footer_padding_left', '0'),
(4101, 871, 'mb_pre_footer_padding_right', '0'),
(4102, 871, 'mb_pre_footer_bottom_border', '1'),
(4103, 871, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4104, 871, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4105, 871, 'mb_preloader', 'default'),
(4106, 871, 'mb_preloader_type', 'linear'),
(4107, 871, 'mb_preloader_background', '#ffffff'),
(4108, 871, 'mb_preloader_item_color', '#474747'),
(4109, 871, 'mb_preloader_item_color2', '#e94e76'),
(4110, 871, 'mb_preloader_item_width', '120'),
(4111, 871, 'mb_preloader_item_stroke', '2'),
(4112, 871, 'mb_preloader_item_logo_width', '45'),
(4113, 871, 'mb_preloader_full', '1'),
(4114, 871, 'project_short_desc', 'Phân Hữu Cơ Nhập Khẩu Dạng Viên'),
(4116, 875, '_thumbnail_id', '1726'),
(4117, 875, '_wp_page_template', 'default'),
(4119, 875, '_elementor_edit_mode', 'builder'),
(4120, 875, '_elementor_template_type', 'post'),
(4121, 875, '_elementor_data', '[{\"id\":\"e15d416\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a5ed995\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2cad766d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"395ec8ca\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2dc82396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"387c4e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bd071e6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42409045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"67e1c7c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"108b29b3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d63a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"42bcb005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bff4ead\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"330b5bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c29aca9\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"18c489d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"5dd4fb0\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"19422ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"885f679\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cf290c9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42270c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"18cf8103\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c6209e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3bf2c3ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5d81ff41\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"44b1aaba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"6a8c049\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7fdf9224\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"778ba9d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aae7506\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f740da2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d686b57\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"38924dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9601df3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4122, 875, '_elementor_version', '0.4'),
(4123, 875, 'mb_page_sidebar_layout', 'default'),
(4124, 875, 'mb_header_presets', 'default'),
(4125, 875, 'mb_page_title_conditional', 'yes'),
(4126, 875, 'mb_page_title_use_feature_image', '0'),
(4127, 875, 'mb_show_breadcrumbs', '0'),
(4128, 875, 'mb_page_title_vertical_align', 'middle'),
(4129, 875, 'mb_page_title_horizontal_align', 'center'),
(4130, 875, 'mb_page_title_font_color', '#ffffff'),
(4131, 875, 'mb_page_title_bg_color', '#ffffff'),
(4132, 875, 'mb_page_title_bg_repeat', 'no-repeat'),
(4133, 875, 'mb_page_title_bg_size', 'cover'),
(4134, 875, 'mb_page_title_bg_attachment', 'scroll'),
(4135, 875, 'mb_page_title_bg_position', 'center center'),
(4136, 875, 'mb_page_title_height', '345'),
(4137, 875, 'mb_page_title_top_border', '0'),
(4138, 875, 'mb_page_title_top_border_color', '#eff0ed'),
(4139, 875, 'mb_page_title_top_border_color_opacity', '1'),
(4140, 875, 'mb_page_title_bottom_border', '0'),
(4141, 875, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4142, 875, 'mb_page_title_bottom_border_color_opacity', '1'),
(4143, 875, 'mb_page_title_bottom_margin', '68'),
(4144, 875, 'mb_page_title_svg_line', 'svg_line_both'),
(4145, 875, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4146, 875, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4147, 875, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4148, 875, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4149, 875, 'mb_map_prefooter', 'default'),
(4150, 875, 'mb_footer_switch', 'default'),
(4151, 875, 'mb_footer_column', '4'),
(4152, 875, 'mb_footer_column2', '6-6'),
(4153, 875, 'mb_footer_column3', '4-4-4'),
(4154, 875, 'mb_footer_column5', '2-3-2-2-3'),
(4155, 875, 'mb_footer_align', 'left'),
(4156, 875, 'mb_padding_top', '70'),
(4157, 875, 'mb_padding_bottom', '70'),
(4158, 875, 'mb_padding_left', '0'),
(4159, 875, 'mb_padding_right', '0'),
(4160, 875, 'mb_footer_full_width', 'default'),
(4161, 875, 'mb_footer_bg_size', 'cover'),
(4162, 875, 'mb_footer_bg_color', '#ffffff'),
(4163, 875, 'mb_footer_text_color', '#000000'),
(4164, 875, 'mb_footer_heading_color', '#fafafa'),
(4165, 875, 'mb_footer_bg_repeat', 'repeat'),
(4166, 875, 'mb_footer_attachment', 'scroll'),
(4167, 875, 'mb_footer_bg_position', 'center center'),
(4168, 875, 'mb_copyright_switch', '1'),
(4169, 875, 'mb_copyright_align', 'left'),
(4170, 875, 'mb_copyright_padding_top', '20'),
(4171, 875, 'mb_copyright_padding_bottom', '20'),
(4172, 875, 'mb_copyright_padding_left', '0'),
(4173, 875, 'mb_copyright_padding_right', '0'),
(4174, 875, 'mb_copyright_bg_color', '#ffffff'),
(4175, 875, 'mb_copyright_text_color', '#000000'),
(4176, 875, 'mb_copyright_top_border', '1'),
(4177, 875, 'mb_copyright_top_border_color', '#2b4764'),
(4178, 875, 'mb_copyright_top_border_color_opacity', '1'),
(4179, 875, 'mb_pre_footer_switch', '0'),
(4180, 875, 'mb_pre_footer_align', 'left'),
(4181, 875, 'mb_pre_footer_padding_top', '20'),
(4182, 875, 'mb_pre_footer_padding_bottom', '20'),
(4183, 875, 'mb_pre_footer_padding_left', '0'),
(4184, 875, 'mb_pre_footer_padding_right', '0'),
(4185, 875, 'mb_pre_footer_bottom_border', '1'),
(4186, 875, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4187, 875, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4188, 875, 'mb_preloader', 'default'),
(4189, 875, 'mb_preloader_type', 'linear'),
(4190, 875, 'mb_preloader_background', '#ffffff'),
(4191, 875, 'mb_preloader_item_color', '#474747'),
(4192, 875, 'mb_preloader_item_color2', '#e94e76'),
(4193, 875, 'mb_preloader_item_width', '120'),
(4194, 875, 'mb_preloader_item_stroke', '2'),
(4195, 875, 'mb_preloader_item_logo_width', '45'),
(4196, 875, 'mb_preloader_full', '1'),
(4197, 875, 'project_short_desc', 'Các sản phẩm khác từ Mo cau'),
(4199, 879, '_wp_page_template', 'default'),
(4201, 879, '_thumbnail_id', '1714'),
(4202, 879, '_elementor_edit_mode', 'builder'),
(4203, 879, '_elementor_template_type', 'post');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4204, 879, '_elementor_data', '[{\"id\":\"2cb6a58a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"60e131a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d47ae6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ab1f40c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"44806977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37ffe835\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4263e6eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a12206c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"66469b24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c501dce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"281081d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d854dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76c043f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33cac43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a73b3dc\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"2545456\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1719db2\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4afb70f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5537701\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ea622a3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19857dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"528e9209\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"756bf470\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71ee3168\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1944e3be\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"437c3f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"152dbe58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41ce509d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"22b6f9ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58136562\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b7c3c46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59010aaf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"11039bc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"15826b13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4205, 879, '_elementor_version', '0.4'),
(4206, 879, 'mb_page_sidebar_layout', 'default'),
(4207, 879, 'mb_header_presets', 'default'),
(4208, 879, 'mb_page_title_conditional', 'yes'),
(4209, 879, 'mb_page_title_use_feature_image', '0'),
(4210, 879, 'mb_show_breadcrumbs', '0'),
(4211, 879, 'mb_page_title_vertical_align', 'middle'),
(4212, 879, 'mb_page_title_horizontal_align', 'center'),
(4213, 879, 'mb_page_title_font_color', '#ffffff'),
(4214, 879, 'mb_page_title_bg_color', '#ffffff'),
(4215, 879, 'mb_page_title_bg_repeat', 'no-repeat'),
(4216, 879, 'mb_page_title_bg_size', 'cover'),
(4217, 879, 'mb_page_title_bg_attachment', 'scroll'),
(4218, 879, 'mb_page_title_bg_position', 'center center'),
(4219, 879, 'mb_page_title_height', '345'),
(4220, 879, 'mb_page_title_top_border', '0'),
(4221, 879, 'mb_page_title_top_border_color', '#eff0ed'),
(4222, 879, 'mb_page_title_top_border_color_opacity', '1'),
(4223, 879, 'mb_page_title_bottom_border', '0'),
(4224, 879, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4225, 879, 'mb_page_title_bottom_border_color_opacity', '1'),
(4226, 879, 'mb_page_title_bottom_margin', '68'),
(4227, 879, 'mb_page_title_svg_line', 'svg_line_both'),
(4228, 879, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4229, 879, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4230, 879, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4231, 879, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4232, 879, 'mb_map_prefooter', 'default'),
(4233, 879, 'mb_footer_switch', 'default'),
(4234, 879, 'mb_footer_column', '4'),
(4235, 879, 'mb_footer_column2', '6-6'),
(4236, 879, 'mb_footer_column3', '4-4-4'),
(4237, 879, 'mb_footer_column5', '2-3-2-2-3'),
(4238, 879, 'mb_footer_align', 'left'),
(4239, 879, 'mb_padding_top', '70'),
(4240, 879, 'mb_padding_bottom', '70'),
(4241, 879, 'mb_padding_left', '0'),
(4242, 879, 'mb_padding_right', '0'),
(4243, 879, 'mb_footer_full_width', 'default'),
(4244, 879, 'mb_footer_bg_size', 'cover'),
(4245, 879, 'mb_footer_bg_color', '#ffffff'),
(4246, 879, 'mb_footer_text_color', '#000000'),
(4247, 879, 'mb_footer_heading_color', '#fafafa'),
(4248, 879, 'mb_footer_bg_repeat', 'repeat'),
(4249, 879, 'mb_footer_attachment', 'scroll'),
(4250, 879, 'mb_footer_bg_position', 'center center'),
(4251, 879, 'mb_copyright_switch', '1'),
(4252, 879, 'mb_copyright_align', 'left'),
(4253, 879, 'mb_copyright_padding_top', '20'),
(4254, 879, 'mb_copyright_padding_bottom', '20'),
(4255, 879, 'mb_copyright_padding_left', '0'),
(4256, 879, 'mb_copyright_padding_right', '0'),
(4257, 879, 'mb_copyright_bg_color', '#ffffff'),
(4258, 879, 'mb_copyright_text_color', '#000000'),
(4259, 879, 'mb_copyright_top_border', '1'),
(4260, 879, 'mb_copyright_top_border_color', '#2b4764'),
(4261, 879, 'mb_copyright_top_border_color_opacity', '1'),
(4262, 879, 'mb_pre_footer_switch', '0'),
(4263, 879, 'mb_pre_footer_align', 'left'),
(4264, 879, 'mb_pre_footer_padding_top', '20'),
(4265, 879, 'mb_pre_footer_padding_bottom', '20'),
(4266, 879, 'mb_pre_footer_padding_left', '0'),
(4267, 879, 'mb_pre_footer_padding_right', '0'),
(4268, 879, 'mb_pre_footer_bottom_border', '1'),
(4269, 879, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4270, 879, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4271, 879, 'mb_preloader', 'default'),
(4272, 879, 'mb_preloader_type', 'linear'),
(4273, 879, 'mb_preloader_background', '#ffffff'),
(4274, 879, 'mb_preloader_item_color', '#474747'),
(4275, 879, 'mb_preloader_item_color2', '#e94e76'),
(4276, 879, 'mb_preloader_item_width', '120'),
(4277, 879, 'mb_preloader_item_stroke', '2'),
(4278, 879, 'mb_preloader_item_logo_width', '45'),
(4279, 879, 'mb_preloader_full', '1'),
(4280, 879, 'project_short_desc', 'Phân Hữu Cơ Nhập Khẩu Dạng Bột'),
(4282, 883, '_thumbnail_id', '1725'),
(4283, 883, '_wp_page_template', 'default'),
(4285, 883, '_elementor_edit_mode', 'builder'),
(4286, 883, '_elementor_template_type', 'post'),
(4287, 883, '_elementor_data', '[{\"id\":\"185a552b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7cbdd48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"34dd5deb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f0fce60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2dcd293b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6cd8738b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d826817\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18eea451\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2a514ec6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44229bc8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"620e14aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f7721d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64f6943\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f02709\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9e02594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"06cad58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"dcddce8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"22d313f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c34d367\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ecbc1cf\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e037eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3aaf2895\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f1dafb7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2e093d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"31cecc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"2ddf3ba1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"5e8baa7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37333382\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"39f3815f\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb66cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a8f553b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b0540a9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"346d13de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21416b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4288, 883, '_elementor_version', '0.4'),
(4289, 883, 'mb_page_sidebar_layout', 'default'),
(4290, 883, 'mb_header_presets', 'default'),
(4291, 883, 'mb_page_title_conditional', 'yes'),
(4292, 883, 'mb_page_title_use_feature_image', '0'),
(4293, 883, 'mb_show_breadcrumbs', '0'),
(4294, 883, 'mb_page_title_vertical_align', 'middle'),
(4295, 883, 'mb_page_title_horizontal_align', 'center'),
(4296, 883, 'mb_page_title_font_color', '#ffffff'),
(4297, 883, 'mb_page_title_bg_color', '#ffffff'),
(4298, 883, 'mb_page_title_bg_repeat', 'no-repeat'),
(4299, 883, 'mb_page_title_bg_size', 'cover'),
(4300, 883, 'mb_page_title_bg_attachment', 'scroll'),
(4301, 883, 'mb_page_title_bg_position', 'center center'),
(4302, 883, 'mb_page_title_height', '345'),
(4303, 883, 'mb_page_title_top_border', '0'),
(4304, 883, 'mb_page_title_top_border_color', '#eff0ed'),
(4305, 883, 'mb_page_title_top_border_color_opacity', '1'),
(4306, 883, 'mb_page_title_bottom_border', '0'),
(4307, 883, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4308, 883, 'mb_page_title_bottom_border_color_opacity', '1'),
(4309, 883, 'mb_page_title_bottom_margin', '68'),
(4310, 883, 'mb_page_title_svg_line', 'svg_line_both'),
(4311, 883, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4312, 883, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4313, 883, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4314, 883, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4315, 883, 'mb_map_prefooter', 'default'),
(4316, 883, 'mb_footer_switch', 'default'),
(4317, 883, 'mb_footer_column', '4'),
(4318, 883, 'mb_footer_column2', '6-6'),
(4319, 883, 'mb_footer_column3', '4-4-4'),
(4320, 883, 'mb_footer_column5', '2-3-2-2-3'),
(4321, 883, 'mb_footer_align', 'left'),
(4322, 883, 'mb_padding_top', '70'),
(4323, 883, 'mb_padding_bottom', '70'),
(4324, 883, 'mb_padding_left', '0'),
(4325, 883, 'mb_padding_right', '0'),
(4326, 883, 'mb_footer_full_width', 'default'),
(4327, 883, 'mb_footer_bg_size', 'cover'),
(4328, 883, 'mb_footer_bg_color', '#ffffff'),
(4329, 883, 'mb_footer_text_color', '#000000'),
(4330, 883, 'mb_footer_heading_color', '#fafafa'),
(4331, 883, 'mb_footer_bg_repeat', 'repeat'),
(4332, 883, 'mb_footer_attachment', 'scroll'),
(4333, 883, 'mb_footer_bg_position', 'center center'),
(4334, 883, 'mb_copyright_switch', '1'),
(4335, 883, 'mb_copyright_align', 'left'),
(4336, 883, 'mb_copyright_padding_top', '20'),
(4337, 883, 'mb_copyright_padding_bottom', '20'),
(4338, 883, 'mb_copyright_padding_left', '0'),
(4339, 883, 'mb_copyright_padding_right', '0'),
(4340, 883, 'mb_copyright_bg_color', '#ffffff'),
(4341, 883, 'mb_copyright_text_color', '#000000'),
(4342, 883, 'mb_copyright_top_border', '1'),
(4343, 883, 'mb_copyright_top_border_color', '#2b4764'),
(4344, 883, 'mb_copyright_top_border_color_opacity', '1'),
(4345, 883, 'mb_pre_footer_switch', '0'),
(4346, 883, 'mb_pre_footer_align', 'left'),
(4347, 883, 'mb_pre_footer_padding_top', '20'),
(4348, 883, 'mb_pre_footer_padding_bottom', '20'),
(4349, 883, 'mb_pre_footer_padding_left', '0'),
(4350, 883, 'mb_pre_footer_padding_right', '0'),
(4351, 883, 'mb_pre_footer_bottom_border', '1'),
(4352, 883, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4353, 883, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4354, 883, 'mb_preloader', 'default'),
(4355, 883, 'mb_preloader_type', 'linear'),
(4356, 883, 'mb_preloader_background', '#ffffff'),
(4357, 883, 'mb_preloader_item_color', '#474747'),
(4358, 883, 'mb_preloader_item_color2', '#e94e76'),
(4359, 883, 'mb_preloader_item_width', '120'),
(4360, 883, 'mb_preloader_item_stroke', '2'),
(4361, 883, 'mb_preloader_item_logo_width', '45'),
(4362, 883, 'mb_preloader_full', '1'),
(4363, 883, 'project_short_desc', 'Khay mo cau'),
(4365, 887, '_wp_page_template', 'default'),
(4367, 887, '_thumbnail_id', '1724'),
(4368, 887, '_elementor_edit_mode', 'builder'),
(4369, 887, '_elementor_template_type', 'post'),
(4370, 887, '_elementor_data', '[{\"id\":\"9205bab\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"53d249d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2fa4e22a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3baef1e3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34812ea1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"312bdfda\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"15793554\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c3a9db2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"48c627a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f3580d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"77e264cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"783d980f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd8aac8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7eb1ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a691f84\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9375049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c79f41e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"e1bf316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3615b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1471a4f0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e400730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1199a46f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f22cc85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ca0e8ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5752c8e3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"18b87e01\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"66bce7bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"367c1c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"21aa8dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"256d0981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a0bd064\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7798e1af\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6b87a32d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"42a881e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4371, 887, '_elementor_version', '0.4'),
(4372, 887, 'mb_page_sidebar_layout', 'default'),
(4373, 887, 'mb_header_presets', 'default'),
(4374, 887, 'mb_page_title_conditional', 'yes'),
(4375, 887, 'mb_page_title_use_feature_image', '0'),
(4376, 887, 'mb_show_breadcrumbs', '0'),
(4377, 887, 'mb_page_title_vertical_align', 'middle'),
(4378, 887, 'mb_page_title_horizontal_align', 'center'),
(4379, 887, 'mb_page_title_font_color', '#ffffff'),
(4380, 887, 'mb_page_title_bg_color', '#ffffff'),
(4381, 887, 'mb_page_title_bg_repeat', 'no-repeat'),
(4382, 887, 'mb_page_title_bg_size', 'cover'),
(4383, 887, 'mb_page_title_bg_attachment', 'scroll'),
(4384, 887, 'mb_page_title_bg_position', 'center center'),
(4385, 887, 'mb_page_title_height', '345'),
(4386, 887, 'mb_page_title_top_border', '0'),
(4387, 887, 'mb_page_title_top_border_color', '#eff0ed'),
(4388, 887, 'mb_page_title_top_border_color_opacity', '1'),
(4389, 887, 'mb_page_title_bottom_border', '0'),
(4390, 887, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4391, 887, 'mb_page_title_bottom_border_color_opacity', '1'),
(4392, 887, 'mb_page_title_bottom_margin', '68'),
(4393, 887, 'mb_page_title_svg_line', 'svg_line_both'),
(4394, 887, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4395, 887, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4396, 887, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4397, 887, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4398, 887, 'mb_map_prefooter', 'default'),
(4399, 887, 'mb_footer_switch', 'default'),
(4400, 887, 'mb_footer_column', '4'),
(4401, 887, 'mb_footer_column2', '6-6'),
(4402, 887, 'mb_footer_column3', '4-4-4'),
(4403, 887, 'mb_footer_column5', '2-3-2-2-3'),
(4404, 887, 'mb_footer_align', 'left'),
(4405, 887, 'mb_padding_top', '70'),
(4406, 887, 'mb_padding_bottom', '70'),
(4407, 887, 'mb_padding_left', '0'),
(4408, 887, 'mb_padding_right', '0'),
(4409, 887, 'mb_footer_full_width', 'default'),
(4410, 887, 'mb_footer_bg_size', 'cover'),
(4411, 887, 'mb_footer_bg_color', '#ffffff'),
(4412, 887, 'mb_footer_text_color', '#000000'),
(4413, 887, 'mb_footer_heading_color', '#fafafa'),
(4414, 887, 'mb_footer_bg_repeat', 'repeat'),
(4415, 887, 'mb_footer_attachment', 'scroll'),
(4416, 887, 'mb_footer_bg_position', 'center center'),
(4417, 887, 'mb_copyright_switch', '1'),
(4418, 887, 'mb_copyright_align', 'left'),
(4419, 887, 'mb_copyright_padding_top', '20'),
(4420, 887, 'mb_copyright_padding_bottom', '20'),
(4421, 887, 'mb_copyright_padding_left', '0'),
(4422, 887, 'mb_copyright_padding_right', '0'),
(4423, 887, 'mb_copyright_bg_color', '#ffffff'),
(4424, 887, 'mb_copyright_text_color', '#000000'),
(4425, 887, 'mb_copyright_top_border', '1'),
(4426, 887, 'mb_copyright_top_border_color', '#2b4764'),
(4427, 887, 'mb_copyright_top_border_color_opacity', '1'),
(4428, 887, 'mb_pre_footer_switch', '0'),
(4429, 887, 'mb_pre_footer_align', 'left'),
(4430, 887, 'mb_pre_footer_padding_top', '20'),
(4431, 887, 'mb_pre_footer_padding_bottom', '20'),
(4432, 887, 'mb_pre_footer_padding_left', '0'),
(4433, 887, 'mb_pre_footer_padding_right', '0'),
(4434, 887, 'mb_pre_footer_bottom_border', '1'),
(4435, 887, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4436, 887, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4437, 887, 'mb_preloader', 'default'),
(4438, 887, 'mb_preloader_type', 'linear'),
(4439, 887, 'mb_preloader_background', '#ffffff'),
(4440, 887, 'mb_preloader_item_color', '#474747'),
(4441, 887, 'mb_preloader_item_color2', '#e94e76'),
(4442, 887, 'mb_preloader_item_width', '120'),
(4443, 887, 'mb_preloader_item_stroke', '2'),
(4444, 887, 'mb_preloader_item_logo_width', '45'),
(4445, 887, 'mb_preloader_full', '1'),
(4446, 887, 'project_short_desc', 'Chén, Tô Mo cau\r\n'),
(4448, 891, '_thumbnail_id', '1676'),
(4449, 891, '_wp_page_template', 'default'),
(4451, 891, '_elementor_edit_mode', 'builder'),
(4452, 891, '_elementor_template_type', 'post');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4453, 891, '_elementor_data', '[{\"id\":\"73bfc096\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"118e1245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38f9978f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1203c6be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ad2d933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56407bb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e03bb74\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"74969b98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5e34df3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"493efb9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"69525dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e918a1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"98b36ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f385e72\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"120d38f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"e6c0a40\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"71b6950\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"aea0f87\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b6675ad\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d67b13a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50e263cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"104fc154\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"374cc453\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6e721f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b0340ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5c58fd41\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"268941a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"49888e30\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"3bca3929\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"744b3b4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"101ec707\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60b40c04\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"67ae679b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"79c1059f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4454, 891, '_elementor_version', '0.4'),
(4455, 891, 'mb_page_sidebar_layout', 'default'),
(4456, 891, 'mb_header_presets', 'default'),
(4457, 891, 'mb_page_title_conditional', 'yes'),
(4458, 891, 'mb_page_title_use_feature_image', '0'),
(4459, 891, 'mb_show_breadcrumbs', '0'),
(4460, 891, 'mb_page_title_vertical_align', 'middle'),
(4461, 891, 'mb_page_title_horizontal_align', 'center'),
(4462, 891, 'mb_page_title_font_color', '#ffffff'),
(4463, 891, 'mb_page_title_bg_color', '#ffffff'),
(4464, 891, 'mb_page_title_bg_repeat', 'no-repeat'),
(4465, 891, 'mb_page_title_bg_size', 'cover'),
(4466, 891, 'mb_page_title_bg_attachment', 'scroll'),
(4467, 891, 'mb_page_title_bg_position', 'center center'),
(4468, 891, 'mb_page_title_height', '345'),
(4469, 891, 'mb_page_title_top_border', '0'),
(4470, 891, 'mb_page_title_top_border_color', '#eff0ed'),
(4471, 891, 'mb_page_title_top_border_color_opacity', '1'),
(4472, 891, 'mb_page_title_bottom_border', '0'),
(4473, 891, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4474, 891, 'mb_page_title_bottom_border_color_opacity', '1'),
(4475, 891, 'mb_page_title_bottom_margin', '68'),
(4476, 891, 'mb_page_title_svg_line', 'svg_line_both'),
(4477, 891, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4478, 891, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4479, 891, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4480, 891, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4481, 891, 'mb_map_prefooter', 'default'),
(4482, 891, 'mb_footer_switch', 'default'),
(4483, 891, 'mb_footer_column', '4'),
(4484, 891, 'mb_footer_column2', '6-6'),
(4485, 891, 'mb_footer_column3', '4-4-4'),
(4486, 891, 'mb_footer_column5', '2-3-2-2-3'),
(4487, 891, 'mb_footer_align', 'left'),
(4488, 891, 'mb_padding_top', '70'),
(4489, 891, 'mb_padding_bottom', '70'),
(4490, 891, 'mb_padding_left', '0'),
(4491, 891, 'mb_padding_right', '0'),
(4492, 891, 'mb_footer_full_width', 'default'),
(4493, 891, 'mb_footer_bg_size', 'cover'),
(4494, 891, 'mb_footer_bg_color', '#ffffff'),
(4495, 891, 'mb_footer_text_color', '#000000'),
(4496, 891, 'mb_footer_heading_color', '#fafafa'),
(4497, 891, 'mb_footer_bg_repeat', 'repeat'),
(4498, 891, 'mb_footer_attachment', 'scroll'),
(4499, 891, 'mb_footer_bg_position', 'center center'),
(4500, 891, 'mb_copyright_switch', '1'),
(4501, 891, 'mb_copyright_align', 'left'),
(4502, 891, 'mb_copyright_padding_top', '20'),
(4503, 891, 'mb_copyright_padding_bottom', '20'),
(4504, 891, 'mb_copyright_padding_left', '0'),
(4505, 891, 'mb_copyright_padding_right', '0'),
(4506, 891, 'mb_copyright_bg_color', '#ffffff'),
(4507, 891, 'mb_copyright_text_color', '#000000'),
(4508, 891, 'mb_copyright_top_border', '1'),
(4509, 891, 'mb_copyright_top_border_color', '#2b4764'),
(4510, 891, 'mb_copyright_top_border_color_opacity', '1'),
(4511, 891, 'mb_pre_footer_switch', '0'),
(4512, 891, 'mb_pre_footer_align', 'left'),
(4513, 891, 'mb_pre_footer_padding_top', '20'),
(4514, 891, 'mb_pre_footer_padding_bottom', '20'),
(4515, 891, 'mb_pre_footer_padding_left', '0'),
(4516, 891, 'mb_pre_footer_padding_right', '0'),
(4517, 891, 'mb_pre_footer_bottom_border', '1'),
(4518, 891, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4519, 891, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4520, 891, 'mb_preloader', 'default'),
(4521, 891, 'mb_preloader_type', 'linear'),
(4522, 891, 'mb_preloader_background', '#ffffff'),
(4523, 891, 'mb_preloader_item_color', '#474747'),
(4524, 891, 'mb_preloader_item_color2', '#e94e76'),
(4525, 891, 'mb_preloader_item_width', '120'),
(4526, 891, 'mb_preloader_item_stroke', '2'),
(4527, 891, 'mb_preloader_item_logo_width', '45'),
(4528, 891, 'mb_preloader_full', '1'),
(4529, 891, 'project_short_desc', 'Chuối sấy Dẻo Bằng Năng lượng sạch'),
(4531, 1110, '_thumbnail_id', '1732'),
(4532, 1110, '_wp_page_template', 'default'),
(4534, 1110, 'mb_page_sidebar_layout', 'default'),
(4535, 1110, 'mb_header_presets', 'default'),
(4536, 1110, 'mb_page_title_conditional', 'yes'),
(4537, 1110, 'mb_page_title_use_feature_image', '0'),
(4538, 1110, 'mb_show_breadcrumbs', '0'),
(4539, 1110, 'mb_page_title_vertical_align', 'middle'),
(4540, 1110, 'mb_page_title_horizontal_align', 'center'),
(4541, 1110, 'mb_page_title_font_color', '#ffffff'),
(4542, 1110, 'mb_page_title_bg_color', '#ffffff'),
(4543, 1110, 'mb_page_title_bg_repeat', 'no-repeat'),
(4544, 1110, 'mb_page_title_bg_size', 'cover'),
(4545, 1110, 'mb_page_title_bg_attachment', 'scroll'),
(4546, 1110, 'mb_page_title_bg_position', 'center center'),
(4547, 1110, 'mb_page_title_height', '345'),
(4548, 1110, 'mb_page_title_top_border', '0'),
(4549, 1110, 'mb_page_title_top_border_color', '#eff0ed'),
(4550, 1110, 'mb_page_title_top_border_color_opacity', '1'),
(4551, 1110, 'mb_page_title_bottom_border', '0'),
(4552, 1110, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4553, 1110, 'mb_page_title_bottom_border_color_opacity', '1'),
(4554, 1110, 'mb_page_title_bottom_margin', '68'),
(4555, 1110, 'mb_page_title_svg_line', 'svg_line_both'),
(4556, 1110, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4557, 1110, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4558, 1110, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4559, 1110, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4560, 1110, 'mb_map_prefooter', 'default'),
(4561, 1110, 'mb_footer_switch', 'default'),
(4562, 1110, 'mb_footer_column', '4'),
(4563, 1110, 'mb_footer_column2', '6-6'),
(4564, 1110, 'mb_footer_column3', '4-4-4'),
(4565, 1110, 'mb_footer_column5', '2-3-2-2-3'),
(4566, 1110, 'mb_footer_align', 'left'),
(4567, 1110, 'mb_padding_top', '70'),
(4568, 1110, 'mb_padding_bottom', '70'),
(4569, 1110, 'mb_padding_left', '0'),
(4570, 1110, 'mb_padding_right', '0'),
(4571, 1110, 'mb_footer_full_width', 'default'),
(4572, 1110, 'mb_footer_bg_size', 'cover'),
(4573, 1110, 'mb_footer_bg_color', '#ffffff'),
(4574, 1110, 'mb_footer_text_color', '#000000'),
(4575, 1110, 'mb_footer_heading_color', '#fafafa'),
(4576, 1110, 'mb_footer_bg_repeat', 'repeat'),
(4577, 1110, 'mb_footer_attachment', 'scroll'),
(4578, 1110, 'mb_footer_bg_position', 'center center'),
(4579, 1110, 'mb_copyright_switch', '1'),
(4580, 1110, 'mb_copyright_align', 'left'),
(4581, 1110, 'mb_copyright_padding_top', '20'),
(4582, 1110, 'mb_copyright_padding_bottom', '20'),
(4583, 1110, 'mb_copyright_padding_left', '0'),
(4584, 1110, 'mb_copyright_padding_right', '0'),
(4585, 1110, 'mb_copyright_bg_color', '#ffffff'),
(4586, 1110, 'mb_copyright_text_color', '#000000'),
(4587, 1110, 'mb_copyright_top_border', '1'),
(4588, 1110, 'mb_copyright_top_border_color', '#2b4764'),
(4589, 1110, 'mb_copyright_top_border_color_opacity', '1'),
(4590, 1110, 'mb_pre_footer_switch', '0'),
(4591, 1110, 'mb_pre_footer_align', 'left'),
(4592, 1110, 'mb_pre_footer_padding_top', '20'),
(4593, 1110, 'mb_pre_footer_padding_bottom', '20'),
(4594, 1110, 'mb_pre_footer_padding_left', '0'),
(4595, 1110, 'mb_pre_footer_padding_right', '0'),
(4596, 1110, 'mb_pre_footer_bottom_border', '1'),
(4597, 1110, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4598, 1110, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4599, 1110, 'mb_preloader', 'default'),
(4600, 1110, 'mb_preloader_type', 'linear'),
(4601, 1110, 'mb_preloader_background', '#ffffff'),
(4602, 1110, 'mb_preloader_item_color', '#474747'),
(4603, 1110, 'mb_preloader_item_color2', '#e94e76'),
(4604, 1110, 'mb_preloader_item_width', '120'),
(4605, 1110, 'mb_preloader_item_stroke', '2'),
(4606, 1110, 'mb_preloader_item_logo_width', '45'),
(4607, 1110, 'mb_preloader_full', '1'),
(4608, 1110, '_elementor_edit_mode', 'builder'),
(4609, 1110, '_elementor_template_type', 'post'),
(4610, 1110, '_elementor_data', '[{\"id\":\"562b1a7c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d0a2f14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"40d4fe55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8f605a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c621786\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"306b3c05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41a9940e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d2b4cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"26949f06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2eee3eba\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1cfae687\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7ad42958\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6fcd4c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef8c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0301d5\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bb243d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"e862e72\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4ffac03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6454558\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c7f175f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10f73eeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e6c25a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c5a943b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"343d03d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"11463fdc\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"62018833\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"260607c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4aa8056c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d0bbadd\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e2a09b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5d2b6a8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ec72bab\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7302fc1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4adf4891\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4611, 1110, '_elementor_version', '0.4'),
(4612, 1110, '_wp_old_date', '2019-02-20'),
(4613, 1110, 'project_short_desc', 'Vận tải Container'),
(4615, 1234, '_wc_review_count', '0'),
(4616, 1234, '_wc_rating_count', 'a:0:{}'),
(4617, 1234, '_wc_average_rating', '0'),
(4618, 1234, 'mb_page_sidebar_layout', 'default'),
(4619, 1234, 'mb_header_presets', 'default'),
(4620, 1234, 'mb_page_title_conditional', 'default'),
(4621, 1234, 'mb_page_title_use_feature_image', '0'),
(4622, 1234, 'mb_show_breadcrumbs', '0'),
(4623, 1234, 'mb_page_title_vertical_align', 'middle'),
(4624, 1234, 'mb_page_title_horizontal_align', 'center'),
(4625, 1234, 'mb_page_title_font_color', '#232325'),
(4626, 1234, 'mb_page_title_bg_color', '#ffffff'),
(4627, 1234, 'mb_page_title_bg_repeat', 'no-repeat'),
(4628, 1234, 'mb_page_title_bg_size', 'cover'),
(4629, 1234, 'mb_page_title_bg_attachment', 'scroll'),
(4630, 1234, 'mb_page_title_bg_position', 'center center'),
(4631, 1234, 'mb_page_title_height', '250'),
(4632, 1234, 'mb_page_title_top_border', '0'),
(4633, 1234, 'mb_page_title_top_border_color', '#eff0ed'),
(4634, 1234, 'mb_page_title_top_border_color_opacity', '1'),
(4635, 1234, 'mb_page_title_bottom_border', '0'),
(4636, 1234, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4637, 1234, 'mb_page_title_bottom_border_color_opacity', '1'),
(4638, 1234, 'mb_page_title_bottom_margin', '60'),
(4639, 1234, 'mb_page_title_svg_line', 'svg_line_both'),
(4640, 1234, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4641, 1234, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4642, 1234, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4643, 1234, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4644, 1234, 'mb_single_product', 'default'),
(4645, 1234, 'mb_product_container', 'container'),
(4646, 1234, 'mb_thumbnails_layout', 'horizontal'),
(4647, 1234, 'mb_sticky_thumb', '0'),
(4648, 1234, 'mb_img_size_guide', 'default'),
(4649, 1234, 'mb_img_size_masonry', 'small_h_rect'),
(4650, 1234, '_checkbox_hot', 'no'),
(4651, 1234, '_checkbox_new', 'no'),
(4652, 1234, '_sku', ''),
(4653, 1234, '_regular_price', '13.99'),
(4654, 1234, '_sale_price', ''),
(4655, 1234, '_sale_price_dates_from', ''),
(4656, 1234, '_sale_price_dates_to', ''),
(4657, 1234, 'total_sales', '0'),
(4658, 1234, '_tax_status', 'taxable'),
(4659, 1234, '_tax_class', ''),
(4660, 1234, '_manage_stock', 'no'),
(4661, 1234, '_backorders', 'no'),
(4662, 1234, '_low_stock_amount', ''),
(4663, 1234, '_sold_individually', 'no'),
(4664, 1234, '_weight', ''),
(4665, 1234, '_length', ''),
(4666, 1234, '_width', ''),
(4667, 1234, '_height', ''),
(4668, 1234, '_upsell_ids', 'a:0:{}'),
(4669, 1234, '_crosssell_ids', 'a:0:{}'),
(4670, 1234, '_purchase_note', ''),
(4671, 1234, '_default_attributes', 'a:0:{}'),
(4672, 1234, '_virtual', 'no'),
(4673, 1234, '_downloadable', 'no'),
(4674, 1234, '_product_image_gallery', '1251,1249'),
(4675, 1234, '_download_limit', '-1'),
(4676, 1234, '_download_expiry', '-1'),
(4677, 1234, '_stock', ''),
(4678, 1234, '_stock_status', 'instock'),
(4679, 1234, '_product_version', '3.5.5'),
(4680, 1234, '_price', '13.99'),
(4681, 1234, 'slide_template', 'default'),
(4682, 1234, 'gt3_new_product_tab_meta_value_key', ''),
(4683, 1234, 'gt3_product_subtitle_meta_value_key', ''),
(4684, 1234, '_thumbnail_id', '1252'),
(4685, 1257, '_thumbnail_id', '1258'),
(4686, 1257, '_wp_page_template', 'default'),
(4687, 1257, 'slide_template', 'default'),
(4688, 1257, 'mb_page_sidebar_layout', 'default'),
(4689, 1257, 'mb_header_presets', 'default'),
(4690, 1257, 'mb_page_title_conditional', 'yes'),
(4691, 1257, 'mb_page_title_use_feature_image', '0'),
(4692, 1257, 'mb_show_breadcrumbs', '0'),
(4693, 1257, 'mb_page_title_vertical_align', 'middle'),
(4694, 1257, 'mb_page_title_horizontal_align', 'center'),
(4695, 1257, 'mb_page_title_font_color', '#ffffff'),
(4696, 1257, 'mb_page_title_bg_color', '#ffffff'),
(4697, 1257, 'mb_page_title_bg_repeat', 'no-repeat'),
(4698, 1257, 'mb_page_title_bg_size', 'cover'),
(4699, 1257, 'mb_page_title_bg_attachment', 'scroll'),
(4700, 1257, 'mb_page_title_bg_position', 'center center'),
(4701, 1257, 'mb_page_title_height', '345'),
(4702, 1257, 'mb_page_title_top_border', '0'),
(4703, 1257, 'mb_page_title_top_border_color', '#eff0ed'),
(4704, 1257, 'mb_page_title_top_border_color_opacity', '1'),
(4705, 1257, 'mb_page_title_bottom_border', '0'),
(4706, 1257, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4707, 1257, 'mb_page_title_bottom_border_color_opacity', '1'),
(4708, 1257, 'mb_page_title_bottom_margin', '68'),
(4709, 1257, 'mb_page_title_svg_line', 'svg_line_both'),
(4710, 1257, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4711, 1257, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4712, 1257, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4713, 1257, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4714, 1257, 'mb_map_prefooter', 'default'),
(4715, 1257, 'mb_footer_switch', 'default'),
(4716, 1257, 'mb_footer_column', '4'),
(4717, 1257, 'mb_footer_column2', '6-6'),
(4718, 1257, 'mb_footer_column3', '4-4-4'),
(4719, 1257, 'mb_footer_column5', '2-3-2-2-3'),
(4720, 1257, 'mb_footer_align', 'left'),
(4721, 1257, 'mb_padding_top', '70'),
(4722, 1257, 'mb_padding_bottom', '70'),
(4723, 1257, 'mb_padding_left', '0'),
(4724, 1257, 'mb_padding_right', '0'),
(4725, 1257, 'mb_footer_full_width', 'default'),
(4726, 1257, 'mb_footer_bg_size', 'cover'),
(4727, 1257, 'mb_footer_bg_color', '#ffffff'),
(4728, 1257, 'mb_footer_text_color', '#000000'),
(4729, 1257, 'mb_footer_heading_color', '#fafafa'),
(4730, 1257, 'mb_footer_bg_repeat', 'repeat'),
(4731, 1257, 'mb_footer_attachment', 'scroll'),
(4732, 1257, 'mb_footer_bg_position', 'center center'),
(4733, 1257, 'mb_copyright_switch', '1'),
(4734, 1257, 'mb_copyright_align', 'left'),
(4735, 1257, 'mb_copyright_padding_top', '20'),
(4736, 1257, 'mb_copyright_padding_bottom', '20'),
(4737, 1257, 'mb_copyright_padding_left', '0'),
(4738, 1257, 'mb_copyright_padding_right', '0'),
(4739, 1257, 'mb_copyright_bg_color', '#ffffff'),
(4740, 1257, 'mb_copyright_text_color', '#000000'),
(4741, 1257, 'mb_copyright_top_border', '1'),
(4742, 1257, 'mb_copyright_top_border_color', '#2b4764'),
(4743, 1257, 'mb_copyright_top_border_color_opacity', '1'),
(4744, 1257, 'mb_pre_footer_switch', '0'),
(4745, 1257, 'mb_pre_footer_align', 'left'),
(4746, 1257, 'mb_pre_footer_padding_top', '20'),
(4747, 1257, 'mb_pre_footer_padding_bottom', '20'),
(4748, 1257, 'mb_pre_footer_padding_left', '0'),
(4749, 1257, 'mb_pre_footer_padding_right', '0'),
(4750, 1257, 'mb_pre_footer_bottom_border', '1'),
(4751, 1257, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4752, 1257, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4753, 1257, 'mb_preloader', 'default'),
(4754, 1257, 'mb_preloader_type', 'linear'),
(4755, 1257, 'mb_preloader_background', '#ffffff'),
(4756, 1257, 'mb_preloader_item_color', '#474747'),
(4757, 1257, 'mb_preloader_item_color2', '#e94e76'),
(4758, 1257, 'mb_preloader_item_width', '120'),
(4759, 1257, 'mb_preloader_item_stroke', '2'),
(4760, 1257, 'mb_preloader_item_logo_width', '45'),
(4761, 1257, 'mb_preloader_full', '1'),
(4762, 1257, '_elementor_edit_mode', 'builder'),
(4763, 1257, '_elementor_template_type', 'post');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4764, 1257, '_elementor_data', '[{\"id\":\"50220ea0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1370296c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"442ff0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fa45274\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e4014c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61fe1d89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"516b8a87\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"74ee6377\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7bd2962f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14a5945f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6f5ee178\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"457a1871\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6786a04\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3917dda\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"779d925\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0c70548\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"8b7985e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"92c1902\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7bc1b9\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6933810f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d2db8c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c2c8646\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ba28fc3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"70a941ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"193ae4d5\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"7aedcfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"62e876ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"166dbde1\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"1f1b1513\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1715f127\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bfd2587\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e92cee0\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1aa159b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e9c93f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4765, 1257, '_elementor_version', '0.4'),
(4766, 1257, '_wp_old_date', '2019-02-22'),
(4767, 1257, 'project_short_desc', 'Suspendisse metus dolor, interdum sed eros sit amet, posuere pulvinar diam.'),
(4768, 1257, 'mb_page_title_bg_image', '226'),
(4769, 1264, '_thumbnail_id', '1259'),
(4770, 1264, '_wp_page_template', 'default'),
(4771, 1264, 'slide_template', 'default'),
(4772, 1264, 'mb_page_sidebar_layout', 'default'),
(4773, 1264, 'mb_header_presets', 'default'),
(4774, 1264, 'mb_page_title_conditional', 'yes'),
(4775, 1264, 'mb_page_title_use_feature_image', '0'),
(4776, 1264, 'mb_show_breadcrumbs', '0'),
(4777, 1264, 'mb_page_title_vertical_align', 'middle'),
(4778, 1264, 'mb_page_title_horizontal_align', 'center'),
(4779, 1264, 'mb_page_title_font_color', '#ffffff'),
(4780, 1264, 'mb_page_title_bg_color', '#ffffff'),
(4781, 1264, 'mb_page_title_bg_repeat', 'no-repeat'),
(4782, 1264, 'mb_page_title_bg_size', 'cover'),
(4783, 1264, 'mb_page_title_bg_attachment', 'scroll'),
(4784, 1264, 'mb_page_title_bg_position', 'center center'),
(4785, 1264, 'mb_page_title_height', '345'),
(4786, 1264, 'mb_page_title_top_border', '0'),
(4787, 1264, 'mb_page_title_top_border_color', '#eff0ed'),
(4788, 1264, 'mb_page_title_top_border_color_opacity', '1'),
(4789, 1264, 'mb_page_title_bottom_border', '0'),
(4790, 1264, 'mb_page_title_bottom_border_color', '#eff0ed'),
(4791, 1264, 'mb_page_title_bottom_border_color_opacity', '1'),
(4792, 1264, 'mb_page_title_bottom_margin', '68'),
(4793, 1264, 'mb_page_title_svg_line', 'svg_line_both'),
(4794, 1264, 'mb_page_title_svg_line_top_color', '#ffffff'),
(4795, 1264, 'mb_page_title_svg_line_top_color_opacity', '1'),
(4796, 1264, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(4797, 1264, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(4798, 1264, 'mb_map_prefooter', 'default'),
(4799, 1264, 'mb_footer_switch', 'default'),
(4800, 1264, 'mb_footer_column', '4'),
(4801, 1264, 'mb_footer_column2', '6-6'),
(4802, 1264, 'mb_footer_column3', '4-4-4'),
(4803, 1264, 'mb_footer_column5', '2-3-2-2-3'),
(4804, 1264, 'mb_footer_align', 'left'),
(4805, 1264, 'mb_padding_top', '70'),
(4806, 1264, 'mb_padding_bottom', '70'),
(4807, 1264, 'mb_padding_left', '0'),
(4808, 1264, 'mb_padding_right', '0'),
(4809, 1264, 'mb_footer_full_width', 'default'),
(4810, 1264, 'mb_footer_bg_size', 'cover'),
(4811, 1264, 'mb_footer_bg_color', '#ffffff'),
(4812, 1264, 'mb_footer_text_color', '#000000'),
(4813, 1264, 'mb_footer_heading_color', '#fafafa'),
(4814, 1264, 'mb_footer_bg_repeat', 'repeat'),
(4815, 1264, 'mb_footer_attachment', 'scroll'),
(4816, 1264, 'mb_footer_bg_position', 'center center'),
(4817, 1264, 'mb_copyright_switch', '1'),
(4818, 1264, 'mb_copyright_align', 'left'),
(4819, 1264, 'mb_copyright_padding_top', '20'),
(4820, 1264, 'mb_copyright_padding_bottom', '20'),
(4821, 1264, 'mb_copyright_padding_left', '0'),
(4822, 1264, 'mb_copyright_padding_right', '0'),
(4823, 1264, 'mb_copyright_bg_color', '#ffffff'),
(4824, 1264, 'mb_copyright_text_color', '#000000'),
(4825, 1264, 'mb_copyright_top_border', '1'),
(4826, 1264, 'mb_copyright_top_border_color', '#2b4764'),
(4827, 1264, 'mb_copyright_top_border_color_opacity', '1'),
(4828, 1264, 'mb_pre_footer_switch', '0'),
(4829, 1264, 'mb_pre_footer_align', 'left'),
(4830, 1264, 'mb_pre_footer_padding_top', '20'),
(4831, 1264, 'mb_pre_footer_padding_bottom', '20'),
(4832, 1264, 'mb_pre_footer_padding_left', '0'),
(4833, 1264, 'mb_pre_footer_padding_right', '0'),
(4834, 1264, 'mb_pre_footer_bottom_border', '1'),
(4835, 1264, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(4836, 1264, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(4837, 1264, 'mb_preloader', 'default'),
(4838, 1264, 'mb_preloader_type', 'linear'),
(4839, 1264, 'mb_preloader_background', '#ffffff'),
(4840, 1264, 'mb_preloader_item_color', '#474747'),
(4841, 1264, 'mb_preloader_item_color2', '#e94e76'),
(4842, 1264, 'mb_preloader_item_width', '120'),
(4843, 1264, 'mb_preloader_item_stroke', '2'),
(4844, 1264, 'mb_preloader_item_logo_width', '45'),
(4845, 1264, 'mb_preloader_full', '1'),
(4846, 1264, '_elementor_edit_mode', 'builder'),
(4847, 1264, '_elementor_template_type', 'post'),
(4848, 1264, '_elementor_data', '[{\"id\":\"1b1059fe\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3374e5b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"320f4001\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7958f130\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"43890ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c741695\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77da5b7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71e0264a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fd0a31d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b1d6ff3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"155f0005\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7e877cab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45394d9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a55b00\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8a5379a\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d9746c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"313750c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1bf97de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"61ab5e9\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"350cd126\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"131d074e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20bdc0a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dad8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6bb2d1be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a2864fc\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"173dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"55ef7c2d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"60084cc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"58d2a122\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d9a08c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b6a6710\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74c9a240\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"255be52b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21508006\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4849, 1264, '_elementor_version', '0.4'),
(4850, 1264, '_wp_old_date', '2019-02-22'),
(4851, 1264, 'project_short_desc', 'Nam ante tellus, ullamcorper ut neque at, placerat feugiat lacus dui et, lacinia elit.'),
(4852, 1264, 'mb_page_title_bg_image', '226'),
(4853, 207, '_form', '<div class=\"contact-form-2\">[text* your-name watermark \"Name\"][email* your-email watermark \"Email\"][textarea your-message x4 watermark \"Message\"][submit \"Send Message\"]</div>'),
(4854, 207, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"Agrosector \"[your-subject]\"\";s:6:\"sender\";s:29:\"Agrosector <help@livewp.site>\";s:9:\"recipient\";s:16:\"help@livewp.site\";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4855, 207, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"Agrosector \"[your-subject]\"\";s:6:\"sender\";s:29:\"Agrosector <help@livewp.site>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\";s:18:\"additional_headers\";s:26:\"Reply-To: help@livewp.site\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4856, 207, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(4857, 207, '_additional_settings', ''),
(4858, 207, '_locale', 'en_US'),
(4859, 644, '_form', '<div class=\"row contacts_form\">\n  <div class=\"span6\">[text* Name placeholder \"Name *\"]</div>\n  <div class=\"span6\">[email* your-email placeholder \"E-Mail *\"]</div>\n  <div class=\"span12\">[textarea your-message placeholder \"Message\"][submit \"Send Message\"]</div>    \n</div>'),
(4860, 644, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"Agrosector \"[your-subject]\"\";s:6:\"sender\";s:29:\"Agrosector <help@livewp.site>\";s:9:\"recipient\";s:16:\"help@livewp.site\";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4861, 644, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"Agrosector \"[your-subject]\"\";s:6:\"sender\";s:29:\"Agrosector <help@livewp.site>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\";s:18:\"additional_headers\";s:26:\"Reply-To: help@livewp.site\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4862, 644, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(4863, 644, '_additional_settings', ''),
(4864, 644, '_locale', 'en_US'),
(4873, 1571, '_menu_item_type', 'post_type'),
(4874, 1571, '_menu_item_menu_item_parent', '0'),
(4875, 1571, '_menu_item_object_id', '1558'),
(4876, 1571, '_menu_item_object', 'page'),
(4877, 1571, '_menu_item_target', ''),
(4878, 1571, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4879, 1571, '_menu_item_xfn', ''),
(4880, 1571, '_menu_item_url', ''),
(4881, 1572, '_menu_item_type', 'post_type'),
(4882, 1572, '_menu_item_menu_item_parent', '0'),
(4883, 1572, '_menu_item_object_id', '322'),
(4884, 1572, '_menu_item_object', 'page'),
(4885, 1572, '_menu_item_target', ''),
(4886, 1572, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4887, 1572, '_menu_item_xfn', ''),
(4888, 1572, '_menu_item_url', ''),
(4889, 1573, '_menu_item_type', 'post_type'),
(4890, 1573, '_menu_item_menu_item_parent', '0'),
(4891, 1573, '_menu_item_object_id', '819'),
(4892, 1573, '_menu_item_object', 'project'),
(4893, 1573, '_menu_item_target', ''),
(4894, 1573, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4895, 1573, '_menu_item_xfn', ''),
(4896, 1573, '_menu_item_url', ''),
(4897, 1574, '_menu_item_type', 'post_type'),
(4898, 1574, '_menu_item_menu_item_parent', '0'),
(4899, 1574, '_menu_item_object_id', '862'),
(4900, 1574, '_menu_item_object', 'project'),
(4901, 1574, '_menu_item_target', ''),
(4902, 1574, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4903, 1574, '_menu_item_xfn', ''),
(4904, 1574, '_menu_item_url', ''),
(4905, 1575, '_menu_item_type', 'post_type'),
(4906, 1575, '_menu_item_menu_item_parent', '0'),
(4907, 1575, '_menu_item_object_id', '875'),
(4908, 1575, '_menu_item_object', 'project'),
(4909, 1575, '_menu_item_target', ''),
(4910, 1575, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4911, 1575, '_menu_item_xfn', ''),
(4912, 1575, '_menu_item_url', ''),
(4913, 1576, '_menu_item_type', 'post_type'),
(4914, 1576, '_menu_item_menu_item_parent', '0'),
(4915, 1576, '_menu_item_object_id', '879'),
(4916, 1576, '_menu_item_object', 'project'),
(4917, 1576, '_menu_item_target', ''),
(4918, 1576, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4919, 1576, '_menu_item_xfn', ''),
(4920, 1576, '_menu_item_url', ''),
(4921, 1577, '_menu_item_type', 'post_type'),
(4922, 1577, '_menu_item_menu_item_parent', '0'),
(4923, 1577, '_menu_item_object_id', '891'),
(4924, 1577, '_menu_item_object', 'project'),
(4925, 1577, '_menu_item_target', ''),
(4926, 1577, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4927, 1577, '_menu_item_xfn', ''),
(4928, 1577, '_menu_item_url', ''),
(4929, 1578, '_menu_item_type', 'post_type'),
(4930, 1578, '_menu_item_menu_item_parent', '0'),
(4931, 1578, '_menu_item_object_id', '871'),
(4932, 1578, '_menu_item_object', 'project'),
(4933, 1578, '_menu_item_target', ''),
(4934, 1578, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4935, 1578, '_menu_item_xfn', ''),
(4936, 1578, '_menu_item_url', ''),
(4937, 1579, '_menu_item_type', 'post_type'),
(4938, 1579, '_menu_item_menu_item_parent', '0'),
(4939, 1579, '_menu_item_object_id', '857'),
(4940, 1579, '_menu_item_object', 'project'),
(4941, 1579, '_menu_item_target', ''),
(4942, 1579, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4943, 1579, '_menu_item_xfn', ''),
(4944, 1579, '_menu_item_url', ''),
(4945, 1580, '_menu_item_type', 'post_type'),
(4946, 1580, '_menu_item_menu_item_parent', '0'),
(4947, 1580, '_menu_item_object_id', '887'),
(4948, 1580, '_menu_item_object', 'project'),
(4949, 1580, '_menu_item_target', ''),
(4950, 1580, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4951, 1580, '_menu_item_xfn', ''),
(4952, 1580, '_menu_item_url', ''),
(4953, 1581, '_menu_item_type', 'post_type'),
(4954, 1581, '_menu_item_menu_item_parent', '0'),
(4955, 1581, '_menu_item_object_id', '883'),
(4956, 1581, '_menu_item_object', 'project'),
(4957, 1581, '_menu_item_target', ''),
(4958, 1581, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4959, 1581, '_menu_item_xfn', ''),
(4960, 1581, '_menu_item_url', ''),
(4977, 1584, '_menu_item_type', 'post_type'),
(4978, 1584, '_menu_item_menu_item_parent', '0'),
(4979, 1584, '_menu_item_object_id', '636'),
(4980, 1584, '_menu_item_object', 'page'),
(4981, 1584, '_menu_item_target', ''),
(4982, 1584, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4983, 1584, '_menu_item_xfn', ''),
(4984, 1584, '_menu_item_url', ''),
(5049, 1593, '_menu_item_type', 'post_type'),
(5050, 1593, '_menu_item_menu_item_parent', '0'),
(5051, 1593, '_menu_item_object_id', '1192'),
(5052, 1593, '_menu_item_object', 'page'),
(5053, 1593, '_menu_item_target', ''),
(5054, 1593, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5055, 1593, '_menu_item_xfn', ''),
(5056, 1593, '_menu_item_url', ''),
(5083, 1558, '_elementor_page_assets', 'a:0:{}'),
(5084, 1558, '_gt3_usage_shortcodes', '{\"gt3_search\":2,\"rev_slider\":1}'),
(5086, 219, 'solid_color', '718959'),
(5087, 1192, '_elementor_page_assets', 'a:0:{}'),
(5088, 1192, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(5089, 1437, 'solid_color', '8B774F'),
(5090, 1228, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(5091, 1201, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(5092, 1232, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(5093, 1558, '_edit_lock', '1680341873:1'),
(5094, 1597, '_elementor_edit_mode', 'builder'),
(5095, 1597, '_elementor_template_type', 'post'),
(5096, 1597, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5097, 1597, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"slides\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5279ba21\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/progress.png\",\"id\":1555},\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"3b106dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2e8519b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"177856ce\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3c49278\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a7413ed\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"997383b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"505d66e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":80},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"75ba5f6\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a4a6aee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c976b81\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"fb6163e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1b4e8e3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"754f30c\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a994804\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"fbfd0dd\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"91290ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bbe5d22\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7848cbf\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3387e15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"8277181\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c6d753\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Peolpe-Say.png\",\"id\":1538},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"8205f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"a729fc9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e6e5f39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91fa879\",\"elType\":\"widget\",\"settings\":{\"type\":\"style1\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah-Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"136\",\"height\":\"136\"},\"text_align\":\"center\",\"color_title\":\"#d1d1d1\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#c9c9c9\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b08396d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#b2b74a\",\"css_classes\":\"gt3_img_brands\"},\"elements\":[{\"id\":\"891059f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b8d6029\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"fcd8458\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-309 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_01.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"51\\\" \\/>\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38dae1b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"042c88f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"fad4b5c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"bea8818\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-310 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_02.png\\\" alt=\\\"\\\" width=\\\"161\\\" height=\\\"53\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533f87c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"bcc1fa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"e00722f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9478084\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-151 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_03.png\\\" alt=\\\"\\\" width=\\\"148\\\" height=\\\"48\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3af8f23\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"60d389b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"5851e89\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"f9023d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-149 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_04.png\\\" alt=\\\"\\\" width=\\\"114\\\" height=\\\"47\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"064918b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5098, 1597, '_elementor_version', '0.4'),
(5100, 1597, '_elementor_page_assets', 'a:0:{}'),
(5101, 1598, '_elementor_edit_mode', 'builder'),
(5102, 1598, '_elementor_template_type', 'post'),
(5103, 1598, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5104, 1598, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"slides\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5279ba21\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/progress.png\",\"id\":1555},\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"3b106dee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"2e8519b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"177856ce\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3c49278\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a7413ed\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"997383b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"505d66e\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":80},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"75ba5f6\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a4a6aee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c976b81\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"fb6163e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1b4e8e3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"754f30c\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"a994804\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"fbfd0dd\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"91290ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bbe5d22\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":80},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":80},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7848cbf\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"3387e15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"8277181\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":113},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c6d753\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Peolpe-Say.png\",\"id\":1538},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"8205f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false}},\"elements\":[{\"id\":\"a729fc9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e6e5f39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91fa879\",\"elType\":\"widget\",\"settings\":{\"type\":\"style1\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah-Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"136\",\"height\":\"136\"},\"text_align\":\"center\",\"color_title\":\"#d1d1d1\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#c9c9c9\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b08396d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#b2b74a\",\"css_classes\":\"gt3_img_brands\"},\"elements\":[{\"id\":\"891059f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b8d6029\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"fcd8458\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-309 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_01.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"51\\\" \\/>\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38dae1b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"042c88f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"fad4b5c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"bea8818\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-310 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_02.png\\\" alt=\\\"\\\" width=\\\"161\\\" height=\\\"53\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533f87c\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"bcc1fa6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"e00722f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9478084\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-151 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_03.png\\\" alt=\\\"\\\" width=\\\"148\\\" height=\\\"48\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3af8f23\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"60d389b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"5851e89\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"f9023d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"elementor-image size-full wp-image-149 aligncenter\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/partner_04.png\\\" alt=\\\"\\\" width=\\\"114\\\" height=\\\"47\\\" \\/>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"064918b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":13},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":13},\"height_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5105, 1598, '_elementor_version', '0.4'),
(5107, 1598, '_elementor_page_assets', 'a:0:{}'),
(5108, 1599, '_elementor_edit_mode', 'builder'),
(5109, 1599, '_elementor_template_type', 'post'),
(5110, 1599, '_wp_page_template', 'default'),
(5111, 1599, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(5112, 1599, '_elementor_version', '0.4'),
(5114, 1599, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5116, 1600, '_elementor_edit_mode', 'builder'),
(5117, 1600, '_elementor_template_type', 'wp-post'),
(5118, 1600, '_wp_page_template', 'default'),
(5119, 1600, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(5120, 1600, '_elementor_version', '3.12.0'),
(5121, 1600, '_elementor_page_assets', 'a:0:{}'),
(5123, 1601, '_elementor_edit_mode', 'builder');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5124, 1601, '_elementor_template_type', 'wp-post'),
(5125, 1601, '_wp_page_template', 'default'),
(5126, 1601, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613d06e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"c5f3cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"fa05afa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3ead61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"88162fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"68419c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5406661\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"f6f3435\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.332,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"f72a528\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),
(5127, 1601, '_elementor_version', '3.12.0'),
(5128, 1601, '_elementor_page_assets', 'a:0:{}'),
(5130, 1602, '_elementor_edit_mode', 'builder'),
(5131, 1602, '_elementor_template_type', 'wp-post'),
(5132, 1602, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5133, 1602, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5134, 1602, '_elementor_version', '3.12.0'),
(5135, 1602, '_elementor_page_assets', 'a:0:{}'),
(5138, 1603, '_elementor_edit_mode', 'builder'),
(5139, 1603, '_elementor_template_type', 'wp-post'),
(5140, 1603, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5141, 1603, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5142, 1603, '_elementor_version', '3.12.0'),
(5143, 1603, '_elementor_page_assets', 'a:0:{}'),
(5145, 1604, '_elementor_edit_mode', 'builder'),
(5146, 1604, '_elementor_template_type', 'wp-post'),
(5147, 1604, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5148, 1604, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5149, 1604, '_elementor_version', '3.12.0'),
(5150, 1604, '_elementor_page_assets', 'a:0:{}'),
(5152, 1605, '_elementor_edit_mode', 'builder'),
(5153, 1605, '_elementor_template_type', 'wp-post'),
(5154, 1605, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5155, 1605, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5156, 1605, '_elementor_version', '3.12.0'),
(5157, 1605, '_elementor_page_assets', 'a:0:{}'),
(5159, 1606, '_elementor_edit_mode', 'builder'),
(5160, 1606, '_elementor_template_type', 'wp-post'),
(5161, 1606, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5162, 1606, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5163, 1606, '_elementor_version', '3.12.0'),
(5164, 1606, '_elementor_page_assets', 'a:0:{}'),
(5165, 1607, '_elementor_edit_mode', 'builder'),
(5166, 1607, '_elementor_template_type', 'wp-post'),
(5167, 1607, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5168, 1607, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5169, 1607, '_elementor_version', '3.12.0'),
(5170, 1607, '_elementor_page_assets', 'a:0:{}'),
(5171, 1608, '_elementor_edit_mode', 'builder'),
(5172, 1608, '_elementor_template_type', 'wp-post'),
(5173, 1608, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5174, 1608, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5175, 1608, '_elementor_version', '3.12.0'),
(5176, 1608, '_elementor_page_assets', 'a:0:{}'),
(5183, 1610, '_elementor_edit_mode', 'builder'),
(5184, 1610, '_elementor_template_type', 'wp-post'),
(5185, 1610, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5186, 1610, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5187, 1610, '_elementor_version', '3.12.0'),
(5188, 1610, '_elementor_page_assets', 'a:0:{}'),
(5189, 1611, '_elementor_edit_mode', 'builder'),
(5190, 1611, '_elementor_template_type', 'wp-post'),
(5191, 1611, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5192, 1611, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Work with Us<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5193, 1611, '_elementor_version', '3.12.0'),
(5194, 1611, '_elementor_page_assets', 'a:0:{}'),
(5195, 1612, '_elementor_edit_mode', 'builder'),
(5196, 1612, '_elementor_template_type', 'wp-post'),
(5197, 1612, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5198, 1612, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5199, 1612, '_elementor_version', '3.12.0'),
(5200, 1612, '_elementor_page_assets', 'a:0:{}'),
(5201, 1613, '_elementor_edit_mode', 'builder'),
(5202, 1613, '_elementor_template_type', 'wp-post'),
(5203, 1613, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5204, 1613, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5205, 1613, '_elementor_version', '3.12.0'),
(5206, 1613, '_elementor_page_assets', 'a:0:{}'),
(5207, 1614, '_elementor_edit_mode', 'builder'),
(5208, 1614, '_elementor_template_type', 'wp-post'),
(5209, 1614, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5210, 1614, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7477218a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5211, 1614, '_elementor_version', '3.12.0'),
(5212, 1614, '_elementor_page_assets', 'a:0:{}'),
(5213, 1615, '_elementor_edit_mode', 'builder'),
(5214, 1615, '_elementor_template_type', 'wp-post'),
(5215, 1615, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5216, 1615, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5217, 1615, '_elementor_version', '3.12.0'),
(5218, 1615, '_elementor_page_assets', 'a:0:{}'),
(5220, 1616, '_elementor_edit_mode', 'builder'),
(5221, 1616, '_elementor_template_type', 'wp-post'),
(5222, 1616, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5223, 1616, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5224, 1616, '_elementor_version', '3.12.0'),
(5225, 1616, '_elementor_page_assets', 'a:0:{}'),
(5227, 1617, '_elementor_edit_mode', 'builder'),
(5228, 1617, '_elementor_template_type', 'wp-post'),
(5229, 1617, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5230, 1617, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38fc6273\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":1533,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Natural.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"49a2b879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"30cd6939\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":31}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"24cf7ed3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":60}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2bf5da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"707a4c85\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"71fe355\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae5a9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ecb3ef8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":126},\"height_tablet\":{\"unit\":\"px\",\"size\":86},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"28475285\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7b5ef439\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":121},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"433b3c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0dcbbc0\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"0b10db3\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5231, 1617, '_elementor_version', '3.12.0'),
(5232, 1617, '_elementor_page_assets', 'a:0:{}'),
(5234, 1618, '_elementor_edit_mode', 'builder'),
(5235, 1618, '_elementor_template_type', 'wp-post'),
(5236, 1618, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5237, 1618, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5238, 1618, '_elementor_version', '3.12.0'),
(5239, 1618, '_elementor_page_assets', 'a:0:{}'),
(5249, 1620, '_elementor_edit_mode', 'builder'),
(5250, 1620, '_elementor_template_type', 'wp-post'),
(5251, 1620, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5252, 1620, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5253, 1620, '_elementor_version', '3.12.0'),
(5254, 1620, '_elementor_page_assets', 'a:0:{}'),
(5255, 1621, '_elementor_edit_mode', 'builder'),
(5256, 1621, '_elementor_template_type', 'wp-post'),
(5257, 1621, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5258, 1621, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5259, 1621, '_elementor_version', '3.12.0'),
(5260, 1621, '_elementor_page_assets', 'a:0:{}'),
(5261, 1622, '_elementor_edit_mode', 'builder'),
(5262, 1622, '_elementor_template_type', 'wp-post'),
(5263, 1622, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5264, 1622, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5265, 1622, '_elementor_version', '3.12.0'),
(5266, 1622, '_elementor_page_assets', 'a:0:{}'),
(5268, 1623, '_elementor_edit_mode', 'builder'),
(5269, 1623, '_elementor_template_type', 'wp-post'),
(5270, 1623, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5271, 1623, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5272, 1623, '_elementor_version', '3.12.0'),
(5273, 1623, '_elementor_page_assets', 'a:0:{}'),
(5275, 1624, '_elementor_edit_mode', 'builder'),
(5276, 1624, '_elementor_template_type', 'wp-post'),
(5277, 1624, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5278, 1624, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5279, 1624, '_elementor_version', '3.12.0'),
(5280, 1624, '_elementor_page_assets', 'a:0:{}'),
(5282, 1625, '_elementor_edit_mode', 'builder'),
(5283, 1625, '_elementor_template_type', 'wp-post'),
(5284, 1625, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5285, 1625, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5286, 1625, '_elementor_version', '3.12.0'),
(5287, 1625, '_elementor_page_assets', 'a:0:{}'),
(5290, 1626, '_elementor_edit_mode', 'builder'),
(5291, 1626, '_elementor_template_type', 'wp-post'),
(5292, 1626, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5293, 1626, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5294, 1626, '_elementor_version', '3.12.0'),
(5295, 1626, '_elementor_page_assets', 'a:0:{}'),
(5297, 1627, '_elementor_edit_mode', 'builder'),
(5298, 1627, '_elementor_template_type', 'wp-post'),
(5299, 1627, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5300, 1627, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5301, 1627, '_elementor_version', '3.12.0'),
(5302, 1627, '_elementor_page_assets', 'a:0:{}'),
(5304, 1628, '_elementor_edit_mode', 'builder'),
(5305, 1628, '_elementor_template_type', 'wp-post'),
(5306, 1628, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5307, 1628, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5308, 1628, '_elementor_version', '3.12.0'),
(5309, 1628, '_elementor_page_assets', 'a:0:{}'),
(5311, 1629, '_elementor_edit_mode', 'builder'),
(5312, 1629, '_elementor_template_type', 'wp-post'),
(5313, 1629, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5314, 1629, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5315, 1629, '_elementor_version', '3.12.0'),
(5316, 1629, '_elementor_page_assets', 'a:0:{}'),
(5317, 1630, '_elementor_edit_mode', 'builder'),
(5318, 1630, '_elementor_template_type', 'wp-post'),
(5319, 1630, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5320, 1630, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5321, 1630, '_elementor_version', '3.12.0'),
(5322, 1630, '_elementor_page_assets', 'a:0:{}'),
(5323, 1631, '_elementor_edit_mode', 'builder'),
(5324, 1631, '_elementor_template_type', 'wp-post'),
(5325, 1631, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5326, 1631, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5327, 1631, '_elementor_version', '3.12.0'),
(5328, 1631, '_elementor_page_assets', 'a:0:{}'),
(5330, 1632, '_elementor_edit_mode', 'builder'),
(5331, 1632, '_elementor_template_type', 'wp-post'),
(5332, 1632, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5333, 1632, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5334, 1632, '_elementor_version', '3.12.0'),
(5335, 1632, '_elementor_page_assets', 'a:0:{}'),
(5337, 1633, '_elementor_edit_mode', 'builder'),
(5338, 1633, '_elementor_template_type', 'wp-post'),
(5339, 1633, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5340, 1633, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5341, 1633, '_elementor_version', '3.12.0'),
(5342, 1633, '_elementor_page_assets', 'a:0:{}'),
(5344, 1634, '_elementor_edit_mode', 'builder'),
(5345, 1634, '_elementor_template_type', 'wp-post'),
(5346, 1634, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5347, 1634, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5348, 1634, '_elementor_version', '3.12.0'),
(5349, 1634, '_elementor_page_assets', 'a:0:{}'),
(5352, 1635, '_elementor_edit_mode', 'builder'),
(5353, 1635, '_elementor_template_type', 'wp-post'),
(5354, 1635, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5355, 1635, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5356, 1635, '_elementor_version', '3.12.0'),
(5357, 1635, '_elementor_page_assets', 'a:0:{}'),
(5359, 1636, '_elementor_edit_mode', 'builder'),
(5360, 1636, '_elementor_template_type', 'wp-post'),
(5361, 1636, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5362, 1636, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\"},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5363, 1636, '_elementor_version', '3.12.0'),
(5364, 1636, '_elementor_page_assets', 'a:0:{}'),
(5366, 1637, '_elementor_edit_mode', 'builder'),
(5367, 1637, '_elementor_template_type', 'wp-post'),
(5368, 1637, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5369, 1637, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5370, 1637, '_elementor_version', '3.12.0'),
(5371, 1637, '_elementor_page_assets', 'a:0:{}'),
(5374, 1638, '_elementor_edit_mode', 'builder'),
(5375, 1638, '_elementor_template_type', 'wp-post'),
(5376, 1638, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5377, 1638, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5378, 1638, '_elementor_version', '3.12.0'),
(5379, 1638, '_elementor_page_assets', 'a:0:{}'),
(5381, 1639, '_elementor_edit_mode', 'builder'),
(5382, 1639, '_elementor_template_type', 'wp-post'),
(5383, 1639, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5384, 1639, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95a2a1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc8c5ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"98c0f21\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":107},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":107},\"height_tablet\":{\"unit\":\"px\",\"size\":47},\"height_mobile\":{\"unit\":\"px\",\"size\":47}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ea20637\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>H\\u1ee3p t\\u00e1c v\\u1edbi IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4d08b\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"9d0250d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abef5d3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3293fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2a0176e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"01. Contact us at a convenient time for you.\",\"description_text\":\"Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_11.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"beaab53\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"02. Place an order for products or services.\",\"description_text\":\"Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_12.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9723ed8\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"03. Get an order that made.\",\"description_text\":\"Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\\n\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":9},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_13.png\"},\"image_space\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"466f98c\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true},{\"id\":\"686217e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"497a7f6\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":100},\"height_tablet\":{\"unit\":\"px\",\"size\":100},\"height_mobile\":{\"unit\":\"px\",\"size\":74}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"637b09d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a5b67fd\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"-47\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":130,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_02.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa8fda9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Latest News<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5385, 1639, '_elementor_version', '3.12.0'),
(5386, 1639, '_elementor_page_assets', 'a:0:{}'),
(5388, 1640, '_elementor_edit_mode', 'builder'),
(5389, 1640, '_elementor_template_type', 'wp-post'),
(5390, 1640, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5391, 1640, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5392, 1640, '_elementor_version', '3.12.0'),
(5393, 1640, '_elementor_page_assets', 'a:0:{}'),
(5397, 221, 'solid_color', '9EA259'),
(5398, 322, '_elementor_page_assets', 'a:0:{}'),
(5399, 322, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(5400, 1192, '_edit_lock', '1680333317:1'),
(5401, 1641, '_elementor_edit_mode', 'builder'),
(5402, 1641, '_elementor_template_type', 'post'),
(5403, 1641, '_wp_page_template', 'default'),
(5404, 1641, '_elementor_data', '[{\"id\":\"695f2da\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b4aad22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a32bc16\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_comments\":\"yes\",\"meta_date\":\"yes\",\"items_per_line\":\"1\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"share\":\"yes\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(5405, 1641, '_elementor_version', '0.4'),
(5407, 1641, '_elementor_page_assets', 'a:0:{}'),
(5408, 1192, '_gt3_usage_blocks', '[]'),
(5409, 1192, '_edit_last', '1'),
(5410, 1192, 'mb_page_title_bg_image', '219'),
(5411, 1642, '_elementor_edit_mode', 'builder'),
(5412, 1642, '_elementor_template_type', 'post'),
(5413, 1642, '_wp_page_template', 'default'),
(5414, 1642, '_elementor_data', '[{\"id\":\"695f2da\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b4aad22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a32bc16\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_comments\":\"yes\",\"meta_date\":\"yes\",\"items_per_line\":\"1\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"share\":\"yes\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(5415, 1642, '_elementor_version', '0.4'),
(5417, 1642, '_elementor_page_assets', 'a:0:{}'),
(5418, 1643, '_elementor_edit_mode', 'builder'),
(5419, 1643, '_elementor_template_type', 'post'),
(5420, 1643, '_wp_page_template', 'default'),
(5421, 1643, '_elementor_data', '[{\"id\":\"695f2da\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b4aad22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a32bc16\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_comments\":\"yes\",\"meta_date\":\"yes\",\"items_per_line\":\"1\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"share\":\"yes\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(5422, 1643, '_elementor_version', '0.4'),
(5424, 1643, '_elementor_page_assets', 'a:0:{}'),
(5425, 1644, '_elementor_edit_mode', 'builder'),
(5426, 1644, '_elementor_template_type', 'post'),
(5427, 1644, '_wp_page_template', 'default'),
(5428, 1644, '_elementor_data', '[{\"id\":\"695f2da\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b4aad22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"a32bc16\",\"elType\":\"widget\",\"settings\":{\"meta_author\":\"yes\",\"meta_comments\":\"yes\",\"meta_date\":\"yes\",\"items_per_line\":\"1\",\"meta_position\":\"before_title\",\"pagination_en\":\"yes\",\"post_btn_link\":\"yes\",\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"share\":\"yes\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(5429, 1644, '_elementor_version', '0.4'),
(5431, 1644, '_elementor_page_assets', 'a:0:{}'),
(5433, 1645, '_wp_attached_file', '2023/03/logo-removebg-preview.png'),
(5434, 1645, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:227;s:6:\"height\";i:100;s:4:\"file\";s:33:\"2023/03/logo-removebg-preview.png\";s:8:\"filesize\";i:20686;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"logo-removebg-preview-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11960;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5435, 1646, '_elementor_edit_mode', 'builder'),
(5436, 1646, '_elementor_template_type', 'wp-post'),
(5437, 1646, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5438, 1646, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5439, 1646, '_elementor_version', '3.12.0'),
(5440, 1646, '_elementor_page_assets', 'a:0:{}'),
(5442, 1647, '_elementor_edit_mode', 'builder'),
(5443, 1647, '_elementor_template_type', 'wp-post'),
(5444, 1647, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5445, 1647, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5446, 1647, '_elementor_version', '3.12.0'),
(5447, 1647, '_elementor_page_assets', 'a:0:{}'),
(5449, 1648, '_elementor_edit_mode', 'builder'),
(5450, 1648, '_elementor_template_type', 'wp-post'),
(5451, 1648, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5452, 1648, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5453, 1648, '_elementor_version', '3.12.0'),
(5454, 1648, '_elementor_page_assets', 'a:0:{}'),
(5456, 1649, '_elementor_edit_mode', 'builder'),
(5457, 1649, '_elementor_template_type', 'wp-post'),
(5458, 1649, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5459, 1649, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5460, 1649, '_elementor_version', '3.12.0'),
(5461, 1649, '_elementor_page_assets', 'a:0:{}'),
(5462, 1650, '_elementor_edit_mode', 'builder'),
(5463, 1650, '_elementor_template_type', 'wp-post'),
(5464, 1650, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5465, 1650, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5466, 1650, '_elementor_version', '3.12.0'),
(5467, 1650, '_elementor_page_assets', 'a:0:{}'),
(5468, 1651, '_elementor_edit_mode', 'builder'),
(5469, 1651, '_elementor_template_type', 'wp-post'),
(5470, 1651, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5471, 1651, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5472, 1651, '_elementor_version', '3.12.0'),
(5473, 1651, '_elementor_page_assets', 'a:0:{}'),
(5480, 6, '_edit_lock', '1680282842:1'),
(5481, 1653, '_elementor_edit_mode', 'builder'),
(5482, 1653, '_elementor_template_type', 'kit'),
(5484, 6, '_wp_page_template', 'default'),
(5485, 6, '_elementor_page_settings', 'a:10:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:6:\"Chính\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:11:\"Thứ cấp\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:10:\"Văn bản\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:12:\"Dấu nhấn\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:6:\"Chính\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:11:\"Thứ cấp\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:10:\"Văn bản\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:12:\"Dấu nhấn\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:4:\"IAMV\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(5486, 6, '_elementor_data', '[]'),
(5487, 1654, '_elementor_edit_mode', 'builder'),
(5488, 1654, '_elementor_template_type', 'kit'),
(5490, 1654, '_wp_page_template', 'default'),
(5491, 1654, '_elementor_page_settings', 'a:10:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:6:\"Chính\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:11:\"Thứ cấp\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:10:\"Văn bản\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:12:\"Dấu nhấn\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:6:\"Chính\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:11:\"Thứ cấp\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:10:\"Văn bản\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:12:\"Dấu nhấn\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:4:\"IAMV\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(5492, 1654, '_elementor_data', '[]'),
(5493, 6, '_elementor_page_assets', 'a:0:{}'),
(5494, 6, '_elementor_version', '3.12.0'),
(5495, 1655, '_elementor_edit_mode', 'builder'),
(5496, 1655, '_elementor_template_type', 'wp-post'),
(5497, 1655, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5498, 1655, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5499, 1655, '_elementor_version', '3.12.0'),
(5500, 1655, '_elementor_page_assets', 'a:0:{}'),
(5501, 1656, '_elementor_edit_mode', 'builder'),
(5502, 1656, '_elementor_template_type', 'wp-post'),
(5503, 1656, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5504, 1656, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5505, 1656, '_elementor_version', '3.12.0'),
(5506, 1656, '_elementor_page_assets', 'a:0:{}'),
(5507, 1657, '_elementor_edit_mode', 'builder'),
(5508, 1657, '_elementor_template_type', 'wp-post'),
(5509, 1657, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5510, 1657, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5511, 1657, '_elementor_version', '3.12.0'),
(5512, 1657, '_elementor_page_assets', 'a:0:{}'),
(5513, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1680282866;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5515, 1658, '_elementor_edit_mode', 'builder'),
(5516, 1658, '_elementor_template_type', 'wp-post'),
(5517, 1658, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5518, 1658, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5519, 1658, '_elementor_version', '3.12.0'),
(5520, 1658, '_elementor_page_assets', 'a:0:{}'),
(5521, 1658, '_elementor_css', 'a:6:{s:4:\"time\";i:1680282866;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5522, 1659, '_elementor_edit_mode', 'builder'),
(5523, 1659, '_elementor_template_type', 'wp-post'),
(5524, 1659, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5525, 1659, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5526, 1659, '_elementor_version', '3.12.0'),
(5527, 1659, '_elementor_page_assets', 'a:0:{}'),
(5528, 1659, '_elementor_css', 'a:6:{s:4:\"time\";i:1680282866;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5529, 1660, '_elementor_edit_mode', 'builder'),
(5530, 1660, '_elementor_template_type', 'wp-post'),
(5531, 1660, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5532, 1660, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h3>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5533, 1660, '_elementor_version', '3.12.0'),
(5534, 1660, '_elementor_page_assets', 'a:0:{}'),
(5535, 1660, '_elementor_css', 'a:6:{s:4:\"time\";i:1680282866;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5537, 1661, '_elementor_edit_mode', 'builder'),
(5538, 1661, '_elementor_template_type', 'wp-post'),
(5539, 1661, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5540, 1661, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h3>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5541, 1661, '_elementor_version', '3.12.0'),
(5542, 1661, '_elementor_page_assets', 'a:0:{}'),
(5543, 1661, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333463;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5544, 1662, '_elementor_edit_mode', 'builder'),
(5545, 1662, '_elementor_template_type', 'wp-post'),
(5546, 1662, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5547, 1662, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h3>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5548, 1662, '_elementor_version', '3.12.0'),
(5549, 1662, '_elementor_page_assets', 'a:0:{}'),
(5550, 1662, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333463;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5551, 1663, '_elementor_edit_mode', 'builder'),
(5552, 1663, '_elementor_template_type', 'wp-post'),
(5553, 1663, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5554, 1663, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h5>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5555, 1663, '_elementor_version', '3.12.0'),
(5556, 1663, '_elementor_page_assets', 'a:0:{}'),
(5557, 1663, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333463;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5559, 1664, '_elementor_edit_mode', 'builder'),
(5560, 1664, '_elementor_template_type', 'wp-post'),
(5561, 1664, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5562, 1664, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h5>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5563, 1664, '_elementor_version', '3.12.0'),
(5564, 1664, '_elementor_page_assets', 'a:0:{}'),
(5565, 1664, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333482;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5566, 1665, '_elementor_edit_mode', 'builder'),
(5567, 1665, '_elementor_template_type', 'wp-post'),
(5568, 1665, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5569, 1665, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h5>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5570, 1665, '_elementor_version', '3.12.0'),
(5571, 1665, '_elementor_page_assets', 'a:0:{}'),
(5572, 1665, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333482;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5573, 1666, '_elementor_edit_mode', 'builder'),
(5574, 1666, '_elementor_template_type', 'wp-post'),
(5575, 1666, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5576, 1666, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5577, 1666, '_elementor_version', '3.12.0'),
(5578, 1666, '_elementor_page_assets', 'a:0:{}'),
(5579, 1666, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333482;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5581, 1667, '_elementor_edit_mode', 'builder'),
(5582, 1667, '_elementor_template_type', 'wp-post'),
(5583, 1667, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5584, 1667, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5585, 1667, '_elementor_version', '3.12.0'),
(5586, 1667, '_elementor_page_assets', 'a:0:{}'),
(5587, 1667, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333599;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5588, 1668, '_elementor_edit_mode', 'builder'),
(5589, 1668, '_elementor_template_type', 'wp-post'),
(5590, 1668, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5591, 1668, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5592, 1668, '_elementor_version', '3.12.0'),
(5593, 1668, '_elementor_page_assets', 'a:0:{}'),
(5594, 1668, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333599;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5595, 1669, '_elementor_edit_mode', 'builder'),
(5596, 1669, '_elementor_template_type', 'wp-post'),
(5597, 1669, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5598, 1669, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5599, 1669, '_elementor_version', '3.12.0'),
(5600, 1669, '_elementor_page_assets', 'a:0:{}'),
(5601, 1669, '_elementor_css', 'a:6:{s:4:\"time\";i:1680333599;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5603, 1670, '_elementor_edit_mode', 'builder'),
(5604, 1670, '_elementor_template_type', 'wp-post'),
(5605, 1670, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5606, 1670, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5607, 1670, '_elementor_version', '3.12.0'),
(5608, 1670, '_elementor_page_assets', 'a:0:{}'),
(5609, 1670, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334165;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5610, 1671, '_elementor_edit_mode', 'builder'),
(5611, 1671, '_elementor_template_type', 'wp-post'),
(5612, 1671, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5613, 1671, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5614, 1671, '_elementor_version', '3.12.0'),
(5615, 1671, '_elementor_page_assets', 'a:0:{}'),
(5616, 1671, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334165;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5617, 1672, '_elementor_edit_mode', 'builder'),
(5618, 1672, '_elementor_template_type', 'wp-post'),
(5619, 1672, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5620, 1672, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5621, 1672, '_elementor_version', '3.12.0'),
(5622, 1672, '_elementor_page_assets', 'a:0:{}'),
(5623, 1672, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334165;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5624, 1673, '_elementor_edit_mode', 'builder'),
(5625, 1673, '_elementor_template_type', 'wp-post'),
(5626, 1673, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5627, 1673, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5628, 1673, '_elementor_version', '3.12.0'),
(5629, 1673, '_elementor_page_assets', 'a:0:{}'),
(5630, 1674, '_elementor_edit_mode', 'builder'),
(5631, 1674, '_elementor_template_type', 'wp-post'),
(5632, 1674, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5633, 1674, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5634, 1674, '_elementor_version', '3.12.0'),
(5635, 1674, '_elementor_page_assets', 'a:0:{}'),
(5636, 1675, '_elementor_edit_mode', 'builder'),
(5637, 1675, '_elementor_template_type', 'wp-post'),
(5638, 1675, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5639, 1675, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5640, 1675, '_elementor_version', '3.12.0'),
(5641, 1675, '_elementor_page_assets', 'a:0:{}'),
(5642, 1676, '_wp_attached_file', '2023/04/20191230131518_nha-kinh.jpg'),
(5643, 1676, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:35:\"2023/04/20191230131518_nha-kinh.jpg\";s:8:\"filesize\";i:497800;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24855;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"20191230131518_nha-kinh-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9214;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135088;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58423;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186866;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"20191230131518_nha-kinh-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287554;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5650, 1678, '_elementor_edit_mode', 'builder'),
(5651, 1678, '_elementor_template_type', 'wp-post'),
(5652, 1678, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5653, 1678, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5654, 1678, '_elementor_version', '3.12.0'),
(5655, 1678, '_elementor_page_assets', 'a:0:{}'),
(5656, 1679, '_elementor_edit_mode', 'builder'),
(5657, 1679, '_elementor_template_type', 'wp-post'),
(5658, 1679, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5659, 1679, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"1473,1477,1478,1479,1480,1474,1475,1476\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5660, 1679, '_elementor_version', '3.12.0'),
(5661, 1679, '_elementor_page_assets', 'a:0:{}'),
(5662, 1680, '_elementor_edit_mode', 'builder'),
(5663, 1680, '_elementor_template_type', 'wp-post'),
(5664, 1680, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5665, 1680, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"[]\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5666, 1680, '_elementor_version', '3.12.0'),
(5667, 1680, '_elementor_page_assets', 'a:0:{}'),
(5669, 1681, '_elementor_edit_mode', 'builder'),
(5670, 1681, '_elementor_template_type', 'wp-post'),
(5671, 1681, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5672, 1681, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"[]\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5673, 1681, '_elementor_version', '3.12.0'),
(5674, 1681, '_elementor_page_assets', 'a:0:{}'),
(5675, 1681, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334608;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5676, 1682, '_elementor_edit_mode', 'builder'),
(5677, 1682, '_elementor_template_type', 'wp-post'),
(5678, 1682, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5679, 1682, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"534b8d0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"7820ccf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e154452\",\"elType\":\"widget\",\"settings\":{\"imageSize\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_thumbnailsImageSize\":\"medium\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"ids\":\"[]\",\"filterText\":\"All\"},\"elements\":[],\"widgetType\":\"gt3pg-thumbnails\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5680, 1682, '_elementor_version', '3.12.0'),
(5681, 1682, '_elementor_page_assets', 'a:0:{}'),
(5682, 1682, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334608;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5683, 1683, '_elementor_edit_mode', 'builder'),
(5684, 1683, '_elementor_template_type', 'wp-post'),
(5685, 1683, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5686, 1683, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5687, 1683, '_elementor_version', '3.12.0'),
(5688, 1683, '_elementor_page_assets', 'a:0:{}'),
(5689, 1683, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334608;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5691, 891, '_edit_lock', '1680334779:1'),
(5692, 891, '_edit_last', '1'),
(5693, 891, '_wp_old_slug', 'gardening'),
(5695, 891, 'rs_page_bg_color', ''),
(5696, 1676, 'solid_color', '9F8D79'),
(5697, 891, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334768;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5698, 226, 'solid_color', '6B6E3F'),
(5699, 891, '_elementor_page_assets', 'a:0:{}'),
(5700, 891, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(5701, 891, 'mb_page_title_bg_image', '226'),
(5702, 1684, '_elementor_edit_mode', 'builder'),
(5703, 1684, '_elementor_template_type', 'wp-post'),
(5704, 1684, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5705, 1684, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5706, 1684, '_elementor_version', '3.12.0'),
(5707, 1684, '_elementor_page_assets', 'a:0:{}'),
(5708, 1684, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334674;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5709, 1685, '_elementor_edit_mode', 'builder'),
(5710, 1685, '_elementor_template_type', 'wp-post'),
(5711, 1685, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5712, 1685, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a649beb\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4d63dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"69472fbd\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Li\\u00ean h\\u1ec7\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\",\"link\":{\"url\":\"\\/lien-he\",\"is_external\":false,\"nofollow\":false,\"custom_attributes\":\"\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5713, 1685, '_elementor_version', '3.12.0'),
(5714, 1685, '_elementor_page_assets', 'a:0:{}'),
(5715, 1685, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334674;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5716, 1686, '_elementor_edit_mode', 'builder'),
(5717, 1686, '_elementor_template_type', 'wp-post'),
(5718, 1686, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5719, 1686, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5720, 1686, '_elementor_version', '3.12.0'),
(5721, 1686, '_elementor_page_assets', 'a:0:{}'),
(5722, 1686, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334674;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5724, 887, '_edit_lock', '1680334984:1'),
(5725, 887, '_edit_last', '1'),
(5726, 887, '_wp_old_slug', 'sheep-breeding'),
(5728, 887, 'rs_page_bg_color', ''),
(5729, 1687, '_wp_attached_file', '2019/02/20190409133017_Vo-Lua-Dieu.jpg'),
(5730, 1687, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:38:\"2019/02/20190409133017_Vo-Lua-Dieu.jpg\";s:8:\"filesize\";i:46094;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"20190409133017_Vo-Lua-Dieu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8017;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5731, 1688, '_wp_attached_file', '2019/02/20190409133228_Ba-Mi.jpg'),
(5732, 1688, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:32:\"2019/02/20190409133228_Ba-Mi.jpg\";s:8:\"filesize\";i:52768;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"20190409133228_Ba-Mi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5733, 1689, '_wp_attached_file', '2019/02/20190409134000_Ba-Khom-Len-Men.jpg'),
(5734, 1689, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:42:\"2019/02/20190409134000_Ba-Khom-Len-Men.jpg\";s:8:\"filesize\";i:99216;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"20190409134000_Ba-Khom-Len-Men-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8955;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5735, 1690, '_wp_attached_file', '2019/02/20190410185700_download.jpg'),
(5736, 1690, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:35:\"2019/02/20190410185700_download.jpg\";s:8:\"filesize\";i:21565;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"20190410185700_download-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5823;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5737, 1691, '_wp_attached_file', '2019/02/20190410185828_916075f3e38301dd5892.jpg'),
(5738, 1691, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:47:\"2019/02/20190410185828_916075f3e38301dd5892.jpg\";s:8:\"filesize\";i:43760;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20190410185828_916075f3e38301dd5892-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7007;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5739, 1692, '_wp_attached_file', '2019/02/20190410190600_ngo-vietgo-sanil1.jpg'),
(5740, 1692, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:44:\"2019/02/20190410190600_ngo-vietgo-sanil1.jpg\";s:8:\"filesize\";i:30048;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"20190410190600_ngo-vietgo-sanil1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8287;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5741, 1693, '_wp_attached_file', '2019/02/20190410190652_77d8e382ef9a0ec4578b-7363.jpg'),
(5742, 1693, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:52:\"2019/02/20190410190652_77d8e382ef9a0ec4578b-7363.jpg\";s:8:\"filesize\";i:25616;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"20190410190652_77d8e382ef9a0ec4578b-7363-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5743, 1694, '_wp_attached_file', '2019/02/20190410190733_13205e3dcc482e167759.jpg'),
(5744, 1694, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:47:\"2019/02/20190410190733_13205e3dcc482e167759.jpg\";s:8:\"filesize\";i:27152;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20190410190733_13205e3dcc482e167759-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7123;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5745, 1695, '_wp_attached_file', '2019/02/20190411002208_21326f002570c72e9e61.jpg'),
(5746, 1695, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:47:\"2019/02/20190411002208_21326f002570c72e9e61.jpg\";s:8:\"filesize\";i:30267;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20190411002208_21326f002570c72e9e61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7618;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5747, 1696, '_wp_attached_file', '2019/02/20190411235426_9096b1f18c486e163759.jpg'),
(5748, 1696, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:47:\"2019/02/20190411235426_9096b1f18c486e163759.jpg\";s:8:\"filesize\";i:560366;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20190411235426_9096b1f18c486e163759-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20190411235426_9096b1f18c486e163759-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20190411235426_9096b1f18c486e163759-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200173;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20190411235426_9096b1f18c486e163759-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93866;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20190411235426_9096b1f18c486e163759-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216471;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20190411235426_9096b1f18c486e163759-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216471;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5749, 1697, '_wp_attached_file', '2019/02/20191230121701_Anh-trien-lam-quay-chuoi.jpg'),
(5750, 1697, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:51:\"2019/02/20191230121701_Anh-trien-lam-quay-chuoi.jpg\";s:8:\"filesize\";i:115336;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"20191230121701_Anh-trien-lam-quay-chuoi-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20639;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"20191230121701_Anh-trien-lam-quay-chuoi-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131669;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"20191230121701_Anh-trien-lam-quay-chuoi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8755;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"20191230121701_Anh-trien-lam-quay-chuoi-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86813;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:51:\"20191230121701_Anh-trien-lam-quay-chuoi-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42707;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"20191230121701_Anh-trien-lam-quay-chuoi-800x774.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119320;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"20191230121701_Anh-trien-lam-quay-chuoi-800x774.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5751, 1698, '_wp_attached_file', '2019/02/20191230131518_nha-kinh.jpg'),
(5752, 1698, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:35:\"2019/02/20191230131518_nha-kinh.jpg\";s:8:\"filesize\";i:497800;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24855;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"20191230131518_nha-kinh-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9214;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135088;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58423;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186866;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"20191230131518_nha-kinh-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287554;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"20191230131518_nha-kinh-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5753, 1699, '_wp_attached_file', '2019/02/20200512221441_Capture.png'),
(5754, 1699, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:326;s:6:\"height\";i:517;s:4:\"file\";s:34:\"2019/02/20200512221441_Capture.png\";s:8:\"filesize\";i:343689;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"20200512221441_Capture-189x300.png\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97493;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"20200512221441_Capture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49239;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5755, 1700, '_wp_attached_file', '2019/02/20200514201643_234ea325cb5d32036b4c.jpg'),
(5756, 1700, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:47:\"2019/02/20200514201643_234ea325cb5d32036b4c.jpg\";s:8:\"filesize\";i:223202;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200514201643_234ea325cb5d32036b4c-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514201643_234ea325cb5d32036b4c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200514201643_234ea325cb5d32036b4c-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125681;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200514201643_234ea325cb5d32036b4c-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60474;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200514201643_234ea325cb5d32036b4c-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157129;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514201643_234ea325cb5d32036b4c-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157129;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5757, 1701, '_wp_attached_file', '2019/02/20200514204127_234ea325cb5d32036b4c.jpg');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5758, 1701, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:47:\"2019/02/20200514204127_234ea325cb5d32036b4c.jpg\";s:8:\"filesize\";i:223202;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200514204127_234ea325cb5d32036b4c-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514204127_234ea325cb5d32036b4c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200514204127_234ea325cb5d32036b4c-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125681;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200514204127_234ea325cb5d32036b4c-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60474;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200514204127_234ea325cb5d32036b4c-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157129;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514204127_234ea325cb5d32036b4c-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157129;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5759, 1702, '_wp_attached_file', '2019/02/20200514220331_a56989e000defb80a2cf.jpg'),
(5760, 1702, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:47:\"2019/02/20200514220331_a56989e000defb80a2cf.jpg\";s:8:\"filesize\";i:522972;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200514220331_a56989e000defb80a2cf-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11586;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"20200514220331_a56989e000defb80a2cf-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514220331_a56989e000defb80a2cf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200514220331_a56989e000defb80a2cf-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46371;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"20200514220331_a56989e000defb80a2cf-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140209;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"20200514220331_a56989e000defb80a2cf-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226246;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200514220331_a56989e000defb80a2cf-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22936;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200514220331_a56989e000defb80a2cf-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57083;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"20200514220331_a56989e000defb80a2cf-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93777;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514220331_a56989e000defb80a2cf-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57083;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5761, 1703, '_wp_attached_file', '2019/02/20200514223159_089820f5971b6d45340a.jpg'),
(5762, 1703, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:47:\"2019/02/20200514223159_089820f5971b6d45340a.jpg\";s:8:\"filesize\";i:614147;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200514223159_089820f5971b6d45340a-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21015;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"20200514223159_089820f5971b6d45340a-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514223159_089820f5971b6d45340a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7581;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200514223159_089820f5971b6d45340a-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104650;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"20200514223159_089820f5971b6d45340a-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327600;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200514223159_089820f5971b6d45340a-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47148;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200514223159_089820f5971b6d45340a-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125197;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"20200514223159_089820f5971b6d45340a-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215708;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514223159_089820f5971b6d45340a-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5763, 1704, '_wp_attached_file', '2019/02/20200514231208_1ebbf02b78ad9ff3c6bc.jpg'),
(5764, 1704, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:47:\"2019/02/20200514231208_1ebbf02b78ad9ff3c6bc.jpg\";s:8:\"filesize\";i:721782;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200514231208_1ebbf02b78ad9ff3c6bc-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12349;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"20200514231208_1ebbf02b78ad9ff3c6bc-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514231208_1ebbf02b78ad9ff3c6bc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200514231208_1ebbf02b78ad9ff3c6bc-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54293;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"20200514231208_1ebbf02b78ad9ff3c6bc-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178413;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"20200514231208_1ebbf02b78ad9ff3c6bc-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:300209;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200514231208_1ebbf02b78ad9ff3c6bc-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25322;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200514231208_1ebbf02b78ad9ff3c6bc-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82721;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"20200514231208_1ebbf02b78ad9ff3c6bc-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115766;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200514231208_1ebbf02b78ad9ff3c6bc-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82721;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5765, 1705, '_wp_attached_file', '2019/02/20200514234307_unnamed.jpg'),
(5766, 1705, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:341;s:4:\"file\";s:34:\"2019/02/20200514234307_unnamed.jpg\";s:8:\"filesize\";i:61542;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"20200514234307_unnamed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16779;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"20200514234307_unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7898;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:34:\"20200514234307_unnamed-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5767, 1706, '_wp_attached_file', '2019/02/20200514235032_kinh-nghiem-chua-benh-da-day-bang-chuoi-xanh.1.jpg'),
(5768, 1706, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:452;s:4:\"file\";s:73:\"2019/02/20200514235032_kinh-nghiem-chua-benh-da-day-bang-chuoi-xanh.1.jpg\";s:8:\"filesize\";i:63074;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"20200514235032_kinh-nghiem-chua-benh-da-day-bang-chuoi-xanh.1-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10531;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"20200514235032_kinh-nghiem-chua-benh-da-day-bang-chuoi-xanh.1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5155;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:73:\"20200514235032_kinh-nghiem-chua-benh-da-day-bang-chuoi-xanh.1-480x339.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22134;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5769, 1707, '_wp_attached_file', '2019/02/20200515113949_50db6b0e56d5ac8bf5c4.jpg'),
(5770, 1707, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:47:\"2019/02/20200515113949_50db6b0e56d5ac8bf5c4.jpg\";s:8:\"filesize\";i:965521;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200515113949_50db6b0e56d5ac8bf5c4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20059;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"20200515113949_50db6b0e56d5ac8bf5c4-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129604;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200515113949_50db6b0e56d5ac8bf5c4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7692;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200515113949_50db6b0e56d5ac8bf5c4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83025;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"20200515113949_50db6b0e56d5ac8bf5c4-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249208;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"20200515113949_50db6b0e56d5ac8bf5c4-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:402262;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200515113949_50db6b0e56d5ac8bf5c4-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40563;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200515113949_50db6b0e56d5ac8bf5c4-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97700;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"20200515113949_50db6b0e56d5ac8bf5c4-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166948;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200515113949_50db6b0e56d5ac8bf5c4-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97700;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5771, 1708, '_wp_attached_file', '2019/02/20200515134017_6f0d8d31944a6d14345b.jpg'),
(5772, 1708, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:47:\"2019/02/20200515134017_6f0d8d31944a6d14345b.jpg\";s:8:\"filesize\";i:1014863;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200515134017_6f0d8d31944a6d14345b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20745;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"20200515134017_6f0d8d31944a6d14345b-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167686;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200515134017_6f0d8d31944a6d14345b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200515134017_6f0d8d31944a6d14345b-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103307;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"20200515134017_6f0d8d31944a6d14345b-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:322227;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"20200515134017_6f0d8d31944a6d14345b-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:495670;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200515134017_6f0d8d31944a6d14345b-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46145;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200515134017_6f0d8d31944a6d14345b-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133081;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"20200515134017_6f0d8d31944a6d14345b-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217370;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200515134017_6f0d8d31944a6d14345b-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133081;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5773, 1709, '_wp_attached_file', '2019/02/20200515142953_SPoon.png'),
(5774, 1709, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2019/02/20200515142953_SPoon.png\";s:8:\"filesize\";i:212707;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"20200515142953_SPoon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61440;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"20200515142953_SPoon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18423;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"20200515142953_SPoon-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:360723;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:32:\"20200515142953_SPoon-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147012;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"20200515142953_SPoon-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:392391;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"20200515142953_SPoon-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:392391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5775, 1710, '_wp_attached_file', '2019/02/20200516103745_1f1530e6d5102f4e7601.jpg'),
(5776, 1710, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:908;s:4:\"file\";s:47:\"2019/02/20200516103745_1f1530e6d5102f4e7601.jpg\";s:8:\"filesize\";i:135923;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200516103745_1f1530e6d5102f4e7601-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19128;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200516103745_1f1530e6d5102f4e7601-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200516103745_1f1530e6d5102f4e7601-768x726.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86391;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200516103745_1f1530e6d5102f4e7601-480x454.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43524;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200516103745_1f1530e6d5102f4e7601-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98164;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200516103745_1f1530e6d5102f4e7601-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5777, 1711, '_wp_attached_file', '2019/02/20200516140502_Untitled.png'),
(5778, 1711, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1148;s:6:\"height\";i:1008;s:4:\"file\";s:35:\"2019/02/20200516140502_Untitled.png\";s:8:\"filesize\";i:1888414;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"20200516140502_Untitled-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185117;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"20200516140502_Untitled-1024x899.png\";s:5:\"width\";i:1024;s:6:\"height\";i:899;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1569657;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"20200516140502_Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59946;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"20200516140502_Untitled-768x674.png\";s:5:\"width\";i:768;s:6:\"height\";i:674;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:970464;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:35:\"20200516140502_Untitled-480x421.png\";s:5:\"width\";i:480;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:428314;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"20200516140502_Untitled-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1172649;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"20200516140502_Untitled-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1172649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5779, 1712, '_wp_attached_file', '2019/02/20200516140826_505d1a4e008afbd4a29b.jpg'),
(5780, 1712, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:962;s:6:\"height\";i:896;s:4:\"file\";s:47:\"2019/02/20200516140826_505d1a4e008afbd4a29b.jpg\";s:8:\"filesize\";i:310653;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200516140826_505d1a4e008afbd4a29b-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200516140826_505d1a4e008afbd4a29b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8496;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200516140826_505d1a4e008afbd4a29b-768x715.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118820;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200516140826_505d1a4e008afbd4a29b-480x447.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56337;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200516140826_505d1a4e008afbd4a29b-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132466;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200516140826_505d1a4e008afbd4a29b-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132466;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5781, 1713, '_wp_attached_file', '2019/02/20200516143633_IMG_3922-scaled.jpg'),
(5782, 1713, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:42:\"2019/02/20200516143633_IMG_3922-scaled.jpg\";s:8:\"filesize\";i:321212;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"20200516143633_IMG_3922-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8719;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"20200516143633_IMG_3922-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"20200516143633_IMG_3922-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4384;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"20200516143633_IMG_3922-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39324;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"20200516143633_IMG_3922-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135130;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"20200516143633_IMG_3922-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221438;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:35:\"20200516143633_IMG_3922-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18543;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"20200516143633_IMG_3922-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64796;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"20200516143633_IMG_3922-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87419;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"20200516143633_IMG_3922-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542317495\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"20200516143633_IMG_3922.jpg\";}'),
(5783, 1714, '_wp_attached_file', '2019/02/20200516144052_bb365c4bfe4a07145e5b.jpg'),
(5784, 1714, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:842;s:6:\"height\";i:744;s:4:\"file\";s:47:\"2019/02/20200516144052_bb365c4bfe4a07145e5b.jpg\";s:8:\"filesize\";i:346225;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200516144052_bb365c4bfe4a07145e5b-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28971;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200516144052_bb365c4bfe4a07145e5b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8351;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200516144052_bb365c4bfe4a07145e5b-768x679.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156293;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200516144052_bb365c4bfe4a07145e5b-480x424.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69906;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200516144052_bb365c4bfe4a07145e5b-800x744.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198625;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200516144052_bb365c4bfe4a07145e5b-800x744.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198625;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5785, 1715, '_wp_attached_file', '2019/02/20200516175735_Untitled.png'),
(5786, 1715, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:676;s:4:\"file\";s:35:\"2019/02/20200516175735_Untitled.png\";s:8:\"filesize\";i:727556;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"20200516175735_Untitled-300x282.png\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137625;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"20200516175735_Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42411;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:35:\"20200516175735_Untitled-480x451.png\";s:5:\"width\";i:480;s:6:\"height\";i:451;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:302022;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5787, 1716, '_wp_attached_file', '2019/02/20200518130945_chutinlendau.png'),
(5788, 1716, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:400;s:4:\"file\";s:39:\"2019/02/20200518130945_chutinlendau.png\";s:8:\"filesize\";i:536085;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"20200518130945_chutinlendau-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21499;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"20200518130945_chutinlendau-1024x228.png\";s:5:\"width\";i:1024;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"20200518130945_chutinlendau-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40776;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"20200518130945_chutinlendau-768x171.png\";s:5:\"width\";i:768;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119415;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"20200518130945_chutinlendau-1536x341.png\";s:5:\"width\";i:1536;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:382100;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:39:\"20200518130945_chutinlendau-480x107.png\";s:5:\"width\";i:480;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50515;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"20200518130945_chutinlendau-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:306258;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"20200518130945_chutinlendau-1200x267.png\";s:5:\"width\";i:1200;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243956;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"20200518130945_chutinlendau-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:306258;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5789, 1717, '_wp_attached_file', '2019/02/20200620110008_48dd590c64d79e89c7c6.jpg'),
(5790, 1717, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:47:\"2019/02/20200620110008_48dd590c64d79e89c7c6.jpg\";s:8:\"filesize\";i:1314883;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20200620110008_48dd590c64d79e89c7c6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21727;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"20200620110008_48dd590c64d79e89c7c6-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20200620110008_48dd590c64d79e89c7c6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7235;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20200620110008_48dd590c64d79e89c7c6-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112963;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"20200620110008_48dd590c64d79e89c7c6-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366457;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"20200620110008_48dd590c64d79e89c7c6-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578439;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:47:\"20200620110008_48dd590c64d79e89c7c6-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49439;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"20200620110008_48dd590c64d79e89c7c6-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137658;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"20200620110008_48dd590c64d79e89c7c6-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242914;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20200620110008_48dd590c64d79e89c7c6-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137658;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5791, 1718, '_wp_attached_file', '2019/02/20200708110215_Banner1.png'),
(5792, 1718, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1366;s:6:\"height\";i:420;s:4:\"file\";s:34:\"2019/02/20200708110215_Banner1.png\";s:8:\"filesize\";i:961579;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"20200708110215_Banner1-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61752;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"20200708110215_Banner1-1024x315.png\";s:5:\"width\";i:1024;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:567283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"20200708110215_Banner1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"20200708110215_Banner1-768x236.png\";s:5:\"width\";i:768;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:345356;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:34:\"20200708110215_Banner1-480x148.png\";s:5:\"width\";i:480;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147407;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"20200708110215_Banner1-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:489937;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"20200708110215_Banner1-1200x369.png\";s:5:\"width\";i:1200;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:755167;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"20200708110215_Banner1-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:489937;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5793, 1719, '_wp_attached_file', '2019/02/20200708114728_Banner2.png'),
(5794, 1719, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1366;s:6:\"height\";i:420;s:4:\"file\";s:34:\"2019/02/20200708114728_Banner2.png\";s:8:\"filesize\";i:645059;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"20200708114728_Banner2-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39425;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"20200708114728_Banner2-1024x315.png\";s:5:\"width\";i:1024;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:379797;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"20200708114728_Banner2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32256;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"20200708114728_Banner2-768x236.png\";s:5:\"width\";i:768;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:218107;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:34:\"20200708114728_Banner2-480x148.png\";s:5:\"width\";i:480;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91044;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"20200708114728_Banner2-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:427753;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"20200708114728_Banner2-1200x369.png\";s:5:\"width\";i:1200;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:498481;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"20200708114728_Banner2-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:427753;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5795, 1720, '_wp_attached_file', '2019/02/20200708115153_Banner3.png'),
(5796, 1720, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1366;s:6:\"height\";i:420;s:4:\"file\";s:34:\"2019/02/20200708115153_Banner3.png\";s:8:\"filesize\";i:1026944;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"20200708115153_Banner3-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61815;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"20200708115153_Banner3-1024x315.png\";s:5:\"width\";i:1024;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:593985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"20200708115153_Banner3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46230;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"20200708115153_Banner3-768x236.png\";s:5:\"width\";i:768;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:353127;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:34:\"20200708115153_Banner3-480x148.png\";s:5:\"width\";i:480;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148697;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"20200708115153_Banner3-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:619044;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"20200708115153_Banner3-1200x369.png\";s:5:\"width\";i:1200;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:780503;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"20200708115153_Banner3-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:619044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5797, 1721, '_wp_attached_file', '2019/02/20200708115701_Banner4.png'),
(5798, 1721, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1366;s:6:\"height\";i:420;s:4:\"file\";s:34:\"2019/02/20200708115701_Banner4.png\";s:8:\"filesize\";i:657304;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"20200708115701_Banner4-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47560;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"20200708115701_Banner4-1024x315.png\";s:5:\"width\";i:1024;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:432922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"20200708115701_Banner4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35059;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"20200708115701_Banner4-768x236.png\";s:5:\"width\";i:768;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:279286;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:34:\"20200708115701_Banner4-480x148.png\";s:5:\"width\";i:480;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116820;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"20200708115701_Banner4-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:379119;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"20200708115701_Banner4-1200x369.png\";s:5:\"width\";i:1200;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:615077;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"20200708115701_Banner4-800x420.png\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:379119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5799, 1722, '_wp_attached_file', '2019/02/20200708134257_Untitled-2.png'),
(5800, 1722, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/02/20200708134257_Untitled-2.png\";s:8:\"filesize\";i:998584;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20200708134257_Untitled-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708134257_Untitled-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50150;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20200708134257_Untitled-2-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:773629;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:37:\"20200708134257_Untitled-2-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346750;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"20200708134257_Untitled-2-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:825626;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708134257_Untitled-2-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:825626;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5801, 1723, '_wp_attached_file', '2019/02/20200708134438_Untitled-3.png'),
(5802, 1723, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/02/20200708134438_Untitled-3.png\";s:8:\"filesize\";i:850472;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20200708134438_Untitled-3-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135794;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708134438_Untitled-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46413;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20200708134438_Untitled-3-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:675722;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:37:\"20200708134438_Untitled-3-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:308748;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"20200708134438_Untitled-3-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:683060;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708134438_Untitled-3-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:683060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5803, 1724, '_wp_attached_file', '2019/02/20200708134924_Untitled-4.png');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5804, 1724, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/02/20200708134924_Untitled-4.png\";s:8:\"filesize\";i:832393;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20200708134924_Untitled-4-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708134924_Untitled-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51487;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20200708134924_Untitled-4-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:670733;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:37:\"20200708134924_Untitled-4-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:314057;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"20200708134924_Untitled-4-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:707898;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708134924_Untitled-4-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:707898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5805, 1725, '_wp_attached_file', '2019/02/20200708135421_Untitled-5.png'),
(5806, 1725, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/02/20200708135421_Untitled-5.png\";s:8:\"filesize\";i:621988;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20200708135421_Untitled-5-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708135421_Untitled-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20200708135421_Untitled-5-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:479635;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:37:\"20200708135421_Untitled-5-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227109;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"20200708135421_Untitled-5-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:535924;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708135421_Untitled-5-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:535924;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5807, 1726, '_wp_attached_file', '2019/02/20200708135807_Untitled-6.png'),
(5808, 1726, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/02/20200708135807_Untitled-6.png\";s:8:\"filesize\";i:966256;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20200708135807_Untitled-6-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708135807_Untitled-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53782;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20200708135807_Untitled-6-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:725683;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:37:\"20200708135807_Untitled-6-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:329107;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"20200708135807_Untitled-6-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:845728;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708135807_Untitled-6-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:845728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5809, 1727, '_wp_attached_file', '2019/02/20200708135931_Untitled-7.png'),
(5810, 1727, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/02/20200708135931_Untitled-7.png\";s:8:\"filesize\";i:1264981;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20200708135931_Untitled-7-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708135931_Untitled-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57004;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20200708135931_Untitled-7-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:862392;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:37:\"20200708135931_Untitled-7-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:385577;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"20200708135931_Untitled-7-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1203081;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708135931_Untitled-7-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1203081;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5811, 1728, '_wp_attached_file', '2019/02/20200708140045_Untitled-8.png'),
(5812, 1728, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/02/20200708140045_Untitled-8.png\";s:8:\"filesize\";i:1090489;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20200708140045_Untitled-8-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708140045_Untitled-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20200708140045_Untitled-8-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:757055;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:37:\"20200708140045_Untitled-8-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:344437;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"20200708140045_Untitled-8-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:963639;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708140045_Untitled-8-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:963639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5813, 1729, '_wp_attached_file', '2019/02/20200708140357_Untitled-9.png'),
(5814, 1729, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/02/20200708140357_Untitled-9.png\";s:8:\"filesize\";i:1317226;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20200708140357_Untitled-9-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708140357_Untitled-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20200708140357_Untitled-9-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:912844;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:37:\"20200708140357_Untitled-9-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:404560;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"20200708140357_Untitled-9-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1133222;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"20200708140357_Untitled-9-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1133222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5815, 1730, '_wp_attached_file', '2019/02/20200708140616_Untitled-10.png'),
(5816, 1730, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2019/02/20200708140616_Untitled-10.png\";s:8:\"filesize\";i:995247;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"20200708140616_Untitled-10-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"20200708140616_Untitled-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"20200708140616_Untitled-10-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:677142;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:38:\"20200708140616_Untitled-10-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:307630;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"20200708140616_Untitled-10-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:858825;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"20200708140616_Untitled-10-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:858825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5817, 1731, '_wp_attached_file', '2019/02/20200708140756_Untitled-11.png'),
(5818, 1731, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2019/02/20200708140756_Untitled-11.png\";s:8:\"filesize\";i:1132013;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"20200708140756_Untitled-11-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"20200708140756_Untitled-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56309;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"20200708140756_Untitled-11-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:789541;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:38:\"20200708140756_Untitled-11-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:355341;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"20200708140756_Untitled-11-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1018889;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"20200708140756_Untitled-11-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1018889;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5819, 1732, '_wp_attached_file', '2019/02/20200708140929_Untitled-12.png'),
(5820, 1732, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2019/02/20200708140929_Untitled-12.png\";s:8:\"filesize\";i:804887;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"20200708140929_Untitled-12-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110369;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"20200708140929_Untitled-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39978;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"20200708140929_Untitled-12-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:554783;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:38:\"20200708140929_Untitled-12-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:257061;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"20200708140929_Untitled-12-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:693573;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"20200708140929_Untitled-12-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:693573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5822, 887, 'mb_page_title_bg_image', '226'),
(5823, 883, '_edit_lock', '1680335028:1'),
(5824, 884, '_wp_old_slug', 'viticulture'),
(5825, 883, '_edit_last', '1'),
(5826, 883, '_wp_old_slug', 'viticulture'),
(5827, 883, 'mb_page_title_bg_image', '226'),
(5828, 883, 'rs_page_bg_color', ''),
(5829, 875, '_edit_lock', '1680335554:1'),
(5830, 875, '_edit_last', '1'),
(5831, 875, '_wp_old_slug', 'crop-production'),
(5833, 875, 'rs_page_bg_color', ''),
(5834, 879, '_edit_lock', '1680335169:1'),
(5835, 1733, '_wp_page_template', 'default'),
(5836, 1733, '_thumbnail_id', '881'),
(5837, 1733, '_elementor_edit_mode', 'builder'),
(5838, 1733, '_elementor_template_type', 'post'),
(5839, 1733, '_elementor_data', '[{\"id\":\"2cb6a58a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"60e131a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d47ae6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ab1f40c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"44806977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37ffe835\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_01.png\",\"id\":822},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4263e6eb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a12206c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"66469b24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c501dce\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"281081d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d854dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Best Solutions\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76c043f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33cac43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a73b3dc\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":833,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/farmer.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"2545456\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1719db2\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"The Best Equipment\",\"description_text\":\"Proin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":834,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/rake.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4afb70f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5537701\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Experienced Farmers\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu  sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":23},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"27\",\"left\":\"20\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":835,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/wheat.png\"},\"image_space\":{\"unit\":\"px\",\"size\":13},\"description_color\":\"#d1d1d1\",\"_background_background\":\"classic\",\"_background_color\":\"#262b2b\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ea622a3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19857dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"528e9209\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada\\u2019s exports (about 20% of world exports).<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"756bf470\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"71ee3168\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1944e3be\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"437c3f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52,\"space_between_widgets\":0},\"elements\":[{\"id\":\"152dbe58\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/project_img_02.jpg\",\"id\":840},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41ce509d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":47.664,\"space_between_widgets\":0},\"elements\":[{\"id\":\"22b6f9ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"More About This\",\"header_size\":\"h3\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58136562\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b7c3c46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Consequat tincidunt<\\/li><li>Oporteat eloquentiam<\\/li><li>Dolorum senserit<\\/li><li>Indoctum constituam<\\/li><\\/ul>\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59010aaf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"51\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"11039bc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"15826b13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of \\u200b\\u200bsheep - areas of Australia, where the sheep are kept on natural pasture.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(5840, 1733, '_elementor_version', '0.4'),
(5841, 879, '_edit_last', '1'),
(5842, 879, '_wp_old_slug', 'fish-farming'),
(5844, 879, 'rs_page_bg_color', ''),
(5845, 879, 'mb_page_title_bg_image', '226'),
(5846, 1724, 'solid_color', '856F60'),
(5847, 1725, 'solid_color', 'BBB8B0'),
(5848, 1714, 'solid_color', '6E625B'),
(5849, 871, '_edit_lock', '1680335236:1'),
(5850, 872, '_wp_old_slug', 'horse-breeding'),
(5851, 871, '_edit_last', '1'),
(5852, 871, '_wp_old_slug', 'horse-breeding'),
(5853, 871, 'mb_page_title_bg_image', '226'),
(5854, 871, 'rs_page_bg_color', ''),
(5855, 1728, 'solid_color', '595757'),
(5856, 862, '_edit_lock', '1680335277:1'),
(5857, 862, '_edit_last', '1'),
(5858, 862, '_wp_old_slug', 'beekeeping'),
(5859, 862, 'mb_page_title_bg_image', '226'),
(5860, 862, 'rs_page_bg_color', ''),
(5861, 857, '_edit_lock', '1680335335:1'),
(5862, 857, '_edit_last', '1'),
(5863, 857, '_wp_old_slug', 'mushroom-growing'),
(5864, 857, 'mb_page_title_bg_image', '226'),
(5865, 857, 'rs_page_bg_color', ''),
(5866, 1729, 'solid_color', '745A6B'),
(5867, 1730, 'solid_color', 'B4A99B'),
(5868, 819, '_edit_lock', '1680335405:1'),
(5869, 819, '_edit_last', '1'),
(5870, 819, '_wp_old_slug', 'animal-breeding'),
(5871, 819, 'mb_page_title_bg_image', '226'),
(5872, 819, 'rs_page_bg_color', ''),
(5873, 1110, '_edit_lock', '1680335661:1'),
(5874, 1110, '_edit_last', '1'),
(5875, 1110, '_wp_old_slug', 'production'),
(5876, 1110, 'mb_page_title_bg_image', '226'),
(5877, 1110, 'rs_page_bg_color', ''),
(5878, 1264, '_wp_trash_meta_status', 'publish'),
(5879, 1264, '_wp_trash_meta_time', '1680335590'),
(5880, 1264, '_wp_desired_post_slug', 'poultry-farming'),
(5881, 1257, '_wp_trash_meta_status', 'publish'),
(5882, 1257, '_wp_trash_meta_time', '1680335590'),
(5883, 1257, '_wp_desired_post_slug', 'crop-production-2'),
(5884, 1731, 'solid_color', '7C6B62'),
(5885, 1732, 'solid_color', '6F6D6F'),
(5886, 875, 'mb_page_title_bg_image', '226'),
(5887, 1726, 'solid_color', '998972'),
(5888, 1734, '_elementor_edit_mode', 'builder'),
(5889, 1734, '_elementor_template_type', 'wp-post'),
(5890, 1734, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5891, 1734, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5892, 1734, '_elementor_version', '3.12.0'),
(5893, 1734, '_elementor_page_assets', 'a:0:{}'),
(5894, 1734, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334850;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5895, 1735, '_elementor_edit_mode', 'builder'),
(5896, 1735, '_elementor_template_type', 'wp-post'),
(5897, 1735, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5898, 1735, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"hover\":\"type2\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5899, 1735, '_elementor_version', '3.12.0'),
(5900, 1735, '_elementor_page_assets', 'a:0:{}'),
(5901, 1735, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334850;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5902, 1736, '_elementor_edit_mode', 'builder'),
(5903, 1736, '_elementor_template_type', 'wp-post'),
(5904, 1736, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5905, 1736, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5906, 1736, '_elementor_version', '3.12.0'),
(5907, 1736, '_elementor_page_assets', 'a:0:{}'),
(5908, 1736, '_elementor_css', 'a:6:{s:4:\"time\";i:1680334850;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5909, 82, '_wp_trash_meta_status', 'publish'),
(5910, 82, '_wp_trash_meta_time', '1680335818'),
(5911, 82, '_wp_desired_post_slug', 'rthjwrhrth'),
(5912, 1737, '_elementor_template_type', 'page'),
(5913, 1737, '_elementor_edit_mode', 'builder'),
(5914, 1737, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5915, 1737, '_elementor_data', '[{\"id\":\"3efd\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"3f54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a16\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1190},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"7cc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"17f2\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"1e43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>World\\u2019s Hottest Destinations for Vegans<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"50b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"4df9\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"413e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24ec\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4331\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"334a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":121},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"12bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23d8\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"btn_icon\":\"image\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_animation\":\"fadeInUp\",\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"button_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fdd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1190},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"616d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"1f97\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2584\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"77b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"61a2\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":96},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"1e33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why Choose Us?<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15f0\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":5},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"2769\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3308\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"211c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"75ee\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Excellent Service\",\"description_text\":\"Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6a8f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Quality And Reliability\",\"description_text\":\"An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"20ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"5125\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clean Working\",\"description_text\":\"Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2fa\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Expert Farmer\",\"description_text\":\"Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5aa1\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":6},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"54c6\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"small\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"button_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"1c87\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":100},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4605\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"94c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"7752\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7a23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Main Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3cd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"369e\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"inline\",\"btn_border_style\":\"none\",\"btn_icon\":\"image\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_animation\":\"fadeInUp\",\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"button_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"button_background_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"157f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":190},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"5d7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"4d95\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"35e4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"1eaa\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"2e11\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"6e38\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"7b76\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c6f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"5902\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"1a4d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4c50\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"3213\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"34e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"e49\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeInLeft\",\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5568\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"508b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"65a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[],\"thumbnail_size\":\"full\",\"gallery_columns\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"-138\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a67\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"2e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"3d81\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"chart_units\":\"%\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#f1f3cb\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"widget_title\":\"Awards Won\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5916, 1737, '_elementor_version', '0.4'),
(5925, 1739, '_elementor_edit_mode', 'builder'),
(5926, 1739, '_elementor_template_type', 'wp-post'),
(5927, 1739, '_wp_page_template', 'default'),
(5928, 1739, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5929, 1739, '_elementor_version', '3.12.0'),
(5930, 1739, '_elementor_page_assets', 'a:0:{}'),
(5931, 1740, '_elementor_edit_mode', 'builder'),
(5932, 1740, '_elementor_template_type', 'wp-post'),
(5933, 1740, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5934, 1740, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":19,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/home_img_01.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5935, 1740, '_elementor_version', '3.12.0'),
(5936, 1740, '_elementor_page_assets', 'a:0:{}'),
(5937, 1741, '_elementor_edit_mode', 'builder'),
(5938, 1741, '_elementor_template_type', 'wp-post'),
(5939, 1741, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5940, 1741, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":1726,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/02\\/20200708135807_Untitled-6.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16285ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5941, 1741, '_elementor_version', '3.12.0'),
(5942, 1741, '_elementor_page_assets', 'a:0:{}'),
(5945, 1742, '_elementor_edit_mode', 'builder'),
(5946, 1742, '_elementor_template_type', 'wp-post'),
(5947, 1742, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5948, 1742, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":1726,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/02\\/20200708135807_Untitled-6.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16285ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5949, 1742, '_elementor_version', '3.12.0'),
(5950, 1742, '_elementor_page_assets', 'a:0:{}'),
(5951, 1742, '_elementor_css', 'a:6:{s:4:\"time\";i:1680336503;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5952, 1743, '_elementor_edit_mode', 'builder'),
(5953, 1743, '_elementor_template_type', 'wp-post'),
(5954, 1743, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5955, 1743, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":1726,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/02\\/20200708135807_Untitled-6.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16285ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5956, 1743, '_elementor_version', '3.12.0'),
(5957, 1743, '_elementor_page_assets', 'a:0:{}'),
(5958, 1743, '_elementor_css', 'a:6:{s:4:\"time\";i:1680336503;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5959, 1744, '_elementor_edit_mode', 'builder'),
(5960, 1744, '_elementor_template_type', 'wp-post'),
(5961, 1744, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5962, 1744, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/team_img_02.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(5963, 1744, '_elementor_version', '3.12.0'),
(5964, 1744, '_elementor_page_assets', 'a:0:{}'),
(5965, 1744, '_elementor_css', 'a:6:{s:4:\"time\";i:1680336503;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5966, 322, '_edit_lock', '1680340104:1'),
(5967, 1745, '_elementor_edit_mode', 'builder'),
(5968, 1745, '_elementor_template_type', 'post'),
(5969, 1745, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5970, 1745, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d66776c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>email@example.com<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>800 326 9054<\\/p>\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"de6dd50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9ac300a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/BOB.jpg\",\"id\":1268},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"20\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd6f3ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>We are Better Than Others<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e736455\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-330 alignleft\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Jason-Ford.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"31\\\" \\/><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f111b9c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\",\"margin\":{\"unit\":\"px\",\"top\":\"-228\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"a270cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4faf783\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300},\"_z_index\":19,\"space_tablet\":{\"unit\":\"px\",\"size\":210}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be7fbe8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"df09338\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c04567\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e62fcac\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"eff7daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f25137f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"e9b911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4a352ca\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":38},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"553b5be\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"5b0e948\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c86edb8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"65b103e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"68475d8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"589484a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"8ba7c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9fe2909\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"c08107a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1958148\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ab4e76e\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"e12d42a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f4479b7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef1ef7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cce92ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4bb7b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0481bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Experience<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac824ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e1abe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5f05dfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4af7cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"a6a8ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"86ac4bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5805a0d\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"301bb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"eb84d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6926dd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/about_img_01.png\",\"id\":377},\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d30baf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364}},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c4a146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/PeolpeSay.png\",\"id\":1548},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"151418d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff1ab7a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":77},\"height_tablet\":{\"unit\":\"px\",\"size\":77},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b07222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8178019\",\"elType\":\"widget\",\"settings\":{\"type\":\"style3\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"e3111ab\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"5b393ce\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"80\",\"height\":\"80\"},\"text_align\":\"center\",\"color_title\":\"#ffffff\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#d1d1d1\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"items_per_line\":\"2\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3829c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2649979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59},\"elements\":[{\"id\":\"cf6453d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":129},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ebf00d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Innovations in Agriculture<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b85ab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_background_color_b\":\"#b2b74a\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":150}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"390564b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"826b1f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d7f3d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"701c918\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"01\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_01.jpg\",\"id\":435},\"title\":\"Uber Style Farm\",\"content_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"69e87a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19ac019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"daba192\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"02\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_02.jpg\",\"id\":436},\"title\":\"Uber Style Farm\",\"content_text\":\"Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"1c587d6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3404a3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63d36be\",\"elType\":\"widget\",\"settings\":{\"module_height\":{\"unit\":\"px\",\"size\":280},\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"03\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_03.jpg\",\"id\":437},\"title\":\"Uber Style Farm\",\"content_text\":\"Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"e04dbdf\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b3a1f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f1a6e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bbe4e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5881a06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b985ea2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"3b1769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"d23bf4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.002},\"elements\":[{\"id\":\"1e7b1fe\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"975cb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.33},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"20690d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5971, 1745, '_elementor_version', '0.4'),
(5972, 1745, '_elementor_page_assets', 'a:0:{}'),
(5973, 1745, '_elementor_css', 'a:6:{s:4:\"time\";i:1680336573;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5974, 1746, '_elementor_edit_mode', 'builder'),
(5975, 1746, '_elementor_template_type', 'post'),
(5976, 1746, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5977, 1746, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d66776c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>email@example.com<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>800 326 9054<\\/p>\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"de6dd50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9ac300a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/BOB.jpg\",\"id\":1268},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"20\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd6f3ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>We are Better Than Others<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e736455\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-330 alignleft\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Jason-Ford.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"31\\\" \\/><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f111b9c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\",\"margin\":{\"unit\":\"px\",\"top\":\"-228\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"a270cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4faf783\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300},\"_z_index\":19,\"space_tablet\":{\"unit\":\"px\",\"size\":210}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be7fbe8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"df09338\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5c04567\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e62fcac\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"eff7daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f25137f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"e9b911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4a352ca\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":38},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"553b5be\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"5b0e948\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c86edb8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"65b103e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"68475d8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"589484a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"8ba7c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9fe2909\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"c08107a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1958148\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ab4e76e\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"e12d42a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f4479b7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef1ef7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cce92ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4bb7b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0481bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Experience<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac824ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e1abe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5f05dfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4af7cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"a6a8ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"86ac4bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5805a0d\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"301bb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"eb84d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6926dd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/about_img_01.png\",\"id\":377},\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d30baf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false}},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364}},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c4a146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/PeolpeSay.png\",\"id\":1548},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"151418d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ff1ab7a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":77},\"height_tablet\":{\"unit\":\"px\",\"size\":77},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b07222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8178019\",\"elType\":\"widget\",\"settings\":{\"type\":\"style3\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"e3111ab\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"5b393ce\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"80\",\"height\":\"80\"},\"text_align\":\"center\",\"color_title\":\"#ffffff\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#d1d1d1\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"items_per_line\":\"2\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3829c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2649979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59},\"elements\":[{\"id\":\"cf6453d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":129},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ebf00d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Innovations in Agriculture<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b85ab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_background_color_b\":\"#b2b74a\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":150}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"390564b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"826b1f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d7f3d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"701c918\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"01\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_01.jpg\",\"id\":435},\"title\":\"Uber Style Farm\",\"content_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"69e87a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19ac019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"daba192\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"02\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_02.jpg\",\"id\":436},\"title\":\"Uber Style Farm\",\"content_text\":\"Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"1c587d6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3404a3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63d36be\",\"elType\":\"widget\",\"settings\":{\"module_height\":{\"unit\":\"px\",\"size\":280},\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"03\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_03.jpg\",\"id\":437},\"title\":\"Uber Style Farm\",\"content_text\":\"Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"e04dbdf\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b3a1f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f1a6e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bbe4e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5881a06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b985ea2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"3b1769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25},\"elements\":[],\"isInner\":true},{\"id\":\"d23bf4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.002},\"elements\":[{\"id\":\"1e7b1fe\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"975cb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.33},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"20690d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5978, 1746, '_elementor_version', '0.4'),
(5979, 1746, '_elementor_page_assets', 'a:0:{}'),
(5980, 1746, '_elementor_css', 'a:6:{s:4:\"time\";i:1680336573;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5981, 1747, '_elementor_edit_mode', 'builder'),
(5982, 1747, '_elementor_template_type', 'post'),
(5983, 1747, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5984, 1747, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d66776c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"de6dd50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ac300a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/BOB.jpg\",\"id\":1268},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"20\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd6f3ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>We are Better Than Others<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e736455\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-330 alignleft\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Jason-Ford.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"31\\\" \\/><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f111b9c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\",\"margin\":{\"unit\":\"px\",\"top\":\"-228\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"a270cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4faf783\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300},\"_z_index\":19,\"space_tablet\":{\"unit\":\"px\",\"size\":210}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be7fbe8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"df09338\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5c04567\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e62fcac\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"eff7daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f25137f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"e9b911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4a352ca\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":38},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"553b5be\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"5b0e948\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c86edb8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"65b103e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"68475d8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"589484a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"8ba7c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9fe2909\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"c08107a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1958148\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ab4e76e\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"e12d42a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f4479b7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef1ef7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cce92ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4bb7b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0481bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Experience<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac824ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e1abe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5f05dfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4af7cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"a6a8ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"86ac4bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5805a0d\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"301bb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"eb84d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6926dd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/about_img_01.png\",\"id\":377},\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d30baf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c4a146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/PeolpeSay.png\",\"id\":1548},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"151418d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ff1ab7a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":77},\"height_tablet\":{\"unit\":\"px\",\"size\":77},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b07222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8178019\",\"elType\":\"widget\",\"settings\":{\"type\":\"style3\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"e3111ab\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"5b393ce\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"80\",\"height\":\"80\"},\"text_align\":\"center\",\"color_title\":\"#ffffff\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#d1d1d1\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"items_per_line\":\"2\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3829c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2649979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"cf6453d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":129},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ebf00d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Innovations in Agriculture<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b85ab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_background_color_b\":\"#b2b74a\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":150}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"390564b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"826b1f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d7f3d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"701c918\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"01\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_01.jpg\",\"id\":435},\"title\":\"Uber Style Farm\",\"content_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"69e87a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19ac019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"daba192\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"02\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_02.jpg\",\"id\":436},\"title\":\"Uber Style Farm\",\"content_text\":\"Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"1c587d6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3404a3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"63d36be\",\"elType\":\"widget\",\"settings\":{\"module_height\":{\"unit\":\"px\",\"size\":280},\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"03\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_03.jpg\",\"id\":437},\"title\":\"Uber Style Farm\",\"content_text\":\"Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"e04dbdf\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b3a1f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f1a6e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6bbe4e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5881a06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b985ea2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"3b1769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"d23bf4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.002,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1e7b1fe\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"975cb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.33,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"20690d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5985, 1747, '_elementor_version', '0.4'),
(5986, 1747, '_elementor_page_assets', 'a:0:{}'),
(5987, 1747, '_elementor_css', 'a:6:{s:4:\"time\";i:1680336573;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5988, 1748, '_elementor_edit_mode', 'builder'),
(5989, 1748, '_elementor_template_type', 'wp-post'),
(5990, 1748, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5991, 1748, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d66776c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"de6dd50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ac300a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/BOB.jpg\",\"id\":1268},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"20\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd6f3ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>We are Better Than Others<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e736455\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-330 alignleft\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Jason-Ford.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"31\\\" \\/><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f111b9c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\",\"margin\":{\"unit\":\"px\",\"top\":\"-228\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"a270cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4faf783\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300},\"_z_index\":19,\"space_tablet\":{\"unit\":\"px\",\"size\":210}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be7fbe8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"df09338\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5c04567\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e62fcac\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"eff7daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f25137f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"e9b911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4a352ca\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":38},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"553b5be\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"5b0e948\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c86edb8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"65b103e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"68475d8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"589484a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"8ba7c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9fe2909\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"c08107a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1958148\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ab4e76e\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"e12d42a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f4479b7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef1ef7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cce92ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4bb7b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0481bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Experience<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac824ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e1abe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5f05dfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4af7cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"a6a8ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"86ac4bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5805a0d\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"301bb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"eb84d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6926dd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/about_img_01.png\",\"id\":377},\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d30baf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c4a146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/PeolpeSay.png\",\"id\":1548},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"151418d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ff1ab7a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":77},\"height_tablet\":{\"unit\":\"px\",\"size\":77},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b07222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8178019\",\"elType\":\"widget\",\"settings\":{\"type\":\"style3\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"e3111ab\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"5b393ce\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"80\",\"height\":\"80\"},\"text_align\":\"center\",\"color_title\":\"#ffffff\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#d1d1d1\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"items_per_line\":\"2\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3829c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2649979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"cf6453d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":129},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ebf00d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Innovations in Agriculture<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b85ab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_background_color_b\":\"#b2b74a\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":150}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"390564b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"826b1f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d7f3d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"701c918\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"01\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_01.jpg\",\"id\":435},\"title\":\"Uber Style Farm\",\"content_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"69e87a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19ac019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"daba192\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"02\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_02.jpg\",\"id\":436},\"title\":\"Uber Style Farm\",\"content_text\":\"Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"1c587d6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3404a3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"63d36be\",\"elType\":\"widget\",\"settings\":{\"module_height\":{\"unit\":\"px\",\"size\":280},\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"03\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_03.jpg\",\"id\":437},\"title\":\"Uber Style Farm\",\"content_text\":\"Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"e04dbdf\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b3a1f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f1a6e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6bbe4e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5881a06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b985ea2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"3b1769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"d23bf4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.002,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1e7b1fe\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"975cb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.33,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"20690d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5992, 1748, '_elementor_version', '3.12.0'),
(5993, 1748, '_elementor_page_assets', 'a:0:{}'),
(5994, 1749, '_elementor_edit_mode', 'builder'),
(5995, 1749, '_elementor_template_type', 'wp-post'),
(5996, 1749, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5997, 1749, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d66776c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"de6dd50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ac300a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/BOB.jpg\",\"id\":1268},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"20\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cd6f3ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>We are Better Than Others<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e736455\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-full wp-image-330 alignleft\\\" src=\\\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Jason-Ford.png\\\" alt=\\\"\\\" width=\\\"152\\\" height=\\\"31\\\" \\/><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f111b9c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\",\"margin\":{\"unit\":\"px\",\"top\":\"-228\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"a270cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4faf783\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300},\"_z_index\":19,\"space_tablet\":{\"unit\":\"px\",\"size\":210}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be7fbe8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"df09338\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5c04567\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e62fcac\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"eff7daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f25137f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"e9b911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4a352ca\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":38},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"553b5be\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"5b0e948\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c86edb8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"65b103e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"68475d8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"589484a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"8ba7c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9fe2909\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"c08107a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1958148\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ab4e76e\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"e12d42a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f4479b7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef1ef7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cce92ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4bb7b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0481bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Experience<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac824ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e1abe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5f05dfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4af7cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"a6a8ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"86ac4bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5805a0d\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"301bb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"eb84d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6926dd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/about_img_01.png\",\"id\":377},\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d30baf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c4a146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/PeolpeSay.png\",\"id\":1548},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"151418d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ff1ab7a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":77},\"height_tablet\":{\"unit\":\"px\",\"size\":77},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b07222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8178019\",\"elType\":\"widget\",\"settings\":{\"type\":\"style3\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"e3111ab\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"5b393ce\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"80\",\"height\":\"80\"},\"text_align\":\"center\",\"color_title\":\"#ffffff\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#d1d1d1\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"items_per_line\":\"2\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3829c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2649979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"cf6453d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":129},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ebf00d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Innovations in Agriculture<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b85ab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_background_color_b\":\"#b2b74a\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":150}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"390564b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"826b1f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d7f3d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"701c918\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"01\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_01.jpg\",\"id\":435},\"title\":\"Uber Style Farm\",\"content_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"69e87a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19ac019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"daba192\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"02\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_02.jpg\",\"id\":436},\"title\":\"Uber Style Farm\",\"content_text\":\"Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"1c587d6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3404a3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"63d36be\",\"elType\":\"widget\",\"settings\":{\"module_height\":{\"unit\":\"px\",\"size\":280},\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"03\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_03.jpg\",\"id\":437},\"title\":\"Uber Style Farm\",\"content_text\":\"Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"e04dbdf\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b3a1f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f1a6e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6bbe4e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5881a06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b985ea2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"3b1769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"d23bf4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.002,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1e7b1fe\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"975cb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.33,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"20690d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5998, 1749, '_elementor_version', '3.12.0'),
(5999, 1749, '_elementor_page_assets', 'a:0:{}'),
(6000, 1750, '_elementor_edit_mode', 'builder'),
(6001, 1750, '_elementor_template_type', 'wp-post'),
(6002, 1750, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6003, 1750, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V\\n\\n\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh\\n\\nNg\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...\\n\\n- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026\\n\\n- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.\\n\\n- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.\\n\\nV\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.\\n\\nCh\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .\\n\\nV\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...\\n\\n*** T\\u1ea6M NH\\u00ccN : \\n\\nN\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.\\n\\n \\n\\n\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.\\n\\n\\n\\n*** S\\u1ee8 M\\u1ec6NH: \\n\\nCh\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.\\n\\n      \\n\\nLi\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:\\n\\n+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.\\n\\n+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.\\n\\n \\n\\n+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.\\n\\n*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d\\n\\n\\nCh\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f111b9c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\",\"margin\":{\"unit\":\"px\",\"top\":\"-228\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"a270cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d6ce972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4faf783\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300},\"_z_index\":19,\"space_tablet\":{\"unit\":\"px\",\"size\":210}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be7fbe8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"df09338\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5c04567\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e62fcac\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"eff7daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f25137f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"e9b911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4a352ca\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":38},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"553b5be\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"5b0e948\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c86edb8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"65b103e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"68475d8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"589484a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"8ba7c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9fe2909\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"c08107a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1958148\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ab4e76e\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"e12d42a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f4479b7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef1ef7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cce92ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4bb7b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0481bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Experience<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac824ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e1abe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5f05dfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4af7cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"a6a8ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"86ac4bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5805a0d\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"301bb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"eb84d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6926dd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/about_img_01.png\",\"id\":377},\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d30baf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c4a146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/PeolpeSay.png\",\"id\":1548},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"151418d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ff1ab7a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":77},\"height_tablet\":{\"unit\":\"px\",\"size\":77},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b07222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8178019\",\"elType\":\"widget\",\"settings\":{\"type\":\"style3\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"e3111ab\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"5b393ce\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"80\",\"height\":\"80\"},\"text_align\":\"center\",\"color_title\":\"#ffffff\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#d1d1d1\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"items_per_line\":\"2\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3829c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2649979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"cf6453d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":129},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ebf00d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Innovations in Agriculture<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b85ab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_background_color_b\":\"#b2b74a\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":150}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"390564b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"826b1f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d7f3d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"701c918\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"01\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_01.jpg\",\"id\":435},\"title\":\"Uber Style Farm\",\"content_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"69e87a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19ac019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"daba192\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"02\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_02.jpg\",\"id\":436},\"title\":\"Uber Style Farm\",\"content_text\":\"Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"1c587d6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3404a3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"63d36be\",\"elType\":\"widget\",\"settings\":{\"module_height\":{\"unit\":\"px\",\"size\":280},\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"03\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_03.jpg\",\"id\":437},\"title\":\"Uber Style Farm\",\"content_text\":\"Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"e04dbdf\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b3a1f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f1a6e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6bbe4e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5881a06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b985ea2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"3b1769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"d23bf4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.002,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1e7b1fe\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"975cb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.33,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"20690d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6004, 1750, '_elementor_version', '3.12.0'),
(6005, 1750, '_elementor_page_assets', 'a:0:{}'),
(6006, 1751, '_elementor_edit_mode', 'builder'),
(6007, 1751, '_elementor_template_type', 'wp-post'),
(6008, 1751, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6009, 1751, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V\\n\\n\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh\\n\\nNg\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...\\n\\n- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026\\n\\n- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.\\n\\n- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.\\n\\nV\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.\\n\\nCh\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .\\n\\nV\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...\\n\\n*** T\\u1ea6M NH\\u00ccN : \\n\\nN\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.\\n\\n \\n\\n\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.\\n\\n\\n\\n*** S\\u1ee8 M\\u1ec6NH: \\n\\nCh\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.\\n\\n      \\n\\nLi\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:\\n\\n+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.\\n\\n+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.\\n\\n \\n\\n+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.\\n\\n*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d\\n\\n\\nCh\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f111b9c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\",\"margin\":{\"unit\":\"px\",\"top\":\"-228\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"a270cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d6ce972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4faf783\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300},\"_z_index\":19,\"space_tablet\":{\"unit\":\"px\",\"size\":210}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be7fbe8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"df09338\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5c04567\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e62fcac\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"eff7daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f25137f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"e9b911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4a352ca\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":38},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"553b5be\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"5b0e948\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c86edb8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"65b103e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"68475d8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"589484a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"8ba7c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9fe2909\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"c08107a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1958148\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ab4e76e\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"e12d42a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f4479b7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef1ef7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cce92ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4bb7b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0481bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Experience<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac824ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e1abe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5f05dfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4af7cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"a6a8ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"86ac4bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5805a0d\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"301bb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"eb84d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6926dd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/about_img_01.png\",\"id\":377},\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d30baf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c4a146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/PeolpeSay.png\",\"id\":1548},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"151418d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ff1ab7a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":77},\"height_tablet\":{\"unit\":\"px\",\"size\":77},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b07222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8178019\",\"elType\":\"widget\",\"settings\":{\"type\":\"style3\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"e3111ab\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"5b393ce\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"80\",\"height\":\"80\"},\"text_align\":\"center\",\"color_title\":\"#ffffff\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#d1d1d1\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"items_per_line\":\"2\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3829c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2649979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"cf6453d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":129},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ebf00d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Innovations in Agriculture<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b85ab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_background_color_b\":\"#b2b74a\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":150}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"390564b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"826b1f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d7f3d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"701c918\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"01\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_01.jpg\",\"id\":435},\"title\":\"Uber Style Farm\",\"content_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"69e87a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19ac019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"daba192\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"02\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_02.jpg\",\"id\":436},\"title\":\"Uber Style Farm\",\"content_text\":\"Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"1c587d6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3404a3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"63d36be\",\"elType\":\"widget\",\"settings\":{\"module_height\":{\"unit\":\"px\",\"size\":280},\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"03\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_03.jpg\",\"id\":437},\"title\":\"Uber Style Farm\",\"content_text\":\"Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"e04dbdf\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b3a1f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f1a6e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6bbe4e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5881a06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b985ea2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"3b1769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"d23bf4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.002,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1e7b1fe\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"975cb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.33,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"20690d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6010, 1751, '_elementor_version', '3.12.0'),
(6011, 1751, '_elementor_page_assets', 'a:0:{}'),
(6012, 1752, '_elementor_edit_mode', 'builder'),
(6013, 1752, '_elementor_template_type', 'wp-post'),
(6014, 1752, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6015, 1752, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V\\n\\n\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh\\n\\nNg\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...\\n\\n- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026\\n\\n- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.\\n\\n- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.\\n\\nV\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.\\n\\nCh\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .\\n\\nV\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...\\n\\n*** T\\u1ea6M NH\\u00ccN : \\n\\nN\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.\\n\\n \\n\\n\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.\\n\\n\\n\\n*** S\\u1ee8 M\\u1ec6NH: \\n\\nCh\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.\\n\\n      \\n\\nLi\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:\\n\\n+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.\\n\\n+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.\\n\\n \\n\\n+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.\\n\\n*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d\\n\\n\\nCh\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f111b9c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\",\"margin\":{\"unit\":\"px\",\"top\":\"-228\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":1},\"elements\":[{\"id\":\"a270cf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d6ce972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4faf783\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300},\"_z_index\":19,\"space_tablet\":{\"unit\":\"px\",\"size\":210}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"be7fbe8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"df09338\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"text_align\":\"center\",\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5c04567\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"e62fcac\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"88\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"eff7daa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Awards Won\",\"description_text\":\"Cu ubique timeam tibique mel, autem tibique cu nec.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f25137f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"e9b911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4a352ca\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":38},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"553b5be\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"108\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"5b0e948\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Regular Customers\",\"description_text\":\"Aperiri discere hendrerit in duo, amet reprehendunt ut sit.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c86edb8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"65b103e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"68475d8\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"589484a\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"86\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"8ba7c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Points of Sale of Goods\",\"description_text\":\"Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"9fe2909\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"c08107a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1958148\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":38},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":38},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"ab4e76e\",\"elType\":\"widget\",\"settings\":{\"title_color\":\"#413c38\",\"circle_bg\":\"#b2b74a\",\"graph_value\":{\"unit\":\"%\",\"size\":100},\"label_value\":\"54\",\"graph_size\":{\"unit\":\"px\",\"size\":146},\"graph_thickness\":{\"unit\":\"px\",\"size\":13},\"line_cap\":\"round\",\"circle_border_color\":\"#b2b74a\",\"circle_arc_color_type\":\"\",\"circle_arc_bg\":\"#f1f3cb\",\"circle_arc_gradient1\":\"#f1f3cb\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"BenchNine\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":60},\"label_typography_font_weight\":\"700\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":79},\"label_color\":\"#ffffff\",\"circle_arc_gradient2\":\"#b2b74a\",\"_css_classes\":\"margin_auto\"},\"elements\":[],\"widgetType\":\"gt3-core-piechart\"},{\"id\":\"e12d42a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Professional Engineering\",\"description_text\":\"Legere prodesset mea ei, no illud dicam conclusionemque est.\",\"image_space\":{\"unit\":\"px\",\"size\":0},\"image_size\":{\"unit\":\"%\",\"size\":0},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.6},\"description_color\":\"#858585\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f4479b7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":127},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":113},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":33}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef1ef7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cce92ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4bb7b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0481bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Experience<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac824ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e1abe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Product Purity\",\"percent\":{\"unit\":\"%\",\"size\":98},\"inner_text\":\"Product Purity\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5f05dfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Farmers Competence\",\"percent\":{\"unit\":\"%\",\"size\":89},\"inner_text\":\"Farmers Competence\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"4af7cc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Equipment\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"Equipment\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"a6a8ac8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Satisfied Customers\",\"percent\":{\"unit\":\"%\",\"size\":99},\"inner_text\":\"Satisfied Customers\",\"bar_color\":\"#c7ca7e\",\"bar_bg_color\":\"#f7f7f7\",\"bar_inline_color\":\"#413c38\",\"title_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_family\":\"BenchNine\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":45},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"86ac4bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5805a0d\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Get in Touch\",\"button_alignment\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_border_rounded\":\"yes\",\"button_background_color_background\":\"classic\",\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"#c4c953\",\"_animation_delay\":300,\"icon_color_hover\":\"#1e252f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"fast\",\"button_size_elementor\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_text_transform\":\"uppercase\",\"padding_size\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"030\",\"isLinked\":false},\"title_typography_font_family\":\"BenchNine\",\"border_color_hover\":\"#c4c953\",\"button_title_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"301bb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":92},\"space_mobile\":{\"unit\":\"px\",\"size\":80}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"eb84d8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6926dd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/about_img_01.png\",\"id\":377},\"image_size\":\"full\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d30baf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Services<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c4a146\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/PeolpeSay.png\",\"id\":1548},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"151418d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ff1ab7a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":77},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":77},\"height_tablet\":{\"unit\":\"px\",\"size\":77},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"b07222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">What People Say<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8178019\",\"elType\":\"widget\",\"settings\":{\"type\":\"style3\",\"round_imgs\":\"yes\",\"items\":[{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"a176e0c\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"2b7d8fc\"},{\"tstm_author\":\"Dan Balan\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Dan-Balan.jpg\",\"id\":213},\"content\":\"<p>\\u201cDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.\\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"e3111ab\"},{\"tstm_author\":\"Sarah Miller\",\"sub_name\":\"Customer\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Sarah-Miller.jpg\",\"id\":480},\"content\":\"<p>\\u201cUt cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. \\u201d<\\/p>\",\"icons\":\"\",\"_id\":\"5b393ce\"}],\"image_align\":\"center\",\"image_size\":{\"width\":\"80\",\"height\":\"80\"},\"text_align\":\"center\",\"color_title\":\"#ffffff\",\"author_align\":\"center\",\"color_author\":\"#ffffff\",\"color_author_position\":\"#d1d1d1\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"author_typography_typography\":\"custom\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"author_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"items_per_line\":\"2\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gt3-core-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d3829c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2649979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"cf6453d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":129},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ebf00d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: left;\\\">Innovations in Agriculture<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b85ab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.<\\/p>\",\"typography_typography\":\"custom\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_background_color_b\":\"#b2b74a\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":150}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"390564b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"826b1f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d7f3d46\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"701c918\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"01\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_01.jpg\",\"id\":435},\"title\":\"Uber Style Farm\",\"content_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"69e87a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19ac019\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"daba192\",\"elType\":\"widget\",\"settings\":{\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"02\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_02.jpg\",\"id\":436},\"title\":\"Uber Style Farm\",\"content_text\":\"Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"1c587d6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3404a3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"63d36be\",\"elType\":\"widget\",\"settings\":{\"module_height\":{\"unit\":\"px\",\"size\":280},\"box_hover_bg\":\"#b2b74a\",\"index_number\":\"03\",\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/Flipbox_03.jpg\",\"id\":437},\"title\":\"Uber Style Farm\",\"content_text\":\"Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.\",\"index_color\":\"rgba(255,255,255,0.35)\"},\"elements\":[],\"widgetType\":\"gt3-core-flipbox\"},{\"id\":\"e04dbdf\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":35}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b3a1f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/home_bg_img_4.jpg\",\"id\":625},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f1a6e26\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6bbe4e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5881a06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Sing Up For Newsletter!<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b985ea2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"3b1769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true},{\"id\":\"d23bf4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.002,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1e7b1fe\",\"elType\":\"widget\",\"settings\":{\"html\":\"[mailchimpsf_form]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"975cb4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.33,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"20690d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":343},\"space_mobile\":{\"unit\":\"px\",\"size\":150}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6016, 1752, '_elementor_version', '3.12.0'),
(6017, 1752, '_elementor_page_assets', 'a:0:{}'),
(6018, 1753, '_elementor_edit_mode', 'builder'),
(6019, 1753, '_elementor_template_type', 'wp-post'),
(6020, 1753, '_wp_page_template', 'default'),
(6021, 1753, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6022, 1753, '_elementor_version', '3.12.0'),
(6023, 1753, '_elementor_page_assets', 'a:0:{}'),
(6024, 1229, '_wp_trash_meta_status', 'publish'),
(6025, 1229, '_wp_trash_meta_time', '1680337139'),
(6026, 1229, '_wp_desired_post_slug', 'cart-2'),
(6027, 1230, '_wp_trash_meta_status', 'publish'),
(6028, 1230, '_wp_trash_meta_time', '1680337139'),
(6029, 1230, '_wp_desired_post_slug', 'checkout-2'),
(6030, 1231, '_wp_trash_meta_status', 'publish'),
(6031, 1231, '_wp_trash_meta_time', '1680337139'),
(6032, 1231, '_wp_desired_post_slug', 'my-account-2'),
(6033, 222, 'solid_color', '787432'),
(6034, 80, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(6035, 80, '_wp_trash_meta_status', 'publish'),
(6036, 80, '_wp_trash_meta_time', '1680337158'),
(6037, 80, '_wp_desired_post_slug', 'blog'),
(6038, 1228, '_wp_trash_meta_status', 'publish'),
(6039, 1228, '_wp_trash_meta_time', '1680337165'),
(6040, 1228, '_wp_desired_post_slug', 'shop-2'),
(6041, 2, '_wp_trash_meta_status', 'publish'),
(6042, 2, '_wp_trash_meta_time', '1680337170'),
(6043, 2, '_wp_desired_post_slug', 'Trang mẫu'),
(6045, 1760, '_elementor_edit_mode', 'builder'),
(6046, 1760, '_elementor_template_type', 'wp-post'),
(6047, 1760, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6048, 1760, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6049, 1760, '_elementor_version', '3.12.0'),
(6050, 1760, '_elementor_page_assets', 'a:0:{}'),
(6051, 1760, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337194;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6052, 1761, '_elementor_edit_mode', 'builder'),
(6053, 1761, '_elementor_template_type', 'wp-post'),
(6054, 1761, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6055, 1761, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6056, 1761, '_elementor_version', '3.12.0'),
(6057, 1761, '_elementor_page_assets', 'a:0:{}'),
(6058, 1761, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337194;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6059, 1762, '_elementor_edit_mode', 'builder'),
(6060, 1762, '_elementor_template_type', 'wp-post'),
(6061, 1762, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6062, 1762, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6063, 1762, '_elementor_version', '3.12.0'),
(6064, 1762, '_elementor_page_assets', 'a:0:{}'),
(6065, 1762, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337194;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6067, 1763, '_elementor_edit_mode', 'builder'),
(6068, 1763, '_elementor_template_type', 'wp-post'),
(6069, 1763, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6070, 1763, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6071, 1763, '_elementor_version', '3.12.0'),
(6072, 1763, '_elementor_page_assets', 'a:0:{}'),
(6073, 1763, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337240;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6074, 1764, '_elementor_edit_mode', 'builder'),
(6075, 1764, '_elementor_template_type', 'wp-post'),
(6076, 1764, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6077, 1764, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6078, 1764, '_elementor_version', '3.12.0'),
(6079, 1764, '_elementor_page_assets', 'a:0:{}'),
(6080, 1764, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337240;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6081, 1765, '_elementor_edit_mode', 'builder'),
(6082, 1765, '_elementor_template_type', 'wp-post'),
(6083, 1765, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6084, 1765, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6085, 1765, '_elementor_version', '3.12.0'),
(6086, 1765, '_elementor_page_assets', 'a:0:{}'),
(6087, 1765, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337240;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6089, 1766, '_elementor_edit_mode', 'builder'),
(6090, 1766, '_elementor_template_type', 'wp-post'),
(6091, 1766, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6092, 1766, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6093, 1766, '_elementor_version', '3.12.0'),
(6094, 1766, '_elementor_page_assets', 'a:0:{}'),
(6095, 1766, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337263;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6096, 1767, '_elementor_edit_mode', 'builder'),
(6097, 1767, '_elementor_template_type', 'wp-post'),
(6098, 1767, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6099, 1767, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>- Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>- Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>- \\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6100, 1767, '_elementor_version', '3.12.0'),
(6101, 1767, '_elementor_page_assets', 'a:0:{}'),
(6102, 1767, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337263;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6103, 1768, '_elementor_edit_mode', 'builder'),
(6104, 1768, '_elementor_template_type', 'wp-post'),
(6105, 1768, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6106, 1768, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p>\\n<p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p>\\n<p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p>\\n<p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p>\\n<p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p>\\n<p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p>\\n<p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p>\\n<p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p>\\n<p>*** T\\u1ea6M NH\\u00ccN :<\\/p>\\n<p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>*** S\\u1ee8 M\\u1ec6NH:<\\/p>\\n<p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p>\\n<p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p>\\n<p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p>\\n<p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p>\\n<p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p>\\n<p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p>\\n<p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6107, 1768, '_elementor_version', '3.12.0'),
(6108, 1768, '_elementor_page_assets', 'a:0:{}'),
(6109, 1768, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337263;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6111, 1769, '_elementor_edit_mode', 'builder'),
(6112, 1769, '_elementor_template_type', 'wp-post'),
(6113, 1769, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6114, 1769, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p>\\n<p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p>\\n<p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p>\\n<p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p>\\n<p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p>\\n<p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p>\\n<p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p>\\n<p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p>\\n<p>*** T\\u1ea6M NH\\u00ccN :<\\/p>\\n<p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>*** S\\u1ee8 M\\u1ec6NH:<\\/p>\\n<p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p>\\n<p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p>\\n<p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p>\\n<p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p>\\n<p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p>\\n<p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p>\\n<p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6115, 1769, '_elementor_version', '3.12.0'),
(6116, 1769, '_elementor_page_assets', 'a:0:{}'),
(6117, 1769, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337315;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6118, 1770, '_elementor_edit_mode', 'builder'),
(6119, 1770, '_elementor_template_type', 'wp-post'),
(6120, 1770, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6121, 1770, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p>\\n<p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p>\\n<p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p>\\n<p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p>\\n<p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p>\\n<p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p>\\n<p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p>\\n<p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p>\\n<p>*** T\\u1ea6M NH\\u00ccN :<\\/p>\\n<p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>*** S\\u1ee8 M\\u1ec6NH:<\\/p>\\n<p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p>\\n<p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p>\\n<p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p>\\n<p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p>\\n<p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p>\\n<p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p>\\n<p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6122, 1770, '_elementor_version', '3.12.0'),
(6123, 1770, '_elementor_page_assets', 'a:0:{}'),
(6124, 1770, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337315;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6125, 1771, '_elementor_edit_mode', 'builder'),
(6126, 1771, '_elementor_template_type', 'wp-post'),
(6127, 1771, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6128, 1771, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6129, 1771, '_elementor_version', '3.12.0'),
(6130, 1771, '_elementor_page_assets', 'a:0:{}'),
(6131, 1771, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337315;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6134, 1772, '_elementor_edit_mode', 'builder'),
(6135, 1772, '_elementor_template_type', 'wp-post'),
(6136, 1772, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6137, 1772, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6138, 1772, '_elementor_version', '3.12.0'),
(6139, 1772, '_elementor_page_assets', 'a:0:{}'),
(6140, 1772, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337354;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6141, 1773, '_elementor_edit_mode', 'builder'),
(6142, 1773, '_elementor_template_type', 'wp-post'),
(6143, 1773, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6144, 1773, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6145, 1773, '_elementor_version', '3.12.0'),
(6146, 1773, '_elementor_page_assets', 'a:0:{}'),
(6147, 1773, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337354;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6148, 1774, '_elementor_edit_mode', 'builder'),
(6149, 1774, '_elementor_template_type', 'wp-post'),
(6150, 1774, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6151, 1774, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6152, 1774, '_elementor_version', '3.12.0'),
(6153, 1774, '_elementor_page_assets', 'a:0:{}'),
(6154, 1774, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337354;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6155, 1775, '_elementor_edit_mode', 'builder'),
(6156, 1775, '_elementor_template_type', 'wp-post'),
(6157, 1775, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6158, 1775, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6159, 1775, '_elementor_version', '3.12.0'),
(6160, 1775, '_elementor_page_assets', 'a:0:{}'),
(6161, 1776, '_elementor_edit_mode', 'builder'),
(6162, 1776, '_elementor_template_type', 'wp-post'),
(6163, 1776, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6164, 1776, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Growing Fruits and  Vegetables\",\"description_text\":\"Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6165, 1776, '_elementor_version', '3.12.0'),
(6166, 1776, '_elementor_page_assets', 'a:0:{}'),
(6167, 1777, '_elementor_edit_mode', 'builder'),
(6168, 1777, '_elementor_template_type', 'wp-post'),
(6169, 1777, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6170, 1777, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6171, 1777, '_elementor_version', '3.12.0'),
(6172, 1777, '_elementor_page_assets', 'a:0:{}'),
(6173, 1778, '_elementor_edit_mode', 'builder'),
(6174, 1778, '_elementor_template_type', 'wp-post'),
(6175, 1778, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6176, 1778, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6177, 1778, '_elementor_version', '3.12.0'),
(6178, 1778, '_elementor_page_assets', 'a:0:{}'),
(6179, 1779, '_elementor_edit_mode', 'builder'),
(6180, 1779, '_elementor_template_type', 'wp-post'),
(6181, 1779, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6182, 1779, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Design & Planting\",\"description_text\":\"Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. \",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4bb611f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"c4b521f\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Spring & Fall Cleanup\",\"description_text\":\"Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0fbffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"257a45e\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Best Products\",\"description_text\":\"Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Clear Water for  Irrigation\",\"description_text\":\"Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Eco Product\",\"description_text\":\"Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6183, 1779, '_elementor_version', '3.12.0'),
(6184, 1779, '_elementor_page_assets', 'a:0:{}'),
(6185, 1780, '_elementor_edit_mode', 'builder'),
(6186, 1780, '_elementor_template_type', 'wp-post'),
(6187, 1780, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6188, 1780, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6189, 1780, '_elementor_version', '3.12.0'),
(6190, 1780, '_elementor_page_assets', 'a:0:{}'),
(6192, 1781, '_elementor_edit_mode', 'builder'),
(6193, 1781, '_elementor_template_type', 'wp-post'),
(6194, 1781, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6195, 1781, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6196, 1781, '_elementor_version', '3.12.0'),
(6197, 1781, '_elementor_page_assets', 'a:0:{}'),
(6198, 1781, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337594;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6199, 1782, '_elementor_edit_mode', 'builder'),
(6200, 1782, '_elementor_template_type', 'wp-post'),
(6201, 1782, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6202, 1782, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6203, 1782, '_elementor_version', '3.12.0'),
(6204, 1782, '_elementor_page_assets', 'a:0:{}'),
(6205, 1782, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337594;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6206, 1783, '_elementor_edit_mode', 'builder'),
(6207, 1783, '_elementor_template_type', 'wp-post'),
(6208, 1783, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6209, 1783, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6210, 1783, '_elementor_version', '3.12.0'),
(6211, 1783, '_elementor_page_assets', 'a:0:{}'),
(6212, 1783, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337594;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6214, 1784, '_elementor_edit_mode', 'builder'),
(6215, 1784, '_elementor_template_type', 'wp-post'),
(6216, 1784, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6217, 1784, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6218, 1784, '_elementor_version', '3.12.0'),
(6219, 1784, '_elementor_page_assets', 'a:0:{}'),
(6220, 1784, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337699;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6221, 1785, '_elementor_edit_mode', 'builder'),
(6222, 1785, '_elementor_template_type', 'wp-post'),
(6223, 1785, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6224, 1785, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32041e0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2527dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"5ed27f2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b519c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"962fcc5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d67d848\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Our Best Team<\\/h2>\",\"text_color\":\"#413c38\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6313284\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b775ef4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"417c8d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d0dfcf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":49}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09d8c70\",\"elType\":\"widget\",\"settings\":{\"posts_per_line\":\"5\",\"query\":{\"posts_per_page\":\"5\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"551\",\"554\",\"557\",\"560\",\"522\"],\"ignore_sticky_posts\":0},\"type\":\"type4\",\"custom_item_height\":\"yes\",\"item_img_height\":{\"unit\":\"px\",\"size\":364},\"button_title\":\"See More\"},\"elements\":[],\"widgetType\":\"gt3-core-team\"},{\"id\":\"6dd51a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71},\"space_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6225, 1785, '_elementor_version', '3.12.0'),
(6226, 1785, '_elementor_page_assets', 'a:0:{}'),
(6227, 1785, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337699;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6228, 1786, '_elementor_edit_mode', 'builder'),
(6229, 1786, '_elementor_template_type', 'wp-post'),
(6230, 1786, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6231, 1786, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6232, 1786, '_elementor_version', '3.12.0'),
(6233, 1786, '_elementor_page_assets', 'a:0:{}'),
(6234, 1786, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337699;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6236, 1787, '_elementor_edit_mode', 'builder'),
(6237, 1787, '_elementor_template_type', 'wp-post'),
(6238, 1787, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6239, 1787, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6240, 1787, '_elementor_version', '3.12.0'),
(6241, 1787, '_elementor_page_assets', 'a:0:{}'),
(6242, 1787, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337786;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6243, 1788, '_elementor_edit_mode', 'builder'),
(6244, 1788, '_elementor_template_type', 'wp-post'),
(6245, 1788, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6246, 1788, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6247, 1788, '_elementor_version', '3.12.0'),
(6248, 1788, '_elementor_page_assets', 'a:0:{}'),
(6249, 1788, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337786;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6250, 1789, '_elementor_edit_mode', 'builder'),
(6251, 1789, '_elementor_template_type', 'wp-post'),
(6252, 1789, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6253, 1789, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6254, 1789, '_elementor_version', '3.12.0'),
(6255, 1789, '_elementor_page_assets', 'a:0:{}'),
(6256, 1789, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337786;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6257, 1790, '_elementor_edit_mode', 'builder'),
(6258, 1790, '_elementor_template_type', 'wp-post'),
(6259, 1790, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6260, 1790, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6261, 1790, '_elementor_version', '3.12.0'),
(6262, 1790, '_elementor_page_assets', 'a:0:{}'),
(6263, 1791, '_elementor_edit_mode', 'builder'),
(6264, 1791, '_elementor_template_type', 'wp-post'),
(6265, 1791, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6266, 1791, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6267, 1791, '_elementor_version', '3.12.0'),
(6268, 1791, '_elementor_page_assets', 'a:0:{}'),
(6269, 1792, '_elementor_edit_mode', 'builder'),
(6270, 1792, '_elementor_template_type', 'wp-post'),
(6271, 1792, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6272, 1792, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6273, 1792, '_elementor_version', '3.12.0'),
(6274, 1792, '_elementor_page_assets', 'a:0:{}'),
(6275, 1793, '_elementor_edit_mode', 'builder'),
(6276, 1793, '_elementor_template_type', 'wp-post'),
(6277, 1793, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6278, 1793, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6279, 1793, '_elementor_version', '3.12.0'),
(6280, 1793, '_elementor_page_assets', 'a:0:{}'),
(6281, 1794, '_elementor_edit_mode', 'builder'),
(6282, 1794, '_elementor_template_type', 'wp-post'),
(6283, 1794, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6284, 1794, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6285, 1794, '_elementor_version', '3.12.0'),
(6286, 1794, '_elementor_page_assets', 'a:0:{}'),
(6287, 1795, '_elementor_edit_mode', 'builder'),
(6288, 1795, '_elementor_template_type', 'wp-post'),
(6289, 1795, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6290, 1795, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6291, 1795, '_elementor_version', '3.12.0'),
(6292, 1795, '_elementor_page_assets', 'a:0:{}'),
(6293, 1796, '_elementor_edit_mode', 'builder'),
(6294, 1796, '_elementor_template_type', 'wp-post'),
(6295, 1796, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6296, 1796, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6297, 1796, '_elementor_version', '3.12.0'),
(6298, 1796, '_elementor_page_assets', 'a:0:{}'),
(6299, 1797, '_elementor_edit_mode', 'builder'),
(6300, 1797, '_elementor_template_type', 'wp-post'),
(6301, 1797, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6302, 1797, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6303, 1797, '_elementor_version', '3.12.0'),
(6304, 1797, '_elementor_page_assets', 'a:0:{}'),
(6305, 1798, '_elementor_edit_mode', 'builder'),
(6306, 1798, '_elementor_template_type', 'wp-post'),
(6307, 1798, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6308, 1798, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6309, 1798, '_elementor_version', '3.12.0'),
(6310, 1798, '_elementor_page_assets', 'a:0:{}'),
(6311, 1799, '_elementor_edit_mode', 'builder'),
(6312, 1799, '_elementor_template_type', 'wp-post'),
(6313, 1799, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6314, 1799, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6315, 1799, '_elementor_version', '3.12.0'),
(6316, 1799, '_elementor_page_assets', 'a:0:{}'),
(6317, 1800, '_elementor_edit_mode', 'builder'),
(6318, 1800, '_elementor_template_type', 'wp-post'),
(6319, 1800, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6320, 1800, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#d1d1d1\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6321, 1800, '_elementor_version', '3.12.0'),
(6322, 1800, '_elementor_page_assets', 'a:0:{}'),
(6323, 1801, '_elementor_edit_mode', 'builder'),
(6324, 1801, '_elementor_template_type', 'wp-post'),
(6325, 1801, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6326, 1801, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6327, 1801, '_elementor_version', '3.12.0'),
(6328, 1801, '_elementor_page_assets', 'a:0:{}'),
(6329, 1802, '_elementor_edit_mode', 'builder'),
(6330, 1802, '_elementor_template_type', 'wp-post'),
(6331, 1802, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6332, 1802, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6333, 1802, '_elementor_version', '3.12.0'),
(6334, 1802, '_elementor_page_assets', 'a:0:{}'),
(6335, 1803, '_elementor_edit_mode', 'builder'),
(6336, 1803, '_elementor_template_type', 'wp-post'),
(6337, 1803, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6338, 1803, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#d1d1d1\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6339, 1803, '_elementor_version', '3.12.0'),
(6340, 1803, '_elementor_page_assets', 'a:0:{}'),
(6341, 1804, '_elementor_edit_mode', 'builder'),
(6342, 1804, '_elementor_template_type', 'wp-post'),
(6343, 1804, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6344, 1804, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6345, 1804, '_elementor_version', '3.12.0'),
(6346, 1804, '_elementor_page_assets', 'a:0:{}'),
(6347, 1805, '_elementor_edit_mode', 'builder'),
(6348, 1805, '_elementor_template_type', 'wp-post'),
(6349, 1805, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6350, 1805, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6351, 1805, '_elementor_version', '3.12.0'),
(6352, 1805, '_elementor_page_assets', 'a:0:{}'),
(6353, 1806, '_elementor_edit_mode', 'builder'),
(6354, 1806, '_elementor_template_type', 'wp-post'),
(6355, 1806, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6356, 1806, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6357, 1806, '_elementor_version', '3.12.0'),
(6358, 1806, '_elementor_page_assets', 'a:0:{}'),
(6359, 1807, '_elementor_edit_mode', 'builder'),
(6360, 1807, '_elementor_template_type', 'wp-post'),
(6361, 1807, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6362, 1807, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6363, 1807, '_elementor_version', '3.12.0'),
(6364, 1807, '_elementor_page_assets', 'a:0:{}'),
(6366, 1808, '_elementor_edit_mode', 'builder'),
(6367, 1808, '_elementor_template_type', 'wp-post'),
(6368, 1808, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6369, 1808, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6370, 1808, '_elementor_version', '3.12.0'),
(6371, 1808, '_elementor_page_assets', 'a:0:{}'),
(6372, 1808, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337944;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6373, 1809, '_elementor_edit_mode', 'builder'),
(6374, 1809, '_elementor_template_type', 'wp-post'),
(6375, 1809, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6376, 1809, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services_01.png\",\"id\":1544},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6377, 1809, '_elementor_version', '3.12.0'),
(6378, 1809, '_elementor_page_assets', 'a:0:{}'),
(6379, 1809, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337944;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6380, 1810, '_elementor_edit_mode', 'builder'),
(6381, 1810, '_elementor_template_type', 'wp-post'),
(6382, 1810, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6383, 1810, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6384, 1810, '_elementor_version', '3.12.0'),
(6385, 1810, '_elementor_page_assets', 'a:0:{}'),
(6386, 1810, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337944;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6388, 1811, '_elementor_edit_mode', 'builder'),
(6389, 1811, '_elementor_template_type', 'wp-post'),
(6390, 1811, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6391, 1811, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6392, 1811, '_elementor_version', '3.12.0'),
(6393, 1811, '_elementor_page_assets', 'a:0:{}'),
(6394, 1811, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338053;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6395, 1812, '_elementor_edit_mode', 'builder'),
(6396, 1812, '_elementor_template_type', 'wp-post'),
(6397, 1812, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6398, 1812, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">D\\u1ecbch v\\u1ee5<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6399, 1812, '_elementor_version', '3.12.0'),
(6400, 1812, '_elementor_page_assets', 'a:0:{}'),
(6401, 1812, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338053;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6402, 1813, '_elementor_edit_mode', 'builder'),
(6403, 1813, '_elementor_template_type', 'wp-post'),
(6404, 1813, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6405, 1813, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6406, 1813, '_elementor_version', '3.12.0'),
(6407, 1813, '_elementor_page_assets', 'a:0:{}'),
(6408, 1813, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338053;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6410, 1814, '_elementor_edit_mode', 'builder'),
(6411, 1814, '_elementor_template_type', 'wp-post'),
(6412, 1814, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6413, 1814, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6414, 1814, '_elementor_version', '3.12.0'),
(6415, 1814, '_elementor_page_assets', 'a:0:{}'),
(6416, 1814, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338096;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6417, 1815, '_elementor_edit_mode', 'builder'),
(6418, 1815, '_elementor_template_type', 'wp-post'),
(6419, 1815, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6420, 1815, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6421, 1815, '_elementor_version', '3.12.0'),
(6422, 1815, '_elementor_page_assets', 'a:0:{}'),
(6423, 1815, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338096;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6424, 1816, '_elementor_edit_mode', 'builder'),
(6425, 1816, '_elementor_template_type', 'wp-post'),
(6426, 1816, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6427, 1816, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p>\\n<p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p>\\n<p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p>\\n<p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p>\\n<p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p>\\n<p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p>\\n<p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p>\\n<p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p>\\n<p>*** T\\u1ea6M NH\\u00ccN :<\\/p>\\n<p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>*** S\\u1ee8 M\\u1ec6NH:<\\/p>\\n<p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p>\\n<p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p>\\n<p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p>\\n<p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p>\\n<p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p>\\n<p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p>\\n<p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p><br><\\/p><p><br><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6428, 1816, '_elementor_version', '3.12.0'),
(6429, 1816, '_elementor_page_assets', 'a:0:{}'),
(6430, 1816, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338096;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6431, 1817, '_elementor_edit_mode', 'builder'),
(6432, 1817, '_elementor_template_type', 'wp-post'),
(6433, 1817, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6434, 1817, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p>\\n<p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p>\\n<p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p>\\n<p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p>\\n<p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p>\\n<p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p>\\n<p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p>\\n<p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p>\\n<p>*** T\\u1ea6M NH\\u00ccN :<\\/p>\\n<p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>*** S\\u1ee8 M\\u1ec6NH:<\\/p>\\n<p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p>\\n<p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p>\\n<p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p>\\n<p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p>\\n<p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p>\\n<p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p>\\n<p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p><br><\\/p><p><br><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6435, 1817, '_elementor_version', '3.12.0'),
(6436, 1817, '_elementor_page_assets', 'a:0:{}'),
(6437, 1818, '_elementor_edit_mode', 'builder'),
(6438, 1818, '_elementor_template_type', 'wp-post'),
(6439, 1818, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6440, 1818, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"56f2e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":0},\"space_tablet\":{\"unit\":\"px\",\"size\":0},\"space_mobile\":{\"unit\":\"px\",\"size\":320}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p>\\n<p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p>\\n<p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p>\\n<p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p>\\n<p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p>\\n<p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p>\\n<p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p>\\n<p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p>\\n<p>*** T\\u1ea6M NH\\u00ccN :<\\/p>\\n<p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>*** S\\u1ee8 M\\u1ec6NH:<\\/p>\\n<p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p>\\n<p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p>\\n<p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p>\\n<p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p>\\n<p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p>\\n<p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p>\\n<p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p><br><\\/p><p><br><\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6441, 1818, '_elementor_version', '3.12.0'),
(6442, 1818, '_elementor_page_assets', 'a:0:{}'),
(6443, 1819, '_elementor_edit_mode', 'builder'),
(6444, 1819, '_elementor_template_type', 'wp-post'),
(6445, 1819, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6446, 1819, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6447, 1819, '_elementor_version', '3.12.0'),
(6448, 1819, '_elementor_page_assets', 'a:0:{}'),
(6450, 1820, '_elementor_edit_mode', 'builder'),
(6451, 1820, '_elementor_template_type', 'wp-post'),
(6452, 1820, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6453, 1820, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6454, 1820, '_elementor_version', '3.12.0'),
(6455, 1820, '_elementor_page_assets', 'a:0:{}'),
(6456, 1820, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338147;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6457, 1821, '_elementor_edit_mode', 'builder'),
(6458, 1821, '_elementor_template_type', 'wp-post'),
(6459, 1821, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6460, 1821, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a899197\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"Read More\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6461, 1821, '_elementor_version', '3.12.0'),
(6462, 1821, '_elementor_page_assets', 'a:0:{}'),
(6463, 1821, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338147;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6464, 1822, '_elementor_edit_mode', 'builder'),
(6465, 1822, '_elementor_template_type', 'wp-post'),
(6466, 1822, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6467, 1822, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p><br><\\/p><p><br><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6468, 1822, '_elementor_version', '3.12.0'),
(6469, 1822, '_elementor_page_assets', 'a:0:{}'),
(6470, 1822, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338147;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6472, 1823, '_elementor_edit_mode', 'builder'),
(6473, 1823, '_elementor_template_type', 'wp-post'),
(6474, 1823, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6475, 1823, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p><br><\\/p><p><br><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6476, 1823, '_elementor_version', '3.12.0'),
(6477, 1823, '_elementor_page_assets', 'a:0:{}'),
(6478, 1823, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338171;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6479, 1824, '_elementor_edit_mode', 'builder'),
(6480, 1824, '_elementor_template_type', 'wp-post'),
(6481, 1824, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6482, 1824, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":411},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p>\\n<p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p><br><\\/p><p><br><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6483, 1824, '_elementor_version', '3.12.0'),
(6484, 1824, '_elementor_page_assets', 'a:0:{}'),
(6485, 1824, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338171;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6486, 1825, '_elementor_edit_mode', 'builder'),
(6487, 1825, '_elementor_template_type', 'wp-post'),
(6488, 1825, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6489, 1825, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6490, 1825, '_elementor_version', '3.12.0'),
(6491, 1825, '_elementor_page_assets', 'a:0:{}'),
(6492, 1825, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338171;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6493, 322, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338199;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6495, 247, '_elementor_page_assets', 'a:0:{}'),
(6496, 765, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338403;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6497, 765, '_elementor_page_assets', 'a:0:{}'),
(6498, 503, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338404;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6499, 503, '_elementor_page_assets', 'a:0:{}'),
(6500, 1491, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338404;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6501, 1491, '_elementor_page_assets', 'a:0:{}'),
(6502, 1826, '_elementor_edit_mode', 'builder'),
(6503, 1826, '_elementor_template_type', 'wp-post'),
(6504, 1826, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6505, 1826, '_elementor_data', '[{\"id\":\"b4d9623\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Mission.png\",\"id\":1541},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#262b2b\"},\"elements\":[{\"id\":\"472191e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"d26a9cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":89},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2638e6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Our Mission<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1149026\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abf69e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"dabia706@gmail.com\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1985706\",\"elType\":\"widget\",\"settings\":{\"editor\":\"(+84) 968 86 03 86\",\"text_color\":\"#b2b74a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"063b172\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5775054\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09edb98\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75eaf01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u0110\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u1edbi s\\u1ee9 m\\u1ec7nh qu\\u1ea3ng b\\u00e1 Vi\\u1ec7t Nam v\\u00e0 chuy\\u00ean s\\u1ea3n xu\\u1ea5t c\\u00e1c s\\u1ea3n ph\\u1ea9m \\u0111\\u1ed9c, l\\u1ea1, kh\\u00e1c bi\\u1ec7t v\\u1edbi mong mu\\u1ed1n s\\u1ebd v\\u01b0\\u01a1n ra t\\u1ea7m cao Th\\u1ebf gi\\u1edbi.<\\/p><p>M\\u1ee5c ti\\u00eau l\\u1edbn nh\\u1ea5t c\\u1ee7a Ch\\u00fang t\\u00f4i l\\u00e0 h\\u01b0\\u1edbng \\u0111\\u1ebfn s\\u1ef1 h\\u00e0i l\\u00f2ng c\\u1ee7a kh\\u00e1ch h\\u00e0ng b\\u1eb1ng ch\\u00ednh c\\u00e1c s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5 m\\u00e0 c\\u00f4ng ty cung c\\u1ea5p. \\u0110\\u00f3 l\\u00e0 l\\u00fd do \\u0111\\u1ed9i ng\\u0169 nghi\\u00ean c\\u1ee9u v\\u1edbi th\\u00e1i \\u0111\\u1ed9 nghi\\u00eam t\\u00fac, \\u0111\\u00e3 \\u0111\\u1eb7t c\\u1ea3 t\\u00e2m s\\u1ee9c cho nh\\u1eefng s\\u1ea3n ph\\u1ea9m tr\\u01b0\\u1edbc khi \\u0111\\u01b0a \\u0111\\u1ebfn tay kh\\u00e1ch h\\u00e0ng.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ffc673d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"493c06f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":194},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e005687\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng nguy\\u00ean li\\u1ec7u thi\\u00ean nhi\\u00ean, ngu\\u1ed3n h\\u00e0ng h\\u00f3a \\u0111\\u01b0\\u1ee3c ch\\u1eaft l\\u1ecdc t\\u1ec9 m\\u1ec9, chi ti\\u1ebft, r\\u00f5 r\\u00e0ng ngu\\u1ed3n g\\u1ed1c \\u0111\\u00e3 t\\u1ea1o ra nh\\u1eefng s\\u1ea3n ph\\u1ea9m v\\u1edbi c\\u00f4ng n\\u0103ng v\\u01b0\\u1ee3t tr\\u1ed9i v\\u00e0 an to\\u00e0n, kh\\u00e1c bi\\u1ec7t nh\\u1eb1m l\\u1ea5y l\\u00f2ng nh\\u1eefng kh\\u00e1ch h\\u00e0ng kh\\u00f3 t\\u00ednh nh\\u1ea5t.<\\/p><p>Ch\\u00fang t\\u00f4i t\\u1ef1 h\\u00e0o l\\u00e0 doanh nghi\\u1ec7p Vi\\u1ec7t Nam v\\u1edbi ho\\u00e0i b\\u00e3o l\\u1edbn \\u0111\\u01b0a th\\u01b0\\u01a1ng hi\\u1ec7u c\\u1ee7a m\\u00ecnh ra th\\u1ebf gi\\u1edbi.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce799f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1110},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-272\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":2,\"background_color\":\"#FFFFFF\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0ef9149\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"14970b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":113},\"space_tablet\":{\"unit\":\"px\",\"size\":103},\"space_mobile\":{\"unit\":\"px\",\"size\":51}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0095acd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>V\\u1ec1 IamV<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"775da4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u00c2N \\u0110\\u1ea6U T\\u01af V\\u00c0 PH\\u00c1T TRI\\u1ec2N I AM V<\\/p><p>\\u0110\\u1ecba Ch\\u1ec9: 9\\/6A1 \\u0110\\u01b0\\u1eddng s\\u1ed1 36, Ph\\u01b0\\u1eddng Hi\\u1ec7p B\\u00ecnh Ch\\u00e1nh, Qu\\u1eadn Th\\u1ee7 \\u0110\\u1ee9c, Th\\u00e0nh ph\\u1ed1 H\\u1ed3 Ch\\u00ed Minh<\\/p><p>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac...<\\/p><p>Gi\\u1eefa \\u0111\\u1ea7u n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean trong ban h\\u1ed9i \\u0111\\u1ed3ng \\u0111\\u00e3 th\\u00e0nh l\\u1eadp c\\u00f4ng ty TNHH N\\u00f4ng Minh Ph\\u00e1t; chuy\\u00ean kinh doanh bu\\u00f4n b\\u00e1n, xu\\u1ea5t nh\\u1eadp kh\\u1ea9u c\\u00e1c lo\\u1ea1i ph\\u00e2n b\\u00f3n v\\u1edbi 100% Nh\\u1eadp Kh\\u1ea9u t\\u1eeb th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n. H\\u1ee3p \\u0111\\u1ed3ng th\\u01b0\\u01a1ng m\\u1ea1i th\\u00eam c\\u00e1c d\\u00f2ng ph\\u00e2n b\\u00f3n h\\u1eefu c\\u01a1 t\\u1eeb Ch\\u00e2u \\u00c2u, \\u00dac, M\\u1ef9\\u2026<\\/p><p>Cu\\u1ed1i n\\u0103m 2018, c\\u00e1c th\\u00e0nh vi\\u00ean \\u0111\\u00e3 \\u0111\\u1ed3ng \\u00fd s\\u00e1p nh\\u1eadp N\\u00f4ng Minh Ph\\u00e1t th\\u00e0nh c\\u00f4ng ty con c\\u1ee7a C\\u00f4ng ty CP \\u0110T &amp; PT I AM V.<\\/p><p>\\u0110\\u1ea7u 2019, I AM V s\\u00e1p nh\\u1eadp C\\u00f4ng ty TNHH TM DV VT 2-9 chuy\\u00ean ng\\u00e0nh v\\u1eadn t\\u1ea3i, c\\u00e1c d\\u1ecbch v\\u1ee5 v\\u1eadn t\\u1ea3i v\\u00e0 logistic trong v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc th\\u00e0nh m\\u1ed9t.<\\/p><p>V\\u1edbi h\\u01a1n 10 n\\u0103m kinh nghi\\u1ec7m cho th\\u1ecb tr\\u01b0\\u1eddng Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c tr\\u00ean nhi\\u1ec1u l\\u0129nh v\\u1ef1c: Th\\u1ee9c \\u0103n gia s\\u00fac, ph\\u00e2n b\\u00f3n, th\\u1ef1c ph\\u1ea9m, m\\u1ef9 ph\\u1ea9m, th\\u1ef1c ph\\u1ea9m ch\\u1ee9c n\\u0103ng, s\\u1ea3n ph\\u1ea9m c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p.. Ch\\u00fang t\\u00f4i \\u0111\\u00e3 v\\u00e0 \\u0111ang t\\u1eebng b\\u01b0\\u1edbc ho\\u00e0n thi\\u1ec7n b\\u1ea3n th\\u00e2n v\\u00e0 s\\u1ebd mang nh\\u1eefng n\\u1ed9i l\\u1ef1c hi\\u1ec7n c\\u00f3 c\\u1ee7a Vi\\u1ec7t Nam v\\u01b0\\u01a1n t\\u1ea7m th\\u1ebf gi\\u1edbi.<\\/p><p>Ch\\u00fang t\\u00f4i s\\u1ebd mang nh\\u1eefng s\\u1ea3n ph\\u1ea9m ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u1eefng \\u1ee9ng d\\u1ee5ng c\\u00f4ng ngh\\u1ec7 hi\\u1ec7n \\u0111\\u1ea1i c\\u1ee7a c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, C\\u00e1c n\\u01b0\\u1edbc Ch\\u00e2u \\u00c2u h\\u00f2a nh\\u1eadp v\\u00e0o Vi\\u1ec7t Nam, t\\u1eeb \\u0111\\u00f3 c\\u00f3 th\\u1ec3 n\\u00e2ng cao ch\\u1ea5t l\\u01b0\\u1ee3ng lao \\u0111\\u1ed9ng, s\\u1ea3n ph\\u1ea9m l\\u1eabn d\\u1ecbch v\\u1ee5 trong n\\u01b0\\u1edbc .<\\/p><p>V\\u00e0 \\u0111\\u1ec3 th\\u1ef1c hi\\u1ec7n s\\u1ee9 m\\u1ec7nh , C\\u00f4ng ty I Am V v\\u00e0 N\\u00f4ng Minh Ph\\u00e1t \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c th\\u00e0nh l\\u1eadp v\\u00e0 b\\u01b0\\u1edbc \\u0111\\u1ea7u ho\\u1ea1t \\u0111\\u1ed9ng trong l\\u0129nh v\\u1ef1c xu\\u1ea5t nh\\u1eadp kh\\u1ea9u v\\u00e0 kinh doanh c\\u00e1c s\\u1ea3n ph\\u1ea9m ORGANIC cho c\\u00e2y tr\\u1ed3ng v\\u00e0 th\\u1ee9c \\u0103n cho gia s\\u00fac ch\\u1ea5t l\\u01b0\\u1ee3ng cao cho c\\u1ea3 th\\u1ecb tr\\u01b0\\u1eddng trong n\\u01b0\\u1edbc v\\u00e0 ngo\\u00e0i n\\u01b0\\u1edbc. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, ch\\u00fang t\\u00f4i \\u0111ang \\u0111\\u1ea9y m\\u1ea1nh c\\u00e1c lo\\u1ea1i th\\u1ef1c ph\\u1ea9m ch\\u1ebf bi\\u1ebfn s\\u1ea5y kh\\u00f4 b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 n\\u0103ng l\\u01b0\\u1ee3ng s\\u1ea1ch \\u0111i c\\u00f9ng \\u0111\\u00f3 l\\u00e0 c\\u00e1c s\\u1ea3n ph\\u1ea9m mang xu h\\u01b0\\u1edbng th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng (C\\u00e1c s\\u1ea3n ph\\u1ea9m ch\\u00e9n d\\u0129a t\\u1eeb MO CAU)...<\\/p><p>*** T\\u1ea6M NH\\u00ccN :<\\/p><p>N\\u00f4ng nghi\\u1ec7p v\\u1ed1n \\u0111\\u01b0\\u1ee3c coi l\\u00e0 ng\\u00e0nh kinh t\\u1ebf truy\\u1ec1n th\\u1ed1ng t\\u1ea1i Vi\\u1ec7t Nam v\\u00e0 \\u0111ang c\\u00f3 xu h\\u01b0\\u1edbng \\u0111\\u01b0\\u1ee3c \\u0111\\u1ea7u t\\u01b0 ph\\u00e1t tri\\u1ec3n m\\u1ea1nh. \\u0110\\u1ee9ng tr\\u01b0\\u1edbc nhu c\\u1ea7u n\\u00e0y Ch\\u00fang t\\u00f4i kh\\u00f4ng ng\\u1eebng ph\\u00e1t tri\\u1ec3n \\u0111\\u1ec3 tr\\u1edf th\\u00e0nh m\\u1ed9t trong nh\\u1eefng doanh nghi\\u1ec7p h\\u00e0ng \\u0111\\u1ea7u \\u0111\\u00e1p \\u1ee9ng c\\u00e1c s\\u1ea3n ph\\u1ea9m ph\\u00e2n b\\u00f3n ch\\u1ea5t l\\u01b0\\u1ee3ng cao \\u2013 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. G\\u00f3p ph\\u1ea7n c\\u1ea3i thi\\u1ec7n \\u0111\\u1ea7u ra n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam, \\u0111\\u01b0a n\\u00f4ng s\\u1ea3n Vi\\u1ec7t Nam v\\u01b0\\u01a1n ra t\\u1ea7m Th\\u1ebf gi\\u1edbi.<\\/p><p>\\u0110\\u1ed3ng th\\u1eddi, s\\u1ebd h\\u01b0\\u1edbng \\u0111\\u1ebfn cung c\\u1ea5p c\\u00e1c n\\u00f4ng s\\u1ea3n v\\u00e0 c\\u00e1c ph\\u1ebf ph\\u1ea9m n\\u00f4ng s\\u1ea3n \\u0111\\u01b0\\u1ee3c s\\u1ea3n xu\\u1ea5t theo quy tr\\u00ecnh s\\u1ea1ch trong n\\u01b0\\u1edbc ra c\\u00e1c n\\u01b0\\u1edbc Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c, Trung \\u0110\\u00f4ng, Ch\\u00e2u \\u00c2u\\u2026 Nh\\u1eb1m g\\u00f3p ph\\u1ea7n kh\\u1eb3ng \\u0111\\u1ecbnh ch\\u1ea5t l\\u01b0\\u1ee3ng n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam ra to\\u00e0n th\\u1ebf gi\\u1edbi.<\\/p><p>*** S\\u1ee8 M\\u1ec6NH:<\\/p><p>Ch\\u00fang t\\u00f4i lu\\u00f4n ph\\u1ea5n \\u0111\\u1ea5u tr\\u1edf th\\u00e0nh doanh nghi\\u1ec7p uy t\\u00edn, chuy\\u00ean cung c\\u1ea5p nh\\u1eefng s\\u1ea3n ph\\u1ea9m \\u0111\\u1ea1t \\u201cCh\\u1ea5t l\\u01b0\\u1ee3ng cao, hi\\u1ec7u qu\\u1ea3 cao, an to\\u00e0n cao, n\\u0103ng su\\u1ea5t cao v\\u00e0 th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng \\u201d.<\\/p><p>Li\\u00ean t\\u1ee5c c\\u1eadp nh\\u1eadt, ch\\u1ecdn l\\u1ecdc v\\u00e0 \\u1ee9ng d\\u1ee5ng c\\u00e1c ti\\u1ebfn b\\u1ed9 k\\u1ef9 thu\\u1eadt m\\u1edbi t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n ph\\u00f9 h\\u1ee3p v\\u1edbi n\\u00f4ng nghi\\u1ec7p Vi\\u1ec7t Nam c\\u00f9ng \\u0111\\u00f3 l\\u00e0 cung c\\u1ea5p c\\u00e1c s\\u1ea3n ph\\u1ea9m ngo\\u1ea1i nh\\u1eadp c\\u00f3 gi\\u00e1 th\\u00e0nh h\\u1ee3p l\\u00fd, ch\\u1ea5t l\\u01b0\\u1ee3ng \\u1ed5n \\u0111\\u1ecbnh gi\\u00fap n\\u00e2ng cao hi\\u1ec7u qu\\u1ea3 s\\u1eed d\\u1ee5ng:<\\/p><p>+ Lu\\u00f4n lu\\u00f4n theo s\\u00e1t kh\\u00e1ch h\\u00e0ng, n\\u00f4ng d\\u00e2n 24\\/7 \\u0111\\u1ec3 c\\u00f3 th\\u1ec3 h\\u01b0\\u1edbng d\\u1eabn c\\u00e1c k\\u1ef9 thu\\u1eadt, \\u0111\\u1eb7c t\\u00ednh v\\u00e0 c\\u00e1ch s\\u1eed d\\u1ee5ng c\\u00e1c d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00f4ng ty cung c\\u1ea5p \\u0111\\u1ec3 mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 t\\u1ed1i \\u0111a cho b\\u00e0 con.<\\/p><p>+ T\\u1ed1i \\u0111a h\\u00f3a l\\u1ee3i nhu\\u1eadn cho c\\u00e1c c\\u1ed5 \\u0111\\u00f4ng th\\u00f4ng qua kinh doanh c\\u1ed1t l\\u00f5i v\\u00e0 \\u0111a d\\u1ea1ng h\\u00f3a.<\\/p><p>+ Cung c\\u1ea5p m\\u1ed9t m\\u00f4i tr\\u01b0\\u1eddng n\\u0103ng \\u0111\\u1ed9ng, nhi\\u1ec7t huy\\u1ebft, v\\u00e0 \\u0111\\u1ea7y c\\u01a1 h\\u1ed9i cho nh\\u00e2n vi\\u00ean c\\u1ee7a ch\\u00fang t\\u00f4i.<\\/p><p>*** GI\\u00c1 TR\\u1eca C\\u1ed0T L\\u00d5I: \\u201c T\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t\\u201d, \\u201c T\\u00f4i l\\u00e0 n\\u00f4ng d\\u00e2n Vi\\u1ec7t\\u201d, \\u201c Mang ng\\u01b0\\u1eddi Vi\\u1ec7t s\\u00e1nh ngang t\\u1ea7m Th\\u1ebf gi\\u1edbi\\u201d<\\/p><p>Ch\\u00fang t\\u00f4i l\\u00e0 ng\\u01b0\\u1eddi Vi\\u1ec7t Nam, mong mu\\u1ed1n n\\u00e2ng cao n\\u1ec1n n\\u00f4ng nghi\\u1ec7p c\\u1ee7a \\u0111\\u1ea5t n\\u01b0\\u1edbc b\\u1eb1ng con ng\\u01b0\\u1eddi Vi\\u1ec7t, s\\u1ef1 th\\u00f4ng minh c\\u1ee7a ng\\u01b0\\u1eddi Vi\\u1ec7t, \\u00fd ch\\u00ed , c\\u1ea7n c\\u00f9, s\\u00e1ng t\\u1ea1o c\\u00f9ng v\\u1edbi \\u0111\\u00f3 l\\u00e0 s\\u1ef1 quy\\u1ebft t\\u00e2m cao \\u0111\\u1ed9 c\\u1ee7a con ng\\u01b0\\u1eddi Vi\\u1ec7t Nam.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#858585\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f481cd4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#E8E9EA\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"1598195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4270817\",\"elType\":\"section\",\"settings\":{\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7520a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2ade4ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":101},\"space_mobile\":{\"unit\":\"px\",\"size\":42}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fda82f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\">Cam k\\u1ebft s\\u1ea3n ph\\u1ea9m<\\/h2>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":113.233}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0ffab0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce7f6bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a0e76c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f2fb6f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"37df187\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1c...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e33d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"09a6f60\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53229cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fc9a58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"ee4c067\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6d687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"711911c\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":13},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"284786d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf24879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"db04718\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51},\"space_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6506, 1826, '_elementor_version', '3.12.0'),
(6507, 1826, '_elementor_page_assets', 'a:0:{}'),
(6508, 1826, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338199;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6509, 322, '_gt3_usage_blocks', '[]'),
(6510, 322, '_edit_last', '1'),
(6511, 322, 'mb_page_title_bg_image', '221'),
(6512, 1571, '_wp_old_date', '2023-03-31'),
(6513, 1572, '_wp_old_date', '2023-03-31'),
(6514, 1561, '_wp_old_date', '2023-03-31'),
(6515, 1593, '_wp_old_date', '2023-03-31'),
(6516, 1584, '_wp_old_date', '2023-03-31'),
(6517, 1192, '_elementor_css', 'a:7:{s:4:\"time\";i:1680340023;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(6518, 1, '_edit_lock', '1680342569:1'),
(6521, 1, '_edit_last', '1'),
(6524, 1, 'mb_page_sidebar_layout', 'default'),
(6525, 1, 'mb_header_presets', 'default'),
(6526, 1, 'mb_page_title_conditional', 'default'),
(6527, 1, 'mb_page_title_use_feature_image', '0'),
(6528, 1, 'mb_show_breadcrumbs', '0'),
(6529, 1, 'mb_page_title_vertical_align', 'middle'),
(6530, 1, 'mb_page_title_horizontal_align', 'center'),
(6531, 1, 'mb_page_title_font_color', '#232325'),
(6532, 1, 'mb_page_title_bg_color', '#ffffff'),
(6533, 1, 'mb_page_title_bg_repeat', 'no-repeat'),
(6534, 1, 'mb_page_title_bg_size', 'cover'),
(6535, 1, 'mb_page_title_bg_attachment', 'scroll'),
(6536, 1, 'mb_page_title_bg_position', 'center center'),
(6537, 1, 'mb_page_title_height', '250'),
(6538, 1, 'mb_page_title_top_border', '0'),
(6539, 1, 'mb_page_title_top_border_color', '#eff0ed'),
(6540, 1, 'mb_page_title_top_border_color_opacity', '1'),
(6541, 1, 'mb_page_title_bottom_border', '0'),
(6542, 1, 'mb_page_title_bottom_border_color', '#eff0ed'),
(6543, 1, 'mb_page_title_bottom_border_color_opacity', '1'),
(6544, 1, 'mb_page_title_bottom_margin', '60'),
(6545, 1, 'mb_page_title_svg_line', 'svg_line_both'),
(6546, 1, 'mb_page_title_svg_line_top_color', '#ffffff'),
(6547, 1, 'mb_page_title_svg_line_top_color_opacity', '1'),
(6548, 1, 'mb_page_title_svg_line_bottom_color', '#ffffff'),
(6549, 1, 'mb_page_title_svg_line_bottom_color_opacity', '1'),
(6550, 1, 'mb_map_prefooter', 'default'),
(6551, 1, 'mb_footer_switch', 'default'),
(6552, 1, 'mb_footer_column', '4'),
(6553, 1, 'mb_footer_column2', '6-6'),
(6554, 1, 'mb_footer_column3', '4-4-4'),
(6555, 1, 'mb_footer_column5', '2-3-2-2-3'),
(6556, 1, 'mb_footer_align', 'left'),
(6557, 1, 'mb_padding_top', '70'),
(6558, 1, 'mb_padding_bottom', '70'),
(6559, 1, 'mb_padding_left', '0'),
(6560, 1, 'mb_padding_right', '0'),
(6561, 1, 'mb_footer_full_width', 'default'),
(6562, 1, 'mb_footer_bg_size', 'cover'),
(6563, 1, 'mb_footer_bg_color', '#ffffff'),
(6564, 1, 'mb_footer_text_color', '#000000'),
(6565, 1, 'mb_footer_heading_color', '#fafafa'),
(6566, 1, 'mb_footer_bg_repeat', 'repeat'),
(6567, 1, 'mb_footer_attachment', 'scroll'),
(6568, 1, 'mb_footer_bg_position', 'center center'),
(6569, 1, 'mb_copyright_switch', '1'),
(6570, 1, 'mb_copyright_align', 'left'),
(6571, 1, 'mb_copyright_padding_top', '20'),
(6572, 1, 'mb_copyright_padding_bottom', '20'),
(6573, 1, 'mb_copyright_padding_left', '0'),
(6574, 1, 'mb_copyright_padding_right', '0'),
(6575, 1, 'mb_copyright_bg_color', '#ffffff'),
(6576, 1, 'mb_copyright_text_color', '#000000'),
(6577, 1, 'mb_copyright_top_border', '1'),
(6578, 1, 'mb_copyright_top_border_color', '#2b4764'),
(6579, 1, 'mb_copyright_top_border_color_opacity', '1'),
(6580, 1, 'mb_pre_footer_switch', '0'),
(6581, 1, 'mb_pre_footer_align', 'left'),
(6582, 1, 'mb_pre_footer_padding_top', '20'),
(6583, 1, 'mb_pre_footer_padding_bottom', '20'),
(6584, 1, 'mb_pre_footer_padding_left', '0'),
(6585, 1, 'mb_pre_footer_padding_right', '0'),
(6586, 1, 'mb_pre_footer_bottom_border', '1'),
(6587, 1, 'mb_pre_footer_bottom_border_color', '#f0f0f0'),
(6588, 1, 'mb_pre_footer_bottom_border_color_opacity', '1'),
(6589, 1, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(6590, 1, '_wp_old_slug', 'chao-moi-nguoi'),
(6593, 247, '_edit_lock', '1680345466:1'),
(6594, 1828, '_wp_attached_file', '2019/01/Trien-lam-scaled.jpg'),
(6595, 1828, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2019/01/Trien-lam-scaled.jpg\";s:8:\"filesize\";i:615258;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Trien-lam-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18323;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Trien-lam-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Trien-lam-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7687;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Trien-lam-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85043;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Trien-lam-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264446;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"Trien-lam-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:423792;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:21:\"Trien-lam-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-J710F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1575907066\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"Trien-lam.jpg\";}'),
(6598, 1829, '_thumbnail_id', '248'),
(6599, 1829, '_elementor_edit_mode', 'builder'),
(6600, 1829, '_elementor_template_type', 'post'),
(6601, 1829, '_wp_page_template', 'default'),
(6602, 1829, '_elementor_data', '[{\"id\":\"773ec6c0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a99f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19f02f07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis. Sed mollis nulla felis, commodo congue nisi aliquam sit amet. Nam odio mauris, <span style=\\\"color: #b2b74a;\\\"><em>vehicula sit amet<\\/em><\\/span> nunc sed, malesuada rhoncus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lacus risus, rutrum in dui in, consequat venenatis quam.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aee3bc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82c4621\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"32d32d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0f23677\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0898c46\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70a7f24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a81496e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c80c042\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc83ca5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4e2f00d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7196508\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d5463\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0312ac7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f7df8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6603, 1829, '_elementor_version', '0.4'),
(6604, 1829, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338403;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6605, 1829, '_elementor_page_assets', 'a:0:{}'),
(6606, 247, '_gt3_usage_blocks', '{\"core/paragraph\":1}'),
(6607, 247, '_edit_last', '1'),
(6609, 247, '_gt3_usage_shortcodes', '{\"gt3_search\":2}'),
(6611, 1830, '_thumbnail_id', '1828'),
(6612, 1830, '_elementor_edit_mode', 'builder'),
(6613, 1830, '_elementor_template_type', 'post'),
(6614, 1830, '_wp_page_template', 'default'),
(6615, 1830, '_elementor_data', '[{\"id\":\"773ec6c0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a99f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19f02f07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis. Sed mollis nulla felis, commodo congue nisi aliquam sit amet. Nam odio mauris, <span style=\\\"color: #b2b74a;\\\"><em>vehicula sit amet<\\/em><\\/span> nunc sed, malesuada rhoncus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lacus risus, rutrum in dui in, consequat venenatis quam.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aee3bc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82c4621\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"32d32d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0f23677\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0898c46\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70a7f24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a81496e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c80c042\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc83ca5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4e2f00d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7196508\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d5463\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0312ac7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f7df8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6616, 1830, '_elementor_version', '0.4'),
(6617, 1830, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338403;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6618, 1830, '_elementor_page_assets', 'a:0:{}'),
(6619, 1831, '_thumbnail_id', '1828'),
(6620, 1831, '_elementor_edit_mode', 'builder'),
(6621, 1831, '_elementor_template_type', 'post'),
(6622, 1831, '_wp_page_template', 'default'),
(6623, 1831, '_elementor_data', '[{\"id\":\"773ec6c0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a99f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19f02f07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis. Sed mollis nulla felis, commodo congue nisi aliquam sit amet. Nam odio mauris, <span style=\\\"color: #b2b74a;\\\"><em>vehicula sit amet<\\/em><\\/span> nunc sed, malesuada rhoncus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lacus risus, rutrum in dui in, consequat venenatis quam.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aee3bc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"82c4621\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"32d32d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0f23677\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0898c46\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70a7f24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a81496e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c80c042\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc83ca5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4e2f00d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7196508\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d5463\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0312ac7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f7df8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6624, 1831, '_elementor_version', '0.4'),
(6625, 1831, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338403;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6626, 1831, '_elementor_page_assets', 'a:0:{}'),
(6627, 1832, '_thumbnail_id', '1828'),
(6628, 1832, '_elementor_edit_mode', 'builder'),
(6629, 1832, '_elementor_template_type', 'post'),
(6630, 1832, '_wp_page_template', 'default'),
(6631, 1832, '_elementor_data', '[{\"id\":\"773ec6c0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a99f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19f02f07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nh\\u1eefng ng\\u00e0y n\\u00e0y, C\\u00f4ng ty CP DT v\\u00e0 PT I AM V lu\\u00f4n ch\\u00e0o \\u0111\\u00f3n kh\\u00e1ch t\\u1edbi tham quan t\\u1ea1i gian h\\u00e0ng, t\\u1ea1i \\u0111\\u00e2y kh\\u00e1ch l\\u00fac n\\u00e0o c\\u0169ng \\u0111\\u00f4ng vui v\\u00e0 \\u0111\\u01b0\\u1ee3c m\\u1eddi \\u0103n th\\u1eed CHU\\u1ed0I S\\u1ea4Y D\\u1ebaO XU\\u1ea4T KH\\u1ea8U t\\u1ea1i gian h\\u00e0ng. Ngo\\u00e0i chu\\u1ed1i s\\u1ea5y d\\u1ebbo v\\u1ecb truy\\u1ec1n th\\u1ed1ng th\\u01a1m ngon m\\u1edbi l\\u1ea1, kh\\u00e1ch c\\u00f2n th\\u01b0\\u1edfng th\\u1ee9c th\\u00eam c\\u00e1c v\\u1ef5 kh\\u00e1c nh\\u01b0: Chu\\u1ed1i s\\u1ea5y d\\u1ebbo v\\u1ecb Phomai, v\\u1ecb T\\u1eafc, Qu\\u1ebf, G\\u1eebng, D\\u1eeba n\\u1ea1o v\\u00e0 Socola.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"161b715\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d10b343\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"e8f0ad9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/02\\/20191230121701_Anh-trien-lam-quay-chuoi.jpg\",\"id\":1697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(6632, 1832, '_elementor_version', '0.4'),
(6633, 1832, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338403;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6634, 1832, '_elementor_page_assets', 'a:0:{}'),
(6635, 765, '_wp_trash_meta_status', 'publish'),
(6636, 765, '_wp_trash_meta_time', '1680340942'),
(6637, 765, '_wp_desired_post_slug', 'the-amount-of-freak-bread-or-other-fruits-plants'),
(6638, 1833, '_thumbnail_id', '758'),
(6639, 1833, '_elementor_edit_mode', 'builder'),
(6640, 1833, '_elementor_template_type', 'post'),
(6641, 1833, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6642, 1833, '_elementor_data', '[{\"id\":\"15343b61\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4a074c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"77a70443\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\\\"color: #b2b74a;\\\">established that<\\/em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56ad124a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1c46f8a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"4514bacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"22f4236d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"324d1a39\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"478217db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6e00e961\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4cb85df6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3300a0e5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"61e00e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1bec5dc3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49ae8e7c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57d184dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ac1415\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6643, 1833, '_elementor_version', '0.4'),
(6644, 1833, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338403;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6645, 1833, '_elementor_page_assets', 'a:0:{}'),
(6646, 503, '_wp_trash_meta_status', 'publish'),
(6647, 503, '_wp_trash_meta_time', '1680340942'),
(6648, 503, '_wp_desired_post_slug', 'post-with-video'),
(6649, 1834, '_thumbnail_id', '259'),
(6650, 1834, '_elementor_edit_mode', 'builder'),
(6651, 1834, '_elementor_template_type', 'post'),
(6652, 1834, '_wp_page_template', 'default'),
(6653, 1834, '_elementor_data', '[{\"id\":\"7b21c00c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"73e396e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6c14f728\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Phasellus lobortis ut eros ut efficitur. Cras dapibus, quam at vulputate molestie, ante ipsum condimentum quam, id <em><span style=\\\"color: #b2b74a;\\\">bibendum libero<\\/span><\\/em> sapien ullamcorper elit. Praesent posuere venenatis ante, in lobortis risus euismod lobortis. Fusce nec ipsum libero. Curabitur efficitur fermentum tellus pulvinar mattis. Praesent eu dolor libero. Mauris vulputate rutrum erat vitae ullamcorper.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbc4fc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f3330bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"247e123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f37fa84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f958745\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35b7d542\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"374b840b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"527a1f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6379ca53\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d16e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"11a979af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8d00ba\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"574aeb36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3ea07568\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6654, 1834, '_elementor_version', '0.4'),
(6655, 1834, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338404;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6656, 1834, '_elementor_page_assets', 'a:0:{}'),
(6657, 1491, '_wp_trash_meta_status', 'publish'),
(6658, 1491, '_wp_trash_meta_time', '1680340942'),
(6659, 1491, '_wp_desired_post_slug', 'vestibulum-nisi-lectus'),
(6660, 1835, '_elementor_edit_mode', 'builder'),
(6661, 1835, '_elementor_template_type', 'post'),
(6662, 1835, '_wp_page_template', 'default'),
(6663, 1835, '_elementor_data', '[{\"id\":\"352a143a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"72b0e8fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"51df34cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p><p><span>Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed <span style=\\\"color: #b2b74a;\\\"><em>aliquet risus<\\/em><\\/span> a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue sodales.<\\/span><\\/p><p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a330e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b27e733\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"67892756\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":249,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\"}],\"thumbnail_size\":\"large\",\"gallery_columns\":\"2\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28646f32\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7165899\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"49942475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"503d2601\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"677e19af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4e5c61a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"287e5390\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"327dc7d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19838fae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6664, 1835, '_elementor_version', '0.4'),
(6665, 1835, '_thumbnail_id', '1514'),
(6666, 1835, '_elementor_css', 'a:6:{s:4:\"time\";i:1680338404;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6667, 1835, '_elementor_page_assets', 'a:0:{}'),
(6668, 1516, '_wp_trash_meta_status', 'publish'),
(6669, 1516, '_wp_trash_meta_time', '1680340942'),
(6670, 1516, '_wp_desired_post_slug', 'integer-id-quam'),
(6671, 1836, '_thumbnail_id', '1513'),
(6672, 1836, '_elementor_edit_mode', 'builder'),
(6673, 1836, '_elementor_template_type', 'post'),
(6674, 1836, '_wp_page_template', 'default'),
(6675, 1836, '_elementor_data', '[{\"id\":\"5a96ad7f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16954ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2774b60d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p><p><span>Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam. <\\/span><\\/p><p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\\\"color: #b2b74a;\\\">established that<\\/em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p><p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bd39618\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"470a2f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3294aca8\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":249,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\"}],\"thumbnail_size\":\"large\",\"gallery_columns\":\"2\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"251f7654\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"732eaa55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d6683f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14f7cd17\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6e99f7ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b38bd03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e0c294a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f9d724d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"65bbb685\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6676, 1836, '_elementor_version', '0.4'),
(6677, 1519, '_wp_trash_meta_status', 'publish'),
(6678, 1519, '_wp_trash_meta_time', '1680340942'),
(6679, 1519, '_wp_desired_post_slug', 'class-aptent-taciti'),
(6680, 1837, '_elementor_edit_mode', 'builder'),
(6681, 1837, '_elementor_template_type', 'post'),
(6682, 1837, '_wp_page_template', 'default'),
(6683, 1837, '_elementor_data', '[{\"id\":\"766a9e4f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7054c8eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6d5d3b90\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p><p><span>Velit scaevola persecuti nam ea. Saperet maiorum petentium sea in. An albucius convenire sapientem sed. Simul dolorem usu id, his aliquip scaevola complectitur eu, viderer consequuntur per no. Tempor euismod.<\\/span><\\/p><p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\\\"color: #b2b74a;\\\">established that<\\/em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.<\\/p><p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3689bd08\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f43383c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"15996db7\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":249,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\"}],\"thumbnail_size\":\"large\",\"gallery_columns\":\"2\",\"open_lightbox\":\"yes\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70ebf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1990dcab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a7bb7fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ae6c6c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7603a7ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5d14ae77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b815f45\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63574eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"38b23081\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6684, 1837, '_elementor_version', '0.4'),
(6685, 1837, '_thumbnail_id', '1512'),
(6686, 510, '_wp_trash_meta_status', 'publish'),
(6687, 510, '_wp_trash_meta_time', '1680340942'),
(6688, 510, '_wp_desired_post_slug', 'post-with-quote'),
(6689, 1838, '_elementor_edit_mode', 'builder'),
(6690, 1838, '_elementor_template_type', 'post'),
(6691, 1838, '_wp_page_template', 'default'),
(6692, 1838, '_elementor_data', '[{\"id\":\"106e694a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ae3f762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3f297f74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Proin gravida pellentesque erat nec maximus. Ut eu mauris lorem. Aliquam quis rutrum est. Donec mollis, tortor sed interdum pulvinar, quam est scelerisque leo, ac elementum <span style=\\\"color: #b2b74a;\\\"><em>ex nulla quis<\\/em><\\/span> lectus. Duis accumsan tortor eget dolor efficitur vestibulum. Nullam ut congue lorem. Vestibulum efficitur arcu felis, vel imperdiet enim cursus at <\\/span>interdum tristique nunc.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3f06ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"185573f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"effdf42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"883be0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2920969\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b14d8ff\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"385128e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"664aedb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"658b5813\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2d992fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3f9261d0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bd69119\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39b9b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"70530c89\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6693, 1838, '_elementor_version', '0.4'),
(6694, 513, '_wp_trash_meta_status', 'publish'),
(6695, 513, '_wp_trash_meta_time', '1680340942'),
(6696, 513, '_wp_desired_post_slug', 'audio-title-goes-here'),
(6697, 1839, '_elementor_edit_mode', 'builder'),
(6698, 1839, '_elementor_template_type', 'post'),
(6699, 1839, '_wp_page_template', 'default'),
(6700, 1839, '_elementor_data', '[{\"id\":\"35192d2d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5b806de3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"63fa1199\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>Vestibulum dictum, purus et euismod pharetra, mi purus rutrum massa, sed consectetur ipsum ipsum in nisl. Nullam eget ante sit amet urna vulputate egestas. Donec congue <span style=\\\"color: #b2b74a;\\\"><em>egestas nisl varius<\\/em><\\/span> bibendum. In ut venenatis sem. Nunc orci massa, aliquet id vestibulum vel, tristique sit amet est. Aenean a justo mollis, dictum nisl a, consectetur mi.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c04a976\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"a04eb53\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"312312a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0cceb73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"050b2e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"570bd6f4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d910b87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5351ca61\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ad2e4ee\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"127ebdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b565dec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ec1f155\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"70df7ebe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"314319b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6701, 1839, '_elementor_version', '0.4'),
(6702, 516, '_wp_trash_meta_status', 'publish'),
(6703, 516, '_wp_trash_meta_time', '1680340942'),
(6704, 516, '_wp_desired_post_slug', 'post-with-slideshow'),
(6705, 1840, '_elementor_edit_mode', 'builder'),
(6706, 1840, '_elementor_template_type', 'post'),
(6707, 1840, '_wp_page_template', 'default'),
(6708, 1840, '_elementor_data', '[{\"id\":\"76bee605\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"168efa67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6f35b87f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Etiam tempor elit lectus, eu maximus leo auctor in. Duis fermentum velit nec <span style=\\\"color: #b2b74a;\\\"><em>tortor ultrices<\\/em><\\/span> vestibulum. Etiam eu consectetur orci. Suspendisse condimentum eu dolor vitae porta. Quisque aliquet velit vestibulum nisi tristique faucibus. In hac habitasse platea dictumst. Duis suscipit consequat nisi, eget rutrum elit blandit in. \\u00a0Donec varius sapien tellus, eu interdum ante posuere eu.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"860c4eb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"e9b7a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"5fc01c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"00cca36\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"de07e70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14715836\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1223ed9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10d7c547\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2019e1d2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16ca4d06\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1fc51923\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"502649e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"26651c6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6e671c22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6709, 1840, '_elementor_version', '0.4'),
(6710, 519, '_wp_trash_meta_status', 'publish'),
(6711, 519, '_wp_trash_meta_time', '1680340942'),
(6712, 519, '_wp_desired_post_slug', 'post-with-link'),
(6713, 1841, '_elementor_edit_mode', 'builder'),
(6714, 1841, '_elementor_template_type', 'post'),
(6715, 1841, '_wp_page_template', 'default'),
(6716, 1841, '_elementor_data', '[{\"id\":\"59d10203\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2aa5d393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2031bbd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Maecenas interdum neque erat, ac mollis ante feugiat a. Donec elementum faucibus aliquam. In hac habitasse platea dictumst. Duis eget urna vel tortor <span style=\\\"color: #b2b74a;\\\"><em>tristique accumsan<\\/em><\\/span> et eget mi. Vivamus vestibulum sollicitudin nulla non tincidunt. Nulla pharetra feugiat ligula, nec viverra quam auctor nec. Nullam non eleifend turpis.<\\/span><span>\\u00a0Cras vitae metus libero.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ef2f56\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"f5eca38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"81c6449\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f574e50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f87b47\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"852c79d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"333262e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"65e1a7c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9fade0e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1ada7079\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c7d6217\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cac2faa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3cd664d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1c63d308\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6717, 1841, '_elementor_version', '0.4'),
(6718, 488, '_wp_trash_meta_status', 'publish'),
(6719, 488, '_wp_trash_meta_time', '1680340942'),
(6720, 488, '_wp_desired_post_slug', 'post-without-image'),
(6721, 1842, '_elementor_edit_mode', 'builder'),
(6722, 1842, '_elementor_template_type', 'post'),
(6723, 1842, '_wp_page_template', 'default'),
(6724, 1842, '_elementor_data', '[{\"id\":\"239eded7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2abd6bd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"29569c11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Nullam augue mi, feugiat sit amet accumsan euismod, ullamcorper sed mi. In ut pretium ipsum. Cras vitae metus libero. Sed gravida, sapien nec tincidunt tempor, <span style=\\\"color: #b2b74a;\\\"><em>ipsum diam semper<\\/em><\\/span> felis, eu bibendum neque nulla sit amet tellus. Maecenas interdum neque erat, ac mollis ante feugiat a.\\u00a0<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ffa45ab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4bd6680\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"f5a79c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a6d7a50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e3758\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5af2204c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21e35a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"61af89a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6acf7198\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"649a87b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60d19e22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70b4fb6d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"65c48a61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1eca6c99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6725, 1842, '_elementor_version', '0.4'),
(6726, 761, '_wp_trash_meta_status', 'publish'),
(6727, 761, '_wp_trash_meta_time', '1680340942'),
(6728, 761, '_wp_desired_post_slug', '15-best-vegetables-for-your-healthy-hair-skin'),
(6729, 1843, '_thumbnail_id', '757'),
(6730, 1843, '_elementor_edit_mode', 'builder'),
(6731, 1843, '_elementor_template_type', 'post'),
(6732, 1843, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6733, 1843, '_elementor_data', '[{\"id\":\"3dfeb10b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"82e3c4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"77eb1db8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus velit, nec gravida orci aliquam id. Morbi <span style=\\\"color: #b2b74a;\\\"><em>ultricies tincidunt<\\/em><\\/span> dui. Quisque convallis sem tristique, aliquam justo sed, viverra sem. Phasellus et viverra elit. Suspendisse cursus nec mi in elementum. Donec leo mauris, eleifend nec lacus non, tristique porttitor dolor. Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27b71013\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"72784ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"39f6c5b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"14db5644\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dfe775f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42d69f7b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2aa84b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4c863949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13995a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"67ca445\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"45923208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c050d5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"566c86a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1110b1f8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6734, 1843, '_elementor_version', '0.4'),
(6735, 749, '_wp_trash_meta_status', 'publish'),
(6736, 749, '_wp_trash_meta_time', '1680340942'),
(6737, 749, '_wp_desired_post_slug', 'consumption-of-higly-nutritious-food-products'),
(6738, 1844, '_thumbnail_id', '756'),
(6739, 1844, '_elementor_edit_mode', 'builder'),
(6740, 1844, '_elementor_template_type', 'post'),
(6741, 1844, '_wp_page_template', 'default'),
(6742, 1844, '_elementor_data', '[{\"id\":\"5614a88b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f9c36ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76ed6c66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><span>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla, sem lacus <span style=\\\"color: #b2b74a;\\\"><em>blandit turpis,<\\/em><\\/span> a lobortis lacus nulla ut elit. Vestibulum eu dolor varius, condimentum ipsum sed, accumsan mi.<\\/span><\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69be9fb1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6ebc7612\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_inline_size\":null},\"elements\":[{\"id\":\"61a4e050\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-11.jpg\",\"id\":249},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b53277c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"487a3866\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/image-12.jpg\",\"id\":250},\"image_size\":\"full\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9f440f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"24d95e41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"166f00ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a23c760\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f0b2e43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e6fd427\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<blockquote>\\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.<\\/p>\\n<cite>Steve Jobs<\\/cite>\\n<\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"287a8309\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21703811\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e104b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale \\u201cmeat factories\\u201d have emerged.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6743, 1844, '_elementor_version', '0.4'),
(6744, 1845, '_elementor_edit_mode', 'builder'),
(6745, 1845, '_elementor_template_type', 'wp-post'),
(6746, 1845, '_wp_page_template', 'default'),
(6747, 1845, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/team_img_02.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(6748, 1845, '_elementor_version', '3.12.0'),
(6749, 1845, '_elementor_page_assets', 'a:0:{}'),
(6750, 1845, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337385;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6751, 1846, '_elementor_edit_mode', 'builder'),
(6752, 1846, '_elementor_template_type', 'wp-post'),
(6753, 1846, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6754, 1846, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/team_img_02.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false}]'),
(6755, 1846, '_elementor_version', '3.12.0'),
(6756, 1846, '_elementor_page_assets', 'a:0:{}'),
(6757, 1846, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337385;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6758, 1847, '_elementor_edit_mode', 'builder'),
(6759, 1847, '_elementor_template_type', 'wp-post'),
(6760, 1847, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6761, 1847, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/team_img_02.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e2357f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3eb0378\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"67a0ece\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(6762, 1847, '_elementor_version', '3.12.0'),
(6763, 1847, '_elementor_page_assets', 'a:0:{}'),
(6764, 1847, '_elementor_css', 'a:6:{s:4:\"time\";i:1680337385;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6765, 1848, '_elementor_edit_mode', 'builder'),
(6766, 1848, '_elementor_template_type', 'wp-post'),
(6767, 1848, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6768, 1848, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/team_img_02.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e2357f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3eb0378\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"67a0ece\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(6769, 1848, '_elementor_version', '3.12.0'),
(6770, 1848, '_elementor_page_assets', 'a:0:{}'),
(6771, 1849, '_elementor_edit_mode', 'builder'),
(6772, 1849, '_elementor_template_type', 'wp-post'),
(6773, 1849, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6774, 1849, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/team_img_02.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e2357f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3eb0378\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"67a0ece\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(6775, 1849, '_elementor_version', '3.12.0'),
(6776, 1849, '_elementor_page_assets', 'a:0:{}'),
(6777, 1850, '_elementor_edit_mode', 'builder'),
(6778, 1850, '_elementor_template_type', 'wp-post'),
(6779, 1850, '_wp_page_template', 'default');
INSERT INTO `zs_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6780, 1850, '_elementor_data', '[{\"id\":\"4ea32c8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b5f6a41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"19c4413\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/shape-top.png\",\"id\":286},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"_z_index\":5,\"_css_classes\":\"absolute\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"655d1f3\",\"elType\":\"widget\",\"settings\":{\"gt3_rs_slider_core\":\"1\",\"_z_index\":2},\"elements\":[],\"widgetType\":\"gt3-core-revolutionslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be2bef0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"668a41df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"216b9887\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"image\":{\"id\":596,\"url\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/team_img_02.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bd78c12\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":40},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":40},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"759b73c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"3683f19f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":81},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":81},\"height_tablet\":{\"unit\":\"px\",\"size\":81},\"height_mobile\":{\"unit\":\"px\",\"size\":19}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"3923129c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IamV - T\\u00f4i l\\u00e0 Vi\\u1ec7t Nam<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a1fae5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ch\\u00fang t\\u00f4i lu\\u00f4n \\u0111\\u1ea3m b\\u1ea3o cam k\\u1ebft cho Kh\\u00e1ch h\\u00e0ng c\\u1ee7a m\\u00ecnh v\\u1ec1 ch\\u1ea5t l\\u01b0\\u1ee3ng s\\u1ea3n ph\\u1ea9m v\\u00e0 d\\u1ecbch v\\u1ee5.<\\/span><\\/p>\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"570a9848\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bf991f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"1f3a8d39\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Nguy\\u00ean li\\u1ec7u ngo\\u1ea1i nh\\u1eadp\",\"description_text\":\"Nguy\\u00ean li\\u1ec7u nh\\u1eadp kh\\u1ea9u tr\\u1ef1c ti\\u1ebfp t\\u1eeb c\\u00e1c n\\u01b0\\u1edbc ph\\u00e1t tri\\u1ec3n nh\\u01b0 Nh\\u1eadt B\\u1ea3n, H\\u00e0n Qu\\u1ed1...\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":29,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_01.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7fc6d594\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ch\\u1ea5t l\\u01b0\\u1ee3ng & Tin c\\u1eady\",\"description_text\":\"\\u0110\\u1ea3m b\\u1ea3o ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1ed1t nh\\u1ea5t khi cung c\\u1ea5p cho ng\\u01b0\\u1eddi n\\u00f4ng d\\u00e2n Vi\\u1ec7t.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":30,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_02.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4a866974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"2287f326\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ngu\\u1ed3n g\\u1ed1c xu\\u1ea5t x\\u1ee9 r\\u00f5 r\\u00e0ng\",\"description_text\":\"C\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng, \\u0111\\u00e1p \\u1ee9ng c\\u00e1c ti\\u00eau chu\\u1ea9n trong n\\u01b0\\u1edbc v\\u00e0 qu\\u1ed1c t\\u1ebf.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":31,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_03.png\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"43c80639\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"\\u0110\\u1ed3ng h\\u00e0nh c\\u00f9ng n\\u00f4ng d\\u00e2n\",\"description_text\":\"H\\u1ed7 tr\\u1ee3 t\\u01b0 v\\u1ea5n s\\u1eed d\\u1ee5ng v\\u00e0 quy tr\\u00ecnh ch\\u0103m s\\u00f3c cho b\\u00e0 con n\\u00f4ng d\\u00e2n.\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":19},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#413c38\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#333333\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"left\",\"animation_duration\":\"fast\",\"position\":\"left\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":32,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_04.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30d59b3d\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":90},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":90},\"height_tablet\":{\"unit\":\"px\",\"size\":90},\"height_mobile\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6994c940\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1536,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/02\\/Services.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_color\":\"#2B2B2B\"},\"elements\":[{\"id\":\"79df875a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"79f38392\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":116},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":116},\"height_tablet\":{\"unit\":\"px\",\"size\":25},\"height_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"7e23779c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>D\\u1ecbch v\\u1ee5 ch\\u00ednh IamV<\\/h2>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.15},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76f6902b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span>Ng\\u00e0nh ngh\\u1ec1: \\u0110\\u1ea7u t\\u01b0 d\\u1ef1 \\u00e1n n\\u00f4ng nghi\\u1ec7p. S\\u1ea3n xu\\u1ea5t c\\u00e1c m\\u1eb7t h\\u00e0ng tr\\u00e1i c\\u00e2y s\\u1ea5y d\\u1ebbo, c\\u00e1c s\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng. S\\u1ea3n xu\\u1ea5t, xu\\u1ea5t kh\\u1ea9u th\\u1ee9c \\u0103n gia s\\u00fac.<\\/span><\\/p>\",\"text_color\":\"#d1d1d1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"868c7bb\",\"elType\":\"widget\",\"settings\":{\"button_title\":\"XEM TH\\u00caM\",\"button_alignment\":\"left\",\"btn_border_style\":\"none\",\"icon_position\":\"right\",\"button_icon\":\"fa fa-arrow-right\",\"title_typography_typography\":\"custom\",\"icon_color\":\"#feffff\",\"button_title_color\":\"#feffff\",\"button_background_color_background\":\"classic\",\"button_background_color_color\":\"rgba(255,255,255,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"image_size\":{\"unit\":\"px\",\"size\":19},\"button_background_color_hover_background\":\"classic\",\"button_background_color_hover_color\":\"rgba(255,255,255,0)\",\"animation_duration\":\"fast\",\"title_typography_font_family\":\"BenchNine\",\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_text_decoration\":\"underline\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_size_elementor\":\"custom\",\"btn_icon\":\"default\"},\"elements\":[],\"widgetType\":\"gt3-core-button\"},{\"id\":\"78be5f7\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":250},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false},{\"id\":\"4c052199\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c025a4\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":126},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":0},\"height_tablet\":{\"unit\":\"px\",\"size\":0},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"389c8a9d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"415f2e22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"4c34152b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng b\\u1ed9t\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":51,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_05.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"75b5f85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7850d39b\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Ph\\u00e2n h\\u1eefu c\\u01a1 nh\\u1eadp kh\\u1ea9u d\\u1ea1ng vi\\u00ean\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":52,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_06.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"486d391c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"7d606c62\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Th\\u1ee9c \\u0103n th\\u00f4 xanh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":53,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_07.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"362169f4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"66f87cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"60ae071d\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"Xu\\u1ea5t nh\\u1eadp kh\\u1ea9u th\\u1ee9c \\u0103n tinh\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":54,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_08.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"674b7156\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"70976bde\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"V\\u1eadn t\\u1ea3i Container\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_color\":\"#ffffff\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":55,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_09.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4403c57f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"6f8471b6\",\"elType\":\"widget\",\"settings\":{\"thumbnail_custom_dimension\":{\"width\":\"70\",\"height\":\"48\"},\"title_text\":\"S\\u1ea3n ph\\u1ea9m th\\u00e2n thi\\u1ec7n m\\u00f4i tr\\u01b0\\u1eddng\",\"description_text\":\"\",\"title_size\":\"h4\",\"image_size\":{\"unit\":\"%\",\"size\":31},\"image_opacity\":{\"unit\":\"px\",\"size\":1},\"title_bottom_space\":{\"unit\":\"px\",\"size\":8},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"27\",\"left\":\"10\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":1},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"css_filters_hover_css_filter\":\"custom\",\"text_align\":\"center\",\"animation_duration\":\"fast\",\"description_typography_font_weight\":\"400\",\"image\":{\"id\":56,\"url\":\"https:\\/\\/livewp.site\\/wp\\/md\\/agrosector\\/wp-content\\/uploads\\/sites\\/55\\/2019\\/01\\/icon_10.png\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e9df90\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":0},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":124},\"height_tablet\":{\"unit\":\"px\",\"size\":124},\"height_mobile\":{\"unit\":\"px\",\"size\":104}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed6639a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"a6e2926\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"9ddefba\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":12,\"orderby\":\"date \",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"cols\":\"3\",\"hover\":\"type3\",\"all_title\":\"All\",\"show_title\":\"yes\",\"button_title\":\"See More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-project\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71285b2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"39d92d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"716026e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"dd75389\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"89983fc\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":103},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":73},\"height_tablet\":{\"unit\":\"px\",\"size\":73},\"height_mobile\":{\"unit\":\"px\",\"size\":43}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"d1b096c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Tin t\\u1ee9c<\\/h2>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":75},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d07e600\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":15},\"height_tablet\":{\"unit\":\"px\",\"size\":15},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true},{\"id\":\"2707251\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.97,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"228e72f\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":93},\"responsive_es\":\"yes\",\"height_sm_desktop\":{\"unit\":\"px\",\"size\":74},\"height_tablet\":{\"unit\":\"px\",\"size\":74},\"height_mobile\":{\"unit\":\"px\",\"size\":0}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"},{\"id\":\"59fab8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>C\\u1eadp nh\\u1eadt c\\u00e1c th\\u00f4ng tin m\\u1edbi nh\\u1ea5t v\\u1ec1 s\\u1ea3n ph\\u1ea9m n\\u00f4ng nghi\\u1ec7p th\\u00e2n thi\\u1ec7n v\\u1edbi m\\u00f4i tr\\u01b0\\u1eddng cho nh\\u00e0 n\\u00f4ng<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"282087a\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":15}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"80decf8\",\"elType\":\"widget\",\"settings\":{\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\",\"post_btn_link\":\"yes\",\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[\"749\",\"761\",\"765\"],\"ignore_sticky_posts\":\"0\"}},\"elements\":[],\"widgetType\":\"gt3-core-blog\"},{\"id\":\"6010534\",\"elType\":\"widget\",\"settings\":{\"height\":{\"unit\":\"px\",\"size\":65}},\"elements\":[],\"widgetType\":\"gt3-core-emptyspace\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e2357f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3eb0378\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"gt3_carousel_nav_prev\":\"Prev\",\"gt3_carousel_nav_next\":\"Next\"},\"elements\":[{\"id\":\"67a0ece\",\"elType\":\"widget\",\"settings\":{\"query\":{\"posts_per_page\":\"3\",\"orderby\":\"\",\"order\":\"\",\"taxonomy\":[],\"tags\":[],\"author__in\":[],\"post__in\":[],\"ignore_sticky_posts\":0},\"post_btn_link_title\":\"Read More\",\"title\":\"Title\",\"sub_title\":\"Subtitle\",\"btn_title\":\"Button Title\"},\"elements\":[],\"widgetType\":\"gt3-core-blog\"}],\"isInner\":false}],\"isInner\":false}]'),
(6781, 1850, '_elementor_version', '3.12.0'),
(6782, 1850, '_elementor_page_assets', 'a:0:{}'),
(6783, 1558, '_elementor_css', 'a:6:{s:4:\"time\";i:1680341101;s:5:\"fonts\";a:1:{i:0;s:9:\"BenchNine\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6784, 1852, '_wp_attached_file', '2023/04/496a3e1203abe1f5b8ba.jpg'),
(6785, 1852, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:32:\"2023/04/496a3e1203abe1f5b8ba.jpg\";s:8:\"filesize\";i:484103;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"496a3e1203abe1f5b8ba-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24191;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"496a3e1203abe1f5b8ba-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"496a3e1203abe1f5b8ba-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9467;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"496a3e1203abe1f5b8ba-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109284;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:32:\"496a3e1203abe1f5b8ba-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6786, 1853, '_wp_attached_file', '2023/04/8415a6b37e0d9c53c51c.jpg'),
(6787, 1853, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1144;s:4:\"file\";s:32:\"2023/04/8415a6b37e0d9c53c51c.jpg\";s:8:\"filesize\";i:438938;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"8415a6b37e0d9c53c51c-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18854;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"8415a6b37e0d9c53c51c-1024x915.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131721;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"8415a6b37e0d9c53c51c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7046;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"8415a6b37e0d9c53c51c-768x686.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84108;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:32:\"8415a6b37e0d9c53c51c-480x429.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6788, 1854, '_wp_attached_file', '2023/04/p-1.jpg'),
(6789, 1854, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2023/04/p-1.jpg\";s:8:\"filesize\";i:36778;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17311;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8653;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:15:\"p-1-480x269.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36822;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6790, 1855, '_wp_attached_file', '2023/04/f7d6862ab9935bcd0282.jpg'),
(6791, 1856, '_wp_attached_file', '2023/04/6070d516e8af0af153be.jpg'),
(6792, 1855, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:32:\"2023/04/f7d6862ab9935bcd0282.jpg\";s:8:\"filesize\";i:386276;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"f7d6862ab9935bcd0282-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19808;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"f7d6862ab9935bcd0282-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"f7d6862ab9935bcd0282-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7447;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"f7d6862ab9935bcd0282-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85790;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:32:\"f7d6862ab9935bcd0282-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6793, 1856, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:32:\"2023/04/6070d516e8af0af153be.jpg\";s:8:\"filesize\";i:486503;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"6070d516e8af0af153be-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22954;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"6070d516e8af0af153be-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165148;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"6070d516e8af0af153be-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8609;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"6070d516e8af0af153be-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108112;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:32:\"6070d516e8af0af153be-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50538;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6794, 1857, '_wp_attached_file', '2023/04/7d3e5ecd6174832ada65.jpg'),
(6795, 1857, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:32:\"2023/04/7d3e5ecd6174832ada65.jpg\";s:8:\"filesize\";i:456966;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"7d3e5ecd6174832ada65-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23672;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"7d3e5ecd6174832ada65-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163034;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"7d3e5ecd6174832ada65-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9031;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"7d3e5ecd6174832ada65-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107521;}s:15:\"gt3theme_mobile\";a:5:{s:4:\"file\";s:32:\"7d3e5ecd6174832ada65-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6796, 1858, '_wp_attached_file', '2023/04/xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713.jpg'),
(6797, 1858, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:296;s:4:\"file\";s:66:\"2023/04/xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713.jpg\";s:8:\"filesize\";i:34697;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21518;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9967;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6800, 1, '_pingme', '1'),
(6801, 1, '_encloseme', '1');

-- --------------------------------------------------------

--
-- Table structure for table `zs_posts`
--

CREATE TABLE `zs_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_posts`
--

INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2023-03-31 15:56:56', '2023-03-31 15:56:56', '<!-- wp:paragraph -->\n<p>- Ngày 13/11/2018,&nbsp;Ông KAZUZA MURAKAMI sang thăm Việt Nam,&nbsp;để&nbsp;đánh giá chất lượng Phân bón Nhật Bản cho cây trồng tại Việt Nam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nơi đầu tiên ông tham quan chính là Chợ Gạo, Tỉnh Tiền Giang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1857,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/7d3e5ecd6174832ada65-1024x768.jpg\" alt=\"\" class=\"wp-image-1857\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1852,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/496a3e1203abe1f5b8ba-1024x768.jpg\" alt=\"\" class=\"wp-image-1852\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1856,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/6070d516e8af0af153be-1024x768.jpg\" alt=\"\" class=\"wp-image-1856\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1853,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/8415a6b37e0d9c53c51c-1024x915.jpg\" alt=\"\" class=\"wp-image-1853\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1855,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/f7d6862ab9935bcd0282-1024x768.jpg\" alt=\"\" class=\"wp-image-1855\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1854,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/p-1.jpg\" alt=\"\" class=\"wp-image-1854\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1858,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713.jpg\" alt=\"\" class=\"wp-image-1858\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><em>Ông Murakami&nbsp;đang kiểm tra một vườn Thanh Long tại Tiền Giang</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 14/11/2018,&nbsp;Ông di chuyển về&nbsp;Đồng Nai thăm vườn cây có múi của một hộ nông dân&nbsp;ở Vĩnh Cửu,&nbsp;Đồng Nai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Vườn n</em><em>ày&nbsp;</em><em>đang trồng Cam, Quýt, Bưởi.&nbsp;</em><em>Ông&nbsp;đang kiểm tra kỹ càng.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 15/11/2018, Mr.Murakami di chuyển về Tây Ninh. Nơi là&nbsp;được trồng nhiều nhất về cây Mãng cầu ta (Quả na).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Ông tham quan các trang trại và Kho của công ty sản xuất Mãng Cầu sạch&nbsp;đầu tiên tại Tây Ninh</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 16/11/2018,&nbsp;Ông&nbsp;đã di chuyển bằng máy bay về TP. Đà Lạt, thành phố mà&nbsp;ông&nbsp;đã&nbsp;đặt&nbsp;đến Việt Nam lần thứ 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Thăm các mô hình của hoa, rau, phúc bồng tử hữu cơ...</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 17/11/2018, kết thúc chuyến tham quan của&nbsp;ông Murakami cho thị trường Phân Bón Việt Nam.</p>\n<!-- /wp:paragraph -->', 'Nhà cung cấp Phân bón hữu cơ Nhật Bản sang thăm thị trường nông nghiệp Việt Nam', '', 'publish', 'open', 'open', '', 'nha-cung-cap-phan-bon-huu-co-nhat-ban-sang-tham-thi-truong-nong-nghiep-viet-nam', '', '', '2023-04-01 09:37:53', '2023-04-01 09:37:53', '', 0, 'http://iamv.vn/?p=1', 0, 'post', '', 1),
(2, 1, '2023-03-31 15:56:56', '2023-03-31 15:56:56', '<!-- wp:paragraph -->\n<p>Đây là trang mẫu. Nó khác với bài viết bởi vì nó thường cố định và hiển thị trong menu của bạn. Nhiều người bắt đầu với trang Giới thiệu nơi bạn chia sẻ thông tin cho những ai ghé thăm. Nó có thể bắt đầu như thế này:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Chào bạn! Tôi là một người bán hàng, và đây là website của tôi. Tôi sống ở Hà Nội, có một gia đình nhỏ, và tôi thấy cách sử dụng WordPress rất thú vị.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>... hoặc cái gì đó như thế này:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Công ty chúng tôi được thành lập năm 2010, và cung cấp dịch vụ chất lượng cho rất nhiều sự kiện tại khắp Việt Nam. Với văn phòng đặt tại Hà Nội, TP. Hồ Chí Minh cùng hơn 40 nhân sự, chúng tôi là nơi nhiều đối tác tin tưởng giao cho tổ chức các sự kiện lớn.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Là một người dùng WordPress mới, bạn nên ghé thăm <a href=\"http://iamv.vn/wp-admin/\">bảng tin</a> để xóa trang này và tạo trang mới cho nội dung của chính bạn. Chúc bạn vui vẻ!</p>\n<!-- /wp:paragraph -->', 'Trang Mẫu', '', 'trash', 'closed', 'open', '', 'Trang mẫu__trashed', '', '', '2023-04-01 08:19:30', '2023-04-01 08:19:30', '', 0, 'http://iamv.vn/?page_id=2', 0, 'page', '', 0),
(3, 1, '2023-03-31 15:56:56', '2023-03-31 15:56:56', '<!-- wp:heading --><h2>Chúng tôi là ai</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>Địa chỉ website là: http://iamv.vn.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Bình luận</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>Khi khách truy cập để lại bình luận trên trang web, chúng tôi thu thập dữ liệu được hiển thị trong biểu mẫu bình luận và cũng là địa chỉ IP của người truy cập và chuỗi user agent của người dùng trình duyệt để giúp phát hiện spam</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Một chuỗi ẩn danh được tạo từ địa chỉ email của bạn (còn được gọi là hash) có thể được cung cấp cho dịch vụ Gravatar để xem bạn có đang sử dụng nó hay không. Chính sách bảo mật của dịch vụ Gravatar có tại đây: https://automattic.com/privacy/. Sau khi chấp nhận bình luận của bạn, ảnh tiểu sử của bạn được hiển thị công khai trong ngữ cảnh bình luận của bạn.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>Nếu bạn tải hình ảnh lên trang web, bạn nên tránh tải lên hình ảnh có dữ liệu vị trí được nhúng (EXIF GPS) đi kèm. Khách truy cập vào trang web có thể tải xuống và giải nén bất kỳ dữ liệu vị trí nào từ hình ảnh trên trang web.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>Nếu bạn viết bình luận trong website, bạn có thể cung cấp cần nhập tên, email địa chỉ website trong cookie. Các thông tin này nhằm giúp bạn không cần nhập thông tin nhiều lần khi viết bình luận khác. Cookie này sẽ được lưu giữ trong một năm.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Nếu bạn vào trang đăng nhập, chúng tôi sẽ thiết lập một cookie tạm thời để xác định nếu trình duyệt cho phép sử dụng cookie. Cookie này không bao gồm thông tin cá nhân và sẽ được gỡ bỏ khi bạn đóng trình duyệt.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Khi bạn đăng nhập, chúng tôi sẽ thiết lập một vài cookie để lưu thông tin đăng nhập và lựa chọn hiển thị. Thông tin đăng nhập gần nhất lưu trong hai ngày, và lựa chọn hiển thị gần nhất lưu trong một năm. Nếu bạn chọn &quot;Nhớ tôi&quot;, thông tin đăng nhập sẽ được lưu trong hai tuần. Nếu bạn thoát tài khoản, thông tin cookie đăng nhập sẽ bị xoá.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Nếu bạn sửa hoặc công bố bài viết, một bản cookie bổ sung sẽ được lưu trong trình duyệt. Cookie này không chứa thông tin cá nhân và chỉ đơn giản bao gồm ID của bài viết bạn đã sửa. Nó tự động hết hạn sau 1 ngày.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Nội dung nhúng từ website khác</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>Các bài viết trên trang web này có thể bao gồm nội dung được nhúng (ví dụ: video, hình ảnh, bài viết, v.v.). Nội dung được nhúng từ các trang web khác hoạt động theo cùng một cách chính xác như khi khách truy cập đã truy cập trang web khác.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Những website này có thể thu thập dữ liệu về bạn, sử dụng cookie, nhúng các trình theo dõi của bên thứ ba và giám sát tương tác của bạn với nội dung được nhúng đó, bao gồm theo dõi tương tác của bạn với nội dung được nhúng nếu bạn có tài khoản và đã đăng nhập vào trang web đó.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Chúng tôi chia sẻ dữ liệu của bạn với ai</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Dữ liệu của bạn tồn tại bao lâu</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>Nếu bạn để lại bình luận, bình luận và siêu dữ liệu của nó sẽ được giữ lại vô thời hạn. Điều này là để chúng tôi có thể tự động nhận ra và chấp nhận bất kỳ bình luận nào thay vì giữ chúng trong khu vực đợi kiểm duyệt.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Đối với người dùng đăng ký trên trang web của chúng tôi (nếu có), chúng tôi cũng lưu trữ thông tin cá nhân mà họ cung cấp trong hồ sơ người dùng của họ. Tất cả người dùng có thể xem, chỉnh sửa hoặc xóa thông tin cá nhân của họ bất kỳ lúc nào (ngoại trừ họ không thể thay đổi tên người dùng của họ). Quản trị viên trang web cũng có thể xem và chỉnh sửa thông tin đó.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Các quyền nào của bạn với dữ liệu của mình</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>Nếu bạn có tài khoản trên trang web này hoặc đã để lại nhận xét, bạn có thể yêu cầu nhận tệp xuất dữ liệu cá nhân mà chúng tôi lưu giữ về bạn, bao gồm mọi dữ liệu bạn đã cung cấp cho chúng tôi. Bạn cũng có thể yêu cầu chúng tôi xóa mọi dữ liệu cá nhân mà chúng tôi lưu giữ về bạn. Điều này không bao gồm bất kỳ dữ liệu nào chúng tôi có nghĩa vụ giữ cho các mục đích hành chính, pháp lý hoặc bảo mật.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Dữ liệu của bạn được gửi đến đâu</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Văn bản được đề xuất: </strong>Các bình luận của khách (không phải là thành viên) có thể được kiểm tra thông qua dịch vụ tự động phát hiện spam.</p><!-- /wp:paragraph -->', 'Chính sách bảo mật', '', 'draft', 'closed', 'open', '', 'chinh-sach-bao-mat', '', '', '2023-03-31 15:56:56', '2023-03-31 15:56:56', '', 0, 'http://iamv.vn/?page_id=3', 0, 'page', '', 0),
(4, 1, '2023-03-31 15:57:09', '0000-00-00 00:00:00', '', 'Lưu bản nháp tự động', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-03-31 15:57:09', '0000-00-00 00:00:00', '', 0, 'http://iamv.vn/?p=4', 0, 'post', '', 0),
(5, 1, '2023-03-31 16:00:25', '2023-03-31 16:00:25', '<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Tiêu đề:\n    [text* your-subject] </label>\n\n<label> Your message (không bắt buộc)\n    [textarea your-message] </label>\n\n[submit \"Gửi\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@iamv.vn>\nGửi đến từ: [your-name] [your-email]\nTiêu đề: [your-subject]\n\nNội dung thông điệp:\n[your-message]\n\n-- \nEmail này được gửi đến từ form liên hệ của website [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@iamv.vn>\nNội dung thông điệp:\n[your-message]\n\n-- \nEmail này được gửi đến từ form liên hệ của website [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nXin cảm ơn, form đã được gửi thành công.\nCó lỗi xảy ra trong quá trình gửi. Xin vui lòng thử lại hoặc liên hệ người quản trị website.\nCó một hoặc nhiều mục nhập có lỗi. Vui lòng kiểm tra và thử lại.\nCó lỗi xảy ra trong quá trình gửi. Xin vui lòng thử lại hoặc liên hệ người quản trị website.\nBạn phải chấp nhận điều khoản trước khi gửi form.\nVui lòng nhập dữ liệu cho trường này.\nTrường dữ liệu này có mục nhập quá dài.\nTrường dữ liệu có mục nhập quá ngắn.\nTải file lên không thành công.\nBạn không được phép tải lên file theo định dạng này.\nDung lượng file được tải lên quá lớn.\nTải file lên không thành công.', 'Form liên hệ 1', '', 'publish', 'closed', 'closed', '', 'form-lien-he-1', '', '', '2023-03-31 16:00:25', '2023-03-31 16:00:25', '', 0, 'http://iamv.vn/?post_type=wpcf7_contact_form&p=5', 0, 'wpcf7_contact_form', '', 0),
(6, 1, '2023-03-31 16:00:31', '2023-03-31 16:00:31', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2023-03-31 17:14:02', '2023-03-31 17:14:02', '', 0, 'http://iamv.vn/?p=6', 0, 'elementor_library', '', 0),
(7, 1, '2023-03-31 16:00:45', '2023-03-31 16:00:45', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2023-03-31 16:00:45', '2023-03-31 16:00:45', '', 0, 'http://iamv.vn/wp-content/uploads/2023/03/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(8, 1, '2023-03-31 16:00:46', '2023-03-31 16:00:46', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2023-03-31 16:00:46', '2023-03-31 16:00:46', '', 0, 'http://iamv.vn/shop/', 0, 'page', '', 0),
(9, 1, '2023-03-31 16:00:46', '2023-03-31 16:00:46', '<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2023-03-31 16:00:46', '2023-03-31 16:00:46', '', 0, 'http://iamv.vn/cart/', 0, 'page', '', 0),
(10, 1, '2023-03-31 16:00:46', '2023-03-31 16:00:46', '<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2023-03-31 16:00:46', '2023-03-31 16:00:46', '', 0, 'http://iamv.vn/checkout/', 0, 'page', '', 0),
(11, 1, '2023-03-31 16:00:46', '2023-03-31 16:00:46', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2023-03-31 16:00:46', '2023-03-31 16:00:46', '', 0, 'http://iamv.vn/my-account/', 0, 'page', '', 0),
(12, 1, '2023-03-31 16:00:46', '0000-00-00 00:00:00', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'draft', 'closed', 'closed', '', 'refund_returns', '', '', '2023-03-31 16:00:46', '0000-00-00 00:00:00', '', 0, 'http://iamv.vn/?page_id=12', 0, 'page', '', 0),
(16, 1, '2019-01-23 12:16:54', '2019-01-23 12:16:54', '\n						', 'img', '\n						', 'inherit', 'open', 'closed', '', 'img', '', '', '2019-01-23 12:16:54', '2019-01-23 12:16:54', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/img.jpg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2019-01-23 12:18:33', '2019-01-23 12:18:33', '\n						', 'home_img_01', '\n						', 'inherit', 'open', 'closed', '', 'home_img_01', '', '', '2019-01-23 12:18:33', '2019-01-23 12:18:33', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2019-02-28 10:36:56', '2019-02-28 10:36:56', '\n						', 'icon_01', '\n						', 'inherit', 'open', 'closed', '', 'icon_01', '', '', '2019-02-28 10:36:56', '2019-02-28 10:36:56', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_01.png', 0, 'attachment', 'image/png', 0),
(30, 1, '2019-02-28 10:37:23', '2019-02-28 10:37:23', '\n						', 'icon_02', '\n						', 'inherit', 'open', 'closed', '', 'icon_02', '', '', '2019-02-28 10:37:23', '2019-02-28 10:37:23', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_02.png', 0, 'attachment', 'image/png', 0),
(31, 1, '2019-02-28 10:37:43', '2019-02-28 10:37:43', '\n						', 'icon_03', '\n						', 'inherit', 'open', 'closed', '', 'icon_03', '', '', '2019-02-28 10:37:43', '2019-02-28 10:37:43', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_03.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2019-02-28 10:38:06', '2019-02-28 10:38:06', '\n						', 'icon_04', '\n						', 'inherit', 'open', 'closed', '', 'icon_04', '', '', '2019-02-28 10:38:06', '2019-02-28 10:38:06', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_04.png', 0, 'attachment', 'image/png', 0),
(51, 1, '2019-02-28 10:38:24', '2019-02-28 10:38:24', '\n						', 'icon_05', '\n						', 'inherit', 'open', 'closed', '', 'icon_05', '', '', '2019-02-28 10:38:24', '2019-02-28 10:38:24', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_05.png', 0, 'attachment', 'image/png', 0),
(52, 1, '2019-02-28 10:39:26', '2019-02-28 10:39:26', '\n						', 'icon_06', '\n						', 'inherit', 'open', 'closed', '', 'icon_06', '', '', '2019-02-28 10:39:26', '2019-02-28 10:39:26', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_06.png', 0, 'attachment', 'image/png', 0),
(53, 1, '2019-02-28 10:39:40', '2019-02-28 10:39:40', '\n						', 'icon_07', '\n						', 'inherit', 'open', 'closed', '', 'icon_07', '', '', '2019-02-28 10:39:40', '2019-02-28 10:39:40', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_07.png', 0, 'attachment', 'image/png', 0),
(54, 1, '2019-02-28 10:39:57', '2019-02-28 10:39:57', '\n						', 'icon_08', '\n						', 'inherit', 'open', 'closed', '', 'icon_08', '', '', '2019-02-28 10:39:57', '2019-02-28 10:39:57', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_08.png', 0, 'attachment', 'image/png', 0),
(55, 1, '2019-02-28 10:40:20', '2019-02-28 10:40:20', '\n						', 'icon_09', '\n						', 'inherit', 'open', 'closed', '', 'icon_09', '', '', '2019-02-28 10:40:20', '2019-02-28 10:40:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_09.png', 0, 'attachment', 'image/png', 0),
(56, 1, '2019-02-28 10:40:37', '2019-02-28 10:40:37', '\n						', 'icon_10', '\n						', 'inherit', 'open', 'closed', '', 'icon_10', '', '', '2019-02-28 10:40:37', '2019-02-28 10:40:37', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_10.png', 0, 'attachment', 'image/png', 0),
(76, 1, '2019-01-24 12:55:15', '2019-01-24 12:55:15', '\n						', 'logo', '\n						', 'inherit', 'open', 'closed', '', 'logo', '', '', '2019-01-24 12:55:15', '2019-01-24 12:55:15', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/logo.png', 0, 'attachment', 'image/png', 0),
(77, 1, '2019-01-24 12:55:16', '2019-01-24 12:55:16', '\n						', 'logo_m', '\n						', 'inherit', 'open', 'closed', '', 'logo_m', '', '', '2019-01-24 12:55:16', '2019-01-24 12:55:16', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/logo_m.png', 0, 'attachment', 'image/png', 0),
(80, 1, '2019-01-24 12:58:49', '2019-01-24 12:58:49', '\n						', 'Blog', '\n						', 'trash', 'closed', 'closed', '', 'blog__trashed', '', '', '2023-04-01 08:19:18', '2023-04-01 08:19:18', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=80', 0, 'page', '', 0),
(82, 1, '2019-01-24 13:04:22', '2019-01-24 13:04:22', '\n				<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<h2>Why Choose Us?</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n			<strong>88%</strong>\n		Awards Won		', 'rthjwrhrth', '\n						', 'trash', 'closed', 'closed', '', 'rthjwrhrth__trashed', '', '', '2023-04-01 07:56:58', '2023-04-01 07:56:58', '', 0, 'https://livewp.site/wp/md/agrosector/?elementor_library=rthjwrhrth', 0, 'elementor_library', '', 0),
(89, 1, '2019-01-24 13:11:23', '2019-01-24 13:11:23', '\n						', 'gallery_img_01', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_01', '', '', '2019-01-24 13:11:23', '2019-01-24 13:11:23', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/gallery_img_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2019-01-24 13:52:20', '2019-01-24 13:52:20', '\n						', 'icon-1', '\n						', 'inherit', 'open', 'closed', '', 'icon-1', '', '', '2019-01-24 13:52:20', '2019-01-24 13:52:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon-1.png', 0, 'attachment', 'image/png', 0),
(109, 1, '2019-01-24 13:52:20', '2019-01-24 13:52:20', '\n						', 'icon-2', '\n						', 'inherit', 'open', 'closed', '', 'icon-2', '', '', '2019-01-24 13:52:20', '2019-01-24 13:52:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon-2.png', 0, 'attachment', 'image/png', 0),
(110, 1, '2019-01-24 13:52:20', '2019-01-24 13:52:20', '\n						', 'icon-3', '\n						', 'inherit', 'open', 'closed', '', 'icon-3', '', '', '2019-01-24 13:52:20', '2019-01-24 13:52:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon-3.png', 0, 'attachment', 'image/png', 0),
(111, 1, '2019-01-24 13:52:20', '2019-01-24 13:52:20', '\n						', 'icon-4', '\n						', 'inherit', 'open', 'closed', '', 'icon-4', '', '', '2019-01-24 13:52:20', '2019-01-24 13:52:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon-4.png', 0, 'attachment', 'image/png', 0),
(112, 1, '2019-01-24 13:52:20', '2019-01-24 13:52:20', '\n						', 'icon-5', '\n						', 'inherit', 'open', 'closed', '', 'icon-5', '', '', '2019-01-24 13:52:20', '2019-01-24 13:52:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon-5.png', 0, 'attachment', 'image/png', 0),
(113, 1, '2019-01-24 13:52:20', '2019-01-24 13:52:20', '\n						', 'icon-6', '\n						', 'inherit', 'open', 'closed', '', 'icon-6', '', '', '2019-01-24 13:52:20', '2019-01-24 13:52:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon-6.png', 0, 'attachment', 'image/png', 0),
(114, 1, '2019-01-24 13:52:21', '2019-01-24 13:52:21', '\n						', 'icon-7', '\n						', 'inherit', 'open', 'closed', '', 'icon-7', '', '', '2019-01-24 13:52:21', '2019-01-24 13:52:21', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon-7.png', 0, 'attachment', 'image/png', 0),
(116, 1, '2019-01-24 13:59:01', '2019-01-24 13:59:01', '\n						', 'icon_11', '\n						', 'inherit', 'open', 'closed', '', 'icon_11', '', '', '2019-01-24 13:59:01', '2019-01-24 13:59:01', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_11.png', 0, 'attachment', 'image/png', 0),
(117, 1, '2019-01-24 13:59:01', '2019-01-24 13:59:01', '\n						', 'icon_12', '\n						', 'inherit', 'open', 'closed', '', 'icon_12', '', '', '2019-01-24 13:59:01', '2019-01-24 13:59:01', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_12.png', 0, 'attachment', 'image/png', 0),
(118, 1, '2019-01-24 13:59:01', '2019-01-24 13:59:01', '\n						', 'icon_13', '\n						', 'inherit', 'open', 'closed', '', 'icon_13', '', '', '2019-01-24 13:59:01', '2019-01-24 13:59:01', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/icon_13.png', 0, 'attachment', 'image/png', 0),
(130, 1, '2019-01-24 14:18:13', '2019-01-24 14:18:13', '\n						', 'home_img_02', '\n						', 'inherit', 'open', 'closed', '', 'home_img_02', '', '', '2019-01-24 14:18:13', '2019-01-24 14:18:13', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png', 0, 'attachment', 'image/png', 0),
(146, 1, '2019-02-28 10:41:03', '2019-02-28 10:41:03', '\n						', 'partner_01', '\n						', 'inherit', 'open', 'closed', '', 'partner_01', '', '', '2019-02-28 10:41:03', '2019-02-28 10:41:03', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/partner_01.png', 0, 'attachment', 'image/png', 0),
(149, 1, '2019-02-28 10:41:57', '2019-02-28 10:41:57', '\n						', 'partner_04', '\n						', 'inherit', 'open', 'closed', '', 'partner_04', '', '', '2019-02-28 10:41:57', '2019-02-28 10:41:57', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/partner_04.png', 0, 'attachment', 'image/png', 0),
(150, 1, '2019-02-28 10:43:37', '2019-02-28 10:43:37', '\n						', 'partner_02', '\n						', 'inherit', 'open', 'closed', '', 'partner_02', '', '', '2019-02-28 10:43:37', '2019-02-28 10:43:37', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/partner_02.png', 0, 'attachment', 'image/png', 0),
(151, 1, '2019-02-28 10:44:02', '2019-02-28 10:44:02', '\n						', 'partner_03', '\n						', 'inherit', 'open', 'closed', '', 'partner_03', '', '', '2019-02-28 10:44:02', '2019-02-28 10:44:02', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/partner_03.png', 0, 'attachment', 'image/png', 0),
(203, 1, '2019-01-25 10:11:08', '2019-01-25 10:11:08', '\n						', 'logo_footer', '\n						', 'inherit', 'open', 'closed', '', 'logo_footer', '', '', '2019-01-25 10:11:08', '2019-01-25 10:11:08', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/logo_footer.png', 0, 'attachment', 'image/png', 0),
(207, 1, '2019-01-25 10:54:06', '2019-01-25 10:54:06', '\n				<div class=\"contact-form-2\">[text* your-name watermark \"Name\"][email* your-email watermark \"Email\"][textarea your-message x4 watermark \"Message\"][submit \"Send Message\"]</div>\n1\nAgrosector \"[your-subject]\"\nAgrosector \nhelp@livewp.site\nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\nReply-To: [your-email]\n\n\n\n\nAgrosector \"[your-subject]\"\nAgrosector \n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\nReply-To: help@livewp.site\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.		', 'Contact form 2', '\n						', 'publish', 'closed', 'closed', '', 'contact-form-2', '', '', '2019-01-25 10:54:06', '2019-01-25 10:54:06', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=wpcf7_contact_form&amp;p=207', 0, 'wpcf7_contact_form', '', 0),
(213, 1, '2019-01-25 11:16:56', '2019-01-25 11:16:56', '\n						', 'Dan-Balan', '\n						', 'inherit', 'open', 'closed', '', 'dan-balan', '', '', '2019-01-25 11:16:56', '2019-01-25 11:16:56', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan.jpg', 0, 'attachment', 'image/jpeg', 0),
(219, 1, '2019-01-25 12:58:53', '2019-01-25 12:58:53', '\n						', 'image-1', '\n						', 'inherit', 'open', 'closed', '', 'image-1', '', '', '2019-01-25 12:58:53', '2019-01-25 12:58:53', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 1, '2019-01-25 12:58:54', '2019-01-25 12:58:54', '\n						', 'image-2', '\n						', 'inherit', 'open', 'closed', '', 'image-2', '', '', '2019-01-25 12:58:54', '2019-01-25 12:58:54', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(221, 1, '2019-01-25 12:58:54', '2019-01-25 12:58:54', '\n						', 'image-3', '\n						', 'inherit', 'open', 'closed', '', 'image-3', '', '', '2019-01-25 12:58:54', '2019-01-25 12:58:54', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 1, '2019-01-25 12:58:54', '2019-01-25 12:58:54', '\n						', 'image-4', '\n						', 'inherit', 'open', 'closed', '', 'image-4', '', '', '2019-01-25 12:58:54', '2019-01-25 12:58:54', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 1, '2019-01-25 12:58:55', '2019-01-25 12:58:55', '\n						', 'image-5', '\n						', 'inherit', 'open', 'closed', '', 'image-5', '', '', '2019-01-25 12:58:55', '2019-01-25 12:58:55', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(224, 1, '2019-01-25 12:58:55', '2019-01-25 12:58:55', '\n						', 'image-6', '\n						', 'inherit', 'open', 'closed', '', 'image-6', '', '', '2019-01-25 12:58:55', '2019-01-25 12:58:55', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 1, '2019-01-25 12:58:55', '2019-01-25 12:58:55', '\n						', 'image-7', '\n						', 'inherit', 'open', 'closed', '', 'image-7', '', '', '2019-01-25 12:58:55', '2019-01-25 12:58:55', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2019-01-25 12:58:56', '2019-01-25 12:58:56', '\n						', 'image-8', '\n						', 'inherit', 'open', 'closed', '', 'image-8', '', '', '2019-01-25 12:58:56', '2019-01-25 12:58:56', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(227, 1, '2019-01-25 12:58:56', '2019-01-25 12:58:56', '\n						', 'image-9', '\n						', 'inherit', 'open', 'closed', '', 'image-9', '', '', '2019-01-25 12:58:56', '2019-01-25 12:58:56', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(233, 1, '2019-01-28 07:49:16', '2019-01-28 07:49:16', '\n						', 'shape', '\n						', 'inherit', 'open', 'closed', '', 'shape', '', '', '2019-01-28 07:49:16', '2019-01-28 07:49:16', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/shape.png', 0, 'attachment', 'image/png', 0),
(247, 1, '2019-01-30 10:14:54', '2019-01-30 10:14:54', '<p>Những ngày này, Công ty CP DT và PT I AM V luôn chào đón khách tới tham quan tại gian hàng, tại đây khách lúc nào cũng đông vui và được mời ăn thử CHUỐI SẤY DẺO XUẤT KHẨU tại gian hàng. Ngoài chuối sấy dẻo vị truyền thống thơm ngon mới lạ, khách còn thưởng thức thêm các vỵ khác như: Chuối sấy dẻo vị Phomai, vị Tắc, Quế, Gừng, Dừa nạo và Socola.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"774\" src=\"http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi.jpg 1032w, http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi-300x225.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi-1024x768.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi-768x576.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi-480x360.jpg 480w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" title=\"_20191230121701_Anh trien lam quay chuoi\" />', 'Ngày triển lãm chuối sấy dẻo', '\n						', 'publish', 'open', 'open', '', 'post-with-image', '', '', '2023-04-01 09:22:04', '2023-04-01 09:22:04', '', 0, 'https://livewp.site/wp/md/agrosector/?p=247', 0, 'post', '', 2),
(248, 1, '2019-01-28 10:14:38', '2019-01-28 10:14:38', '						', 'image-10', '						', 'inherit', 'open', 'closed', '', 'image-10', '', '', '2023-04-01 09:19:42', '2023-04-01 09:19:42', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(249, 1, '2019-01-28 10:14:38', '2019-01-28 10:14:38', '\n						', 'corn', '\n						', 'inherit', 'open', 'closed', '', 'image-11', '', '', '2019-01-28 10:14:38', '2019-01-28 10:14:38', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(250, 1, '2019-01-28 10:14:39', '2019-01-28 10:14:39', '\n						', 'corn', '\n						', 'inherit', 'open', 'closed', '', 'image-12', '', '', '2019-01-28 10:14:39', '2019-01-28 10:14:39', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 1, '2019-01-28 10:14:39', '2019-01-28 10:14:39', '\n						', 'image-13', '\n						', 'inherit', 'open', 'closed', '', 'image-13', '', '', '2019-01-28 10:14:39', '2019-01-28 10:14:39', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(252, 1, '2019-01-28 10:14:40', '2019-01-28 10:14:40', '\n						', 'image-14', '\n						', 'inherit', 'open', 'closed', '', 'image-14', '', '', '2019-01-28 10:14:40', '2019-01-28 10:14:40', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 1, '2019-01-28 10:14:41', '2019-01-28 10:14:41', '\n						', 'image-15', '\n						', 'inherit', 'open', 'closed', '', 'image-15', '', '', '2019-01-28 10:14:41', '2019-01-28 10:14:41', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(254, 1, '2019-01-28 10:14:42', '2019-01-28 10:14:42', '\n						', 'image-16', '\n						', 'inherit', 'open', 'closed', '', 'image-16', '', '', '2019-01-28 10:14:42', '2019-01-28 10:14:42', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-16.jpg', 0, 'attachment', 'image/jpeg', 0),
(255, 1, '2019-01-28 10:14:43', '2019-01-28 10:14:43', '\n						', 'image-17', '\n						', 'inherit', 'open', 'closed', '', 'image-17', '', '', '2019-01-28 10:14:43', '2019-01-28 10:14:43', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-17.jpg', 0, 'attachment', 'image/jpeg', 0),
(256, 1, '2019-01-28 10:14:43', '2019-01-28 10:14:43', '\n						', 'image-18', '\n						', 'inherit', 'open', 'closed', '', 'image-18', '', '', '2019-01-28 10:14:43', '2019-01-28 10:14:43', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-18.jpg', 0, 'attachment', 'image/jpeg', 0),
(257, 1, '2019-01-28 10:14:44', '2019-01-28 10:14:44', '\n						', 'image-19', '\n						', 'inherit', 'open', 'closed', '', 'image-19', '', '', '2019-01-28 10:14:44', '2019-01-28 10:14:44', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-19.jpg', 0, 'attachment', 'image/jpeg', 0),
(258, 1, '2019-01-28 10:14:45', '2019-01-28 10:14:45', '\n						', 'image-20', '\n						', 'inherit', 'open', 'closed', '', 'image-20', '', '', '2019-01-28 10:14:45', '2019-01-28 10:14:45', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-20.jpg', 0, 'attachment', 'image/jpeg', 0),
(259, 1, '2019-01-28 10:14:45', '2019-01-28 10:14:45', '\n						', 'image-21', '\n						', 'inherit', 'open', 'closed', '', 'image-21', '', '', '2019-01-28 10:14:45', '2019-01-28 10:14:45', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-21.jpg', 0, 'attachment', 'image/jpeg', 0),
(260, 1, '2019-01-28 10:14:46', '2019-01-28 10:14:46', '\n						', 'Banner', '\n						', 'inherit', 'open', 'closed', '', 'image-22', '', '', '2019-01-28 10:14:46', '2019-01-28 10:14:46', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-22.jpg', 0, 'attachment', 'image/jpeg', 0),
(271, 1, '2019-01-28 10:40:28', '2019-01-28 10:40:28', '\n						', 'thumbnail_01', '\n						', 'inherit', 'open', 'closed', '', 'thumbnail_01', '', '', '2019-01-28 10:40:28', '2019-01-28 10:40:28', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/thumbnail_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2019-01-28 10:40:28', '2019-01-28 10:40:28', '\n						', 'thumbnail_02', '\n						', 'inherit', 'open', 'closed', '', 'thumbnail_02', '', '', '2019-01-28 10:40:28', '2019-01-28 10:40:28', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/thumbnail_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(273, 1, '2019-01-28 10:40:28', '2019-01-28 10:40:28', '\n						', 'thumbnail_03', '\n						', 'inherit', 'open', 'closed', '', 'thumbnail_03', '', '', '2019-01-28 10:40:28', '2019-01-28 10:40:28', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/thumbnail_03.jpg', 0, 'attachment', 'image/jpeg', 0),
(276, 1, '2019-01-28 10:47:07', '2019-01-28 10:47:07', '\n						', 'home_bg_01', '\n						', 'inherit', 'open', 'closed', '', 'home_bg_01', '', '', '2019-01-28 10:47:07', '2019-01-28 10:47:07', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(277, 1, '2019-01-28 10:53:49', '2019-01-28 10:53:49', '\n						', 'home_bg_03', '\n						', 'inherit', 'open', 'closed', '', 'home_bg_03', '', '', '2019-01-28 10:53:49', '2019-01-28 10:53:49', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg', 0, 'attachment', 'image/jpeg', 0),
(278, 1, '2019-01-28 10:53:49', '2019-01-28 10:53:49', '\n						', 'home_bg_02', '\n						', 'inherit', 'open', 'closed', '', 'home_bg_02', '', '', '2019-01-28 10:53:49', '2019-01-28 10:53:49', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(285, 1, '2019-01-28 12:21:13', '2019-01-28 12:21:13', '\n						', 'shape-bottom', '\n						', 'inherit', 'open', 'closed', '', 'shape-bottom', '', '', '2019-01-28 12:21:13', '2019-01-28 12:21:13', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/shape-bottom.png', 0, 'attachment', 'image/png', 0),
(286, 1, '2019-01-28 12:21:13', '2019-01-28 12:21:13', '\n						', 'shape-top', '\n						', 'inherit', 'open', 'closed', '', 'shape-top', '', '', '2019-01-28 12:21:13', '2019-01-28 12:21:13', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/shape-top.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(322, 1, '2019-01-29 08:20:32', '2019-01-29 08:20:32', '<style>/*! elementor - v3.12.0 - 29-03-2023 */<br />\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\n<h2>Our Mission</h2>\ndabia706@gmail.com(+84) 968 86 03 86\n\nĐược thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.\n\nMục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.\n\nNhững nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.\n\nChúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.\n<h2>Về IamV</h2>\n<p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p>\nĐịa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh\n\nNgành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...\n\nGiữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…\n\nCuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.\n\nĐầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.\n\nVới hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.\n\nChúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .\n\nVà để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...\n\n*** TẦM NHÌN :\n\nNông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.\n\nĐồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.\n\n*** SỨ MỆNH:\n\nChúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.\n\nLiên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:\n\n+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.\n\n+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.\n\n+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.\n\n*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”\n\nChúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.\n<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2>\n<p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>\n\n<style>/*! elementor - v3.12.0 - 29-03-2023 */<br />\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\"></a></figure>\n<h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4>\nNguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\"></a></figure>\n<h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4>\nCác sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\"></a></figure>\n<h4><a href=\"#\">Chất lượng &amp; Tin cậy</a></h4>\nĐảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\"></a></figure>\n<h4><a href=\"#\">Đồng hành cùng nông dân</a></h4>\nHỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.', 'About', '\n						', 'publish', 'closed', 'closed', '', 'gioi-thieu', '', '', '2023-04-01 08:47:26', '2023-04-01 08:47:26', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=322', 0, 'page', '', 0),
(330, 1, '2019-01-29 08:42:32', '2019-01-29 08:42:32', '\n						', 'Jason-Ford', '\n						', 'inherit', 'open', 'closed', '', 'jason-ford', '', '', '2019-01-29 08:42:32', '2019-01-29 08:42:32', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/Jason-Ford.png', 0, 'attachment', 'image/png', 0),
(339, 1, '2017-12-29 09:37:10', '2017-12-29 09:37:10', '\n				Purple cabbage by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Purple cabbage', '\n				Purple cabbage by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'purple-cabbage', '', '', '2017-12-29 09:37:10', '2017-12-29 09:37:10', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=339', 0, 'product', '', 0),
(377, 1, '2019-01-29 10:19:08', '2019-01-29 10:19:08', '\n						', 'about_img_01', '\n						', 'inherit', 'open', 'closed', '', 'about_img_01', '', '', '2019-01-29 10:19:08', '2019-01-29 10:19:08', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png', 0, 'attachment', 'image/png', 0),
(435, 1, '2019-01-29 14:11:10', '2019-01-29 14:11:10', '\n						', 'Flipbox_01', '\n						', 'inherit', 'open', 'closed', '', 'flipbox_01', '', '', '2019-01-29 14:11:10', '2019-01-29 14:11:10', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/Flipbox_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(436, 1, '2019-01-29 14:11:10', '2019-01-29 14:11:10', '\n						', 'Flipbox_02', '\n						', 'inherit', 'open', 'closed', '', 'flipbox_02', '', '', '2019-01-29 14:11:10', '2019-01-29 14:11:10', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/Flipbox_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(437, 1, '2019-01-29 14:11:11', '2019-01-29 14:11:11', '\n						', 'Flipbox_03', '\n						', 'inherit', 'open', 'closed', '', 'flipbox_03', '', '', '2019-01-29 14:11:11', '2019-01-29 14:11:11', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/Flipbox_03.jpg', 0, 'attachment', 'image/jpeg', 0),
(480, 1, '2019-01-30 08:00:52', '2019-01-30 08:00:52', '\n						', 'Sarah-Miller', '\n						', 'inherit', 'open', 'closed', '', 'sarah-miller', '', '', '2019-01-30 08:00:52', '2019-01-30 08:00:52', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller.jpg', 0, 'attachment', 'image/jpeg', 0),
(488, 1, '2019-01-29 09:43:31', '2019-01-29 09:43:31', '\n				<!-- wp:paragraph -->\n<p>Nullam augue mi, feugiat sit amet accumsan euismod, ullamcorper sed mi. In ut pretium ipsum. Cras vitae metus libero. Sed gravida, sapien nec tincidunt tempor, <em>ipsum diam semper</em> felis, eu bibendum neque nulla sit amet tellus. Maecenas interdum neque erat, ac mollis ante feugiat a. </p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post Without Image', '\n						', 'trash', 'open', 'open', '', 'post-without-image__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=488', 0, 'post', '', 0),
(490, 1, '2019-01-30 10:44:03', '2019-01-30 10:44:03', '\n				<!-- wp:paragraph -->\n<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\"color: #b2b74a\">established that</em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.</p>\n<!-- /wp:paragraph -->		\n		\n			#gallery-1 {\n				margin: auto;\n			}\n			#gallery-1 .gallery-item {\n				float: left;\n				margin-top: 10px;\n				text-align: center;\n				width: 50%;\n			}\n			#gallery-1 img {\n				border: 2px solid #cfcfcf;\n			}\n			#gallery-1 .gallery-caption {\n				margin-left: 0;\n			}\n			/* see gallery_shortcode() in wp-includes/media.php */\n		\n		<dl class=\'gallery-item\'>\n			<dt class=\'gallery-icon portrait\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8e08dd7\" href=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\'><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11-991x1024.jpg\" alt=\"\" title=\"corn\" /></a>\n			</dt></dl><dl class=\'gallery-item\'>\n			<dt class=\'gallery-icon portrait\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8e08dd7\" href=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\'><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12-991x1024.jpg\" alt=\"\" title=\"corn\" /></a>\n			</dt></dl><br style=\"clear: both\" />\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'post_content', '\n						', 'publish', 'closed', 'closed', '', 'post_content', '', '', '2019-01-30 10:44:03', '2019-01-30 10:44:03', '', 0, 'https://livewp.site/wp/md/agrosector/?elementor_library=post_content', 0, 'elementor_library', '', 0),
(503, 1, '2019-01-30 09:40:13', '2019-01-30 09:40:13', '\n				<!-- wp:paragraph -->\n<p>Phasellus lobortis ut eros ut efficitur. Cras dapibus, quam at vulputate molestie, ante ipsum condimentum quam, id <em>bibendum libero</em> sapien ullamcorper elit. Praesent posuere venenatis ante, in lobortis risus euismod lobortis. Fusce nec ipsum libero. Curabitur efficitur fermentum tellus pulvinar mattis. Praesent eu dolor libero. Mauris vulputate rutrum erat vitae ullamcorper.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post With Video', '\n						', 'trash', 'open', 'open', '', 'post-with-video__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=503', 0, 'post', '', 0),
(510, 1, '2019-01-30 08:50:00', '2019-01-30 08:50:00', '\n				<!-- wp:paragraph -->\n<p>Proin gravida pellentesque erat nec maximus. Ut eu mauris lorem. Aliquam quis rutrum est. Donec mollis, tortor sed interdum pulvinar, quam est scelerisque leo, ac elementum <em>ex nulla quis</em> lectus. Duis accumsan tortor eget dolor efficitur vestibulum. Nullam ut congue lorem. Vestibulum efficitur arcu felis, vel imperdiet enim cursus at interdum tristique nunc.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post With Quote', '\n						', 'trash', 'open', 'open', '', 'post-with-quote__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=510', 0, 'post', '', 0),
(513, 1, '2019-01-30 08:20:28', '2019-01-30 08:20:28', '\n				<!-- wp:paragraph -->\n<p>Vestibulum dictum, purus et euismod pharetra, mi purus rutrum massa, sed consectetur ipsum ipsum in nisl. Nullam eget ante sit amet urna vulputate egestas. Donec congue <em>egestas nisl varius</em> bibendum. In ut venenatis sem. Nunc orci massa, aliquet id vestibulum vel, tristique sit amet est. Aenean a justo mollis, dictum nisl a, consectetur mi.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Audio Title Goes Here', '\n						', 'trash', 'open', 'open', '', 'audio-title-goes-here__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=513', 0, 'post', '', 0),
(516, 1, '2019-01-30 08:05:25', '2019-01-30 08:05:25', '\n				<!-- wp:paragraph -->\n<p>Etiam tempor elit lectus, eu maximus leo auctor in. Duis fermentum velit nec <em>tortor ultrices</em> vestibulum. Etiam eu consectetur orci. Suspendisse condimentum eu dolor vitae porta. Quisque aliquet velit vestibulum nisi tristique faucibus. In hac habitasse platea dictumst. Duis suscipit consequat nisi, eget rutrum elit blandit in.  Donec varius sapien tellus, eu interdum ante posuere eu.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post With Slideshow', '\n						', 'trash', 'open', 'open', '', 'post-with-slideshow__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=516', 0, 'post', '', 0),
(519, 1, '2019-01-30 07:10:50', '2019-01-30 07:10:50', '\n				<!-- wp:paragraph -->\n<p>Maecenas interdum neque erat, ac mollis ante feugiat a. Donec elementum faucibus aliquam. In hac habitasse platea dictumst. Duis eget urna vel tortor <em>tristique accumsan</em> et eget mi. Vivamus vestibulum sollicitudin nulla non tincidunt. Nulla pharetra feugiat ligula, nec viverra quam auctor nec. Nullam non eleifend turpis. Cras vitae metus libero.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post With Link', '\n						', 'trash', 'open', 'open', '', 'post-with-link__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=519', 0, 'post', '', 0),
(522, 1, '2019-01-30 14:00:38', '2019-01-30 14:00:38', '\n				<h3>Personal Experience</h3>\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident. Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.\n\n<img title=\"home_img_01\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" width=\"497\" height=\"764\" />\n<h3>Skills and Advantages</h3>\nProduct Purity\nProduct Purity\n98%\nFarmers Competence\nFarmers Competence\n89%\nEquipment\nEquipment\n90%\nSatisfied Customers\nSatisfied Customers\n99%\n\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.\n<h4>Technical Experience</h4>\nVivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.		', 'Jason Fiord', '\n						', 'publish', 'closed', 'closed', '', 'jason-fiord', '', '', '2019-01-30 14:00:38', '2019-01-30 14:00:38', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=team&amp;p=522', 0, 'team', '', 0),
(530, 1, '2019-01-30 13:42:48', '2019-01-30 13:42:48', '\n				<h3>Personal Experience</h3>\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident. Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.\n\n<img title=\"home_img_01\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" width=\"497\" height=\"764\" />\n<h3>Skills and Advantages</h3>\nProduct Purity\nProduct Purity\n98%\nFarmers Competence\nFarmers Competence\n89%\nEquipment\nEquipment\n90%\nSatisfied Customers\nSatisfied Customers\n99%\n\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.\n<h4>Technical Experience</h4>\nVivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.		', 'Alex Well', '\n						', 'publish', 'closed', 'closed', '', 'alex-well', '', '', '2019-01-30 13:42:48', '2019-01-30 13:42:48', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=team&amp;p=530', 0, 'team', '', 0),
(547, 1, '2019-01-30 13:10:04', '2019-01-30 13:10:04', '\n				<h3>Personal Experience</h3>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident. Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.</p>		\n										<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" title=\"home_img_01\" />											\n			<h3>Skills and Advantages</h3>		\n						Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.</p>		\n			<h4>Technical Experience</h4>		\n		<p>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.</p>		', 'team_content', '\n						', 'publish', 'closed', 'closed', '', 'team_content', '', '', '2019-01-30 13:10:04', '2019-01-30 13:10:04', '', 0, 'https://livewp.site/wp/md/agrosector/?elementor_library=team_content', 0, 'elementor_library', '', 0),
(551, 1, '2019-01-30 12:12:51', '2019-01-30 12:12:51', '\n				<h3>Personal Experience</h3>\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident. Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.\n\n<img title=\"home_img_01\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" width=\"497\" height=\"764\" />\n<h3>Skills and Advantages</h3>\nProduct Purity\nProduct Purity\n98%\nFarmers Competence\nFarmers Competence\n89%\nEquipment\nEquipment\n90%\nSatisfied Customers\nSatisfied Customers\n99%\n\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.\n<h4>Technical Experience</h4>\nVivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.		', 'Lusi Jackson', '\n						', 'publish', 'closed', 'closed', '', 'lusi-jackson', '', '', '2019-01-30 12:12:51', '2019-01-30 12:12:51', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=team&amp;p=551', 0, 'team', '', 0),
(554, 1, '2019-01-30 11:17:10', '2019-01-30 11:17:10', '\n				<h3>Personal Experience</h3>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident. Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.</p>		\n										<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" title=\"home_img_01\" />											\n			<h3>Skills and Advantages</h3>		\n						Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.</p>		\n			<h3>Technical Experience</h3>		\n		<p>Vivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.</p>		', 'Artur Sunday', '\n						', 'publish', 'closed', 'closed', '', 'artur-sunday', '', '', '2019-01-30 11:17:10', '2019-01-30 11:17:10', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=team&amp;p=554', 0, 'team', '', 0),
(557, 1, '2019-01-30 10:19:30', '2019-01-30 10:19:30', '\n				<h3>Personal Experience</h3>\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident. Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.\n\n<img title=\"home_img_01\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" width=\"497\" height=\"764\" />\n<h3>Skills and Advantages</h3>\nProduct Purity\nProduct Purity\n98%\nFarmers Competence\nFarmers Competence\n89%\nEquipment\nEquipment\n90%\nSatisfied Customers\nSatisfied Customers\n99%\n\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.\n<h4>Technical Experience</h4>\nVivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.		', 'Rosa Stone', '\n						', 'publish', 'closed', 'closed', '', 'rosa-stone', '', '', '2019-01-30 10:19:30', '2019-01-30 10:19:30', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=team&amp;p=557', 0, 'team', '', 0),
(560, 1, '2019-01-30 09:24:31', '2019-01-30 09:24:31', '\n				<h3>Personal Experience</h3>\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident. Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.\n\n<img title=\"home_img_01\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" width=\"497\" height=\"764\" />\n<h3>Skills and Advantages</h3>\nProduct Purity\nProduct Purity\n98%\nFarmers Competence\nFarmers Competence\n89%\nEquipment\nEquipment\n90%\nSatisfied Customers\nSatisfied Customers\n99%\n\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.\n<h4>Technical Experience</h4>\nVivamus tristique risus purus, ut ullamcorper nunc facilisis a. Nulla vitae dignissim tellus, eu pulvinar mauris. Nunc nec pellentesque ex. Vestibulum pretium odio at sollicitudin cursus. Proin velit purus\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vitae augue eget ante molestie pharetra at ut ante. Mauris eget metus vel ligula dapibus convallis nec at sem. Morbi velit dui, sodales eget euismod ultrices, tempor eu sem. Suspendisse potenti. Fusce augue magna, venenatis  magna urna. Nam aliquam posuere velit, quis scelerisque libero.		', 'Donald Benjamin', '\n						', 'publish', 'closed', 'closed', '', 'donald-benjamin', '', '', '2019-01-30 09:24:31', '2019-01-30 09:24:31', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=team&amp;p=560', 0, 'team', '', 0),
(565, 1, '2019-01-30 13:29:20', '2019-01-30 13:29:20', '\n				<img width=\"508\" height=\"620\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/team_img_01.png\" alt=\"\" title=\"team_img_01\" />											\n		<h2>About Our Team</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n						Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2 style=\"text-align: left\">Meet Our Spesialists</h2>		\n		<p>Enim legendos id nec. Ei vim invidunt molestiae complectitur. In mundi menandri quo. Ei ipsum voluptua pri. Cu fierent definiebas sed.</p>		\n								<ul>\n					<li>\n                        <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/03-540x540.jpg\" title=\"03\" alt=\"\" /><a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Jason Fiord</h3>Founder/ Farmer\n            </li><li>\n                        <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/02-540x540.jpg\" title=\"02\" alt=\"\" /><a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Alex Well</h3>Agronomist\n            </li><li>\n                        <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/05-540x540.jpg\" title=\"05\" alt=\"\" /><a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Lusi Jackson</h3>Milking Operator\n            </li>				</ul>\n								<ul>\n					<li>\n                        <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/04-540x540.jpg\" title=\"04\" alt=\"\" /><a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Artur Sunday</h3>Mechanic\n            </li><li>\n                        <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/07-540x540.jpg\" title=\"07\" alt=\"\" /><a href=\"#\">facebook</a><a href=\"#\">twitter</a><a href=\"#\">instagram</a>\n                                    <h3>Rosa Stone</h3>Livestock Breeder\n            </li><li>\n                        <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/06-540x540.jpg\" title=\"06\" alt=\"\" /><a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Donald Benjamin</h3>Poultry House\n            </li>				</ul>\n		<h2 style=\"text-align: center\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-272x272.jpg\" alt=\"\" /><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.</p>Sarah-MillerCustomer							\n		<h2>What is Asked?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			Ut enim ad minim veniam, quis nostrud exercitation ullamco?Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia?Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, habemus te has, vocent persius eum ea.Sed ut perspiciatis unde omnis iste natus errorsit?Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.Consectetur adipisicing elit, sed do eiusmod tempor incididunt?Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, habemus te has, vocent persius eum ea.Ut enim ad minim veniam, quis nostrud exercitation?Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.		\n										<img width=\"508\" height=\"735\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/team_img_02.png\" alt=\"\" title=\"team_img_02\" />		', 'Our Team', '\n						', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2019-01-30 13:29:20', '2019-01-30 13:29:20', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=565', 0, 'page', '', 0),
(596, 1, '2019-01-30 14:43:44', '2019-01-30 14:43:44', '						', 'team_img_02', '						', 'inherit', 'open', 'closed', '', 'team_img_02', '', '', '2023-04-01 08:10:43', '2023-04-01 08:10:43', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(601, 1, '2019-02-07 10:33:44', '2019-02-07 10:33:44', '\n				\n<!-- START REVOLUTION SLIDER 5.4.8.2 auto mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-1\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_01.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_01.jpg\" alt=\"\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-no-retina> \n		<!-- LAYER NR. 2 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-no-retina> \n		<!-- LAYER NR. 3 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 4 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 5 -->\n		Grow naturally, Live natural \n		<!-- LAYER NR. 6 -->\n		FARMING \n		<!-- LAYER NR. 7 -->\n		Who We Are \n		<!-- LAYER NR. 8 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-2\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_02.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_02.jpg\" alt=\"\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 9 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-no-retina> \n		<!-- LAYER NR. 10 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-no-retina> \n		<!-- LAYER NR. 11 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 12 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 13 -->\n		Grow naturally, Live natural \n		<!-- LAYER NR. 14 -->\n		FARMING \n		<!-- LAYER NR. 15 -->\n		Who We Are \n		<!-- LAYER NR. 16 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_03.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_03.jpg\" alt=\"\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 17 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-no-retina> \n		<!-- LAYER NR. 18 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-no-retina> \n		<!-- LAYER NR. 19 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 20 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 21 -->\n		Grow naturally, Live natural \n		<!-- LAYER NR. 22 -->\n		FARMING \n		<!-- LAYER NR. 23 -->\n		Who We Are \n		<!-- LAYER NR. 24 -->\n		Get in Touch\n	</li>\n</ul>\n\n	\n		\n						#rev_slider_1_1 .zeus .tp-thumb{opacity:1}#rev_slider_1_1 .zeus .tp-thumb-over{background:rgba(0,0,0,0.25); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; -webkit-transition:all 0.3s; transition:all 0.3s}#rev_slider_1_1 .zeus .tp-thumb-more:before{font-family:\"revicons\"; font-size:0px; color:rgb(255,255,255,0); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:20px; right:20px; z-index:2}#rev_slider_1_1 .zeus .tp-thumb-more:before{content:\"e825\"}#rev_slider_1_1 .zeus .tp-thumb-title{font-family:\"Raleway\"; letter-spacing:1px; font-size:0px; color:rgb(255,255,255,0); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:0px; left:0px; z-index:2; padding:20px 35px 20px 20px; width:100%; height:100%; box-sizing:border-box; transition:all 0.3s; -webkit-transition:all 0.3s; font-weight:500}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-more:before,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-more:before{color:rgb(255,255,255,0)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-over,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-over{background:rgba(0,0,0,0.5)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-title,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-title{color:rgb(255,255,255,0)}\n				<!-- END REVOLUTION SLIDER -->	\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" title=\"home_img_01\" />											\n		<h2>Why Choose Us?</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_01.png\" alt=\"\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_02.png\" alt=\"\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_03.png\" alt=\"\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_04.png\" alt=\"\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n		\n			#gallery-1 {\n				margin: auto;\n			}\n			#gallery-1 .gallery-item {\n				float: left;\n				margin-top: 10px;\n				text-align: center;\n				width: 100%;\n			}\n			#gallery-1 img {\n				border: 2px solid #cfcfcf;\n			}\n			#gallery-1 .gallery-caption {\n				margin-left: 0;\n			}\n			/* see gallery_shortcode() in wp-includes/media.php */\n		\n		<dl class=\'gallery-item\'>\n			<dt class=\'gallery-icon landscape\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"3e218e1\" href=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01.jpg\'><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01.jpg\" alt=\"\" title=\"gallery_img_01\" /></a>\n			</dt></dl><br style=\"clear: both\" />\n			<strong>88</strong>\n			<h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_11.png\" alt=\"\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_12.png\" alt=\"\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_13.png\" alt=\"\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n										<img width=\"594\" height=\"797\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png\" alt=\"\" title=\"home_img_02\" />											\n		<h2 style=\"text-align: center\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n		<p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_1.png\" alt=\"\" width=\"152\" height=\"51\" /></p>		\n		<p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_2.png\" alt=\"\" width=\"161\" height=\"53\" /></p>		\n		<p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_03.png\" alt=\"\" width=\"148\" height=\"48\" /></p>		\n		<p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_04.png\" alt=\"\" width=\"114\" height=\"47\" /></p>		\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Post With Image</a></h2>.elementor-247 .elementor-element.elementor-element-8e08dd7 .gallery-item{padding:0 30px 30px 0;}.elementor-247...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Read More</a>\n                            <h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\">Post Without Image</a></h2>.elementor-488 .elementor-element.elementor-element-4513541 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\">Read More</a>\n                            <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" alt=\"\" />\n                                                   \n                                               <h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Post With Video</a></h2>.elementor-503 .elementor-element.elementor-element-5c3e8e23 &gt; .elementor-element-populated{padding:10px 10px 0px...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Read More</a>\n		<h2 style=\"text-align: center\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		\n		<h2>Get in Touch</h2><h3>Address:</h3>5611 Wellington Road, Suite 115,<br>Gainesville, VA 20155<h3>Phone:</h3><p>800 853 6429</p><h3>Email:</h3><p>email@example.com</p><h3>Opening Hours:</h3><p>Mon - Thu: 10.00 am - 6.00 pm<br />Sat - Sun: 10.00 am - 5.00 pm</p><p><a href=\"#\" target=\"_blank\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\" style=\"font-size: 20px;color: #d1d1d1;margin-right: 10px;margin-top: 5px\" rel=\"noopener\"><i> </i></a> <a href=\"#\" target=\"_blank\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\" style=\"font-size: 20px;color: #d1d1d1;margin-right: 10px;margin-top: 5px\" rel=\"noopener\"><i> </i></a><a href=\"#\" target=\"_blank\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\" style=\"font-size: 20px;color: #d1d1d1;margin-right: 10px;margin-top: 5px\" rel=\"noopener\"><i> </i></a><a href=\"#\" target=\"_blank\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\" style=\"font-size: 20px;color: #d1d1d1;margin-right: 10px;margin-top: 5px\" rel=\"noopener\"><i> </i></a> </p>		\n		<h2>Contact Us</h2>		\n			[contact-form-7 id=\"207\" title=\"Contact form 2\"]		', 'Home', '\n						', 'publish', 'closed', 'closed', '', 'home', '', '', '2019-02-07 10:33:44', '2019-02-07 10:33:44', '', 0, 'https://livewp.site/wp/md/agrosector/?elementor_library=home', 0, 'elementor_library', '', 0),
(625, 1, '2019-02-08 14:47:57', '2019-02-08 14:47:57', '\n						', 'home_bg_img_4', '\n						', 'inherit', 'open', 'closed', '', 'home_bg_img_4', '', '', '2019-02-08 14:47:57', '2019-02-08 14:47:57', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/home_bg_img_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(636, 1, '2019-02-14 10:27:56', '2019-02-14 10:27:56', '\n				<p><img style=\"width: 27px;margin-right: 20px;margin-top: 15px\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/placeholder.png\" alt=\"\" width=\"54\" height=\"76\" />Chicago</p>		\n		<p>Address:</p><p>8500, Lorem Street, Chicago, IL, 55030</p><p>Phone:</p><p>800 853 2538</p><p>Email:</p><p>email@example.com</p><p>Opening Hours:</p><p>Mon - Thu: 10.00 am - 6.00 pm<br />Sat - Sun: 10.00 am - 5.00 pm</p><img style=\"width: 27px;margin-right: 20px;margin-top: 15px\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/placeholder.png\" alt=\"\" width=\"54\" height=\"76\" />Madrid		\n		<p>Address:</p><p>Ronda de Valencia, 13, 60015 Madrid, Spain</p><p>Phone:</p><p>800 853 2538</p><p>Email:</p><p>email@example.com</p><p>Opening Hours:</p><p>Mon - Thu: 10.00 am - 6.00 pm<br />Sat - Sun: 10.00 am - 5.00 pm</p><img style=\"width: 27px;margin-right: 20px;margin-top: 15px\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/placeholder.png\" alt=\"\" width=\"54\" height=\"76\" />Melbourne		\n		<p>Address:</p><p>123 6Th St.Melbourne, Fl 32904</p><p>Phone:</p><p>800 863 1229</p><p>Email:</p><p>email@example.com</p><p>Opening Hours:</p><p>Mon - Thu: 10.00 am - 6.00 pm<br />Sat - Sun: 10.00 am - 5.00 pm</p>		\n			<h2>Contact Us</h2>		\n		<p>We respect your privacy and do not to tolerate spam and will never sell, rent, lease or give away your information. We are here to answer any questions you may have.</p>		\n		<p>[contact-form-7 id=\"644\" title=\"Contacts\"]</p>		', 'Contacts', '\n						', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2019-02-14 10:27:56', '2019-02-14 10:27:56', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=636', 0, 'page', '', 0),
(644, 1, '2019-02-14 11:17:05', '2019-02-14 11:17:05', '\n				<div class=\"row contacts_form\">\n  <div class=\"span6\">[text* Name placeholder \"Name *\"]</div>\n  <div class=\"span6\">[email* your-email placeholder \"E-Mail *\"]</div>\n  <div class=\"span12\">[textarea your-message placeholder \"Message\"][submit \"Send Message\"]</div>    \n</div>\n1\nAgrosector \"[your-subject]\"\nAgrosector \nhelp@livewp.site\nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\nReply-To: [your-email]\n\n\n\n\nAgrosector \"[your-subject]\"\nAgrosector \n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\nReply-To: help@livewp.site\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.		', 'Contacts', '\n						', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2019-02-14 11:17:05', '2019-02-14 11:17:05', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=wpcf7_contact_form&amp;p=644', 0, 'wpcf7_contact_form', '', 0),
(673, 1, '2019-02-14 13:40:02', '2019-02-14 13:40:02', '\n						', 'placeholder', '\n						', 'inherit', 'open', 'closed', '', 'placeholder', '', '', '2019-02-14 13:40:02', '2019-02-14 13:40:02', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/placeholder.png', 0, 'attachment', 'image/png', 0),
(686, 1, '2019-02-14 13:58:22', '2019-02-14 13:58:22', '\n				<h2 style=\"text-align: center\">What We Offer?</h2><p style=\"text-align: center\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"370\" height=\"251\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/cooking-delicious-food.jpg\" alt=\"\" title=\"cooking-delicious-food\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio ex.\n Sed utinam tamquam cu, his purto cot idieque ei, te zril populo ius essentially unchanged.</p>		\n			<figure><a href=\"#\"><img width=\"370\" height=\"251\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/agriculture-basil-bunch.jpg\" alt=\"\" title=\"agriculture-basil-bunch\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4><p>Sed ne paulo mnesarchum, habeo \nbon novum utroque. Ex sed veritus albucius comprehensam, cu dicam eum sheets containing.</p>		\n			<figure><a href=\"#\"><img width=\"369\" height=\"251\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/aerial-shot-aerial-view-agriculture.jpg\" alt=\"\" title=\"aerial-shot-aerial-view-agriculture\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4><p>No utinam dolore vel, ut pro purtontiae voluptatum, utinam philosophia ad quo. Ius ei saepe fierent principesris web page.</p>		\n			<figure><a href=\"#\"><img width=\"370\" height=\"251\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/alone-background-basket.jpg\" alt=\"\" title=\"alone-background-basket\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Id quo meis inermis recteque. Sua  \npartem pertinax pri ad, agam scriptorem te vix, eu vidisse volumus pro semper sapien.</p>		\n			<figure><a href=\"#\"><img width=\"370\" height=\"251\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/peter-gonzalez.jpg\" alt=\"\" title=\"peter-gonzalez\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Eu modo labore dolorum duo, ludus\nintellegam ad, nemore persius mei an. Pri no tota probatus, an duis movet rhoncus dui lectus.</p>		\n			<figure><a href=\"#\"><img width=\"369\" height=\"251\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/blur-bright-dew.jpg\" alt=\"\" title=\"blur-bright-dew\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Quo inani ornatus ut, assum melius, \nmel no dicam munere. Probo scripta qui in. No tempor contentiones pro finibus nec.</p>		\n		<h2 style=\"text-align: center\">Why Choose Us?</h2><p style=\"text-align: center\">Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_01.png\" alt=\"\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_02.png\" alt=\"\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n										<img width=\"538\" height=\"474\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/why-choose-us.png\" alt=\"\" title=\"why-choose-us\" />											\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_03.png\" alt=\"\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_04.png\" alt=\"\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2 style=\"text-align: center\">How We Work</h2><p style=\"text-align: center\">Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius ea.</p>		\n			<figure><img width=\"292\" height=\"292\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/services_img_01.png\" alt=\"\" title=\"services_img_01\" /></figure><h3>01. Contact Us</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<figure><img width=\"292\" height=\"292\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/services_img_02.png\" alt=\"\" title=\"services_img_02\" /></figure><h3>02. Place an Order</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<figure><img width=\"292\" height=\"292\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/services_img_03.png\" alt=\"\" title=\"services_img_03\" /></figure><h3>03. Make a Payment</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<figure><img width=\"292\" height=\"292\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/services_img_04.png\" alt=\"\" title=\"services_img_04\" /></figure><h3>04. Receive an Order</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n										<img width=\"500\" height=\"720\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/about_img_02.png\" alt=\"\" title=\"about_img_02\" />											\n		<h2>Our Progress</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n		88+	\n			<h4><a href=\"#\">Awards Won</a></h4><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n		86+	\n			<h4><a href=\"#\">Points of Sale of Goods</a></h4><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n		108+	\n			<h4><a href=\"#\">Regular Customers</a></h4><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n		54+	\n			<h4><a href=\"#\">Professional Engineering</a></h4><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2 style=\"text-align: center\">Pricing &amp; Plans</h2><p style=\"text-align: center\">His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id.</p>		\n									<h3>Standard Plan</h3>\n				<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/idea.png\" alt=\"price_img_2\" />			\n				$65.99			\n					<p style=\"text-align: center\">Install a Patio or Pathway</p><p style=\"text-align: center\">Install Landscaping</p><p style=\"text-align: center\">Waterproof a Deck Costs</p><p style=\"text-align: center\">Remove a Tree Stump</p>				\n						<a href=\"#\">\n														Order Now\n													</a>\n									<h3>Gold Plan</h3>\n				<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/agronomy.png\" alt=\"price_img_2\" />			\n				$105.99			\n					<p style=\"text-align: center\">Install Landscaping</p><p style=\"text-align: center\">Remove a Tree Stump</p><p style=\"text-align: center\">Waterproof a Deck Costs</p><p style=\"text-align: center\">Remove a Tree Stump</p><p style=\"text-align: center\">Waterproof a Deck Costs</p>				\n						<a href=\"#\">\n														Order Now\n													</a>\n									<h3>Silver Plan</h3>\n				<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/farm-house.png\" alt=\"price_img_2\" />			\n				$85.99			\n					<p style=\"text-align: center\">Waterproof a Deck Costs</p><p style=\"text-align: center\">Install a Patio or Pathway</p><p style=\"text-align: center\">Remove a Tree Stump</p><p style=\"text-align: center\">Install Landscaping</p>				\n						<a href=\"#\">\n														Order Now\n													</a>\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_01.png\" alt=\"\" width=\"152\" height=\"51\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_02.png\" alt=\"\" width=\"161\" height=\"53\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_03.png\" alt=\"\" width=\"148\" height=\"48\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_04.png\" alt=\"\" width=\"114\" height=\"47\" />		', 'Services', '\n						', 'publish', 'closed', 'closed', '', 'services', '', '', '2019-02-14 13:58:22', '2019-02-14 13:58:22', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=686', 0, 'page', '', 0),
(691, 1, '2019-02-14 14:21:10', '2019-02-14 14:21:10', '\n						', 'cooking-delicious-food', '\n						', 'inherit', 'open', 'closed', '', 'cooking-delicious-food', '', '', '2019-02-14 14:21:10', '2019-02-14 14:21:10', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/cooking-delicious-food.jpg', 0, 'attachment', 'image/jpeg', 0),
(692, 1, '2019-02-14 14:29:45', '2019-02-14 14:29:45', '\n						', 'aerial-shot-aerial-view-agriculture', '\n						', 'inherit', 'open', 'closed', '', 'aerial-shot-aerial-view-agriculture', '', '', '2019-02-14 14:29:45', '2019-02-14 14:29:45', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/aerial-shot-aerial-view-agriculture.jpg', 0, 'attachment', 'image/jpeg', 0),
(693, 1, '2019-02-14 14:29:46', '2019-02-14 14:29:46', '\n						', 'agriculture-basil-bunch', '\n						', 'inherit', 'open', 'closed', '', 'agriculture-basil-bunch', '', '', '2019-02-14 14:29:46', '2019-02-14 14:29:46', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/agriculture-basil-bunch.jpg', 0, 'attachment', 'image/jpeg', 0),
(694, 1, '2019-02-14 14:29:46', '2019-02-14 14:29:46', '\n						', 'alone-background-basket', '\n						', 'inherit', 'open', 'closed', '', 'alone-background-basket', '', '', '2019-02-14 14:29:46', '2019-02-14 14:29:46', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/alone-background-basket.jpg', 0, 'attachment', 'image/jpeg', 0),
(695, 1, '2019-02-14 14:29:46', '2019-02-14 14:29:46', '\n						', 'blur-bright-dew', '\n						', 'inherit', 'open', 'closed', '', 'blur-bright-dew', '', '', '2019-02-14 14:29:46', '2019-02-14 14:29:46', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/blur-bright-dew.jpg', 0, 'attachment', 'image/jpeg', 0),
(696, 1, '2019-02-14 14:29:47', '2019-02-14 14:29:47', '\n						', 'peter-gonzalez', '\n						', 'inherit', 'open', 'closed', '', 'peter-gonzalez', '', '', '2019-02-14 14:29:47', '2019-02-14 14:29:47', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/peter-gonzalez.jpg', 0, 'attachment', 'image/jpeg', 0),
(701, 1, '2019-02-14 14:49:33', '2019-02-14 14:49:33', '\n						', 'why-choose-us', '\n						', 'inherit', 'open', 'closed', '', 'why-choose-us', '', '', '2019-02-14 14:49:33', '2019-02-14 14:49:33', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/why-choose-us.png', 0, 'attachment', 'image/png', 0),
(727, 1, '2019-02-15 08:00:34', '2019-02-15 08:00:34', '\n						', 'about_img_02', '\n						', 'inherit', 'open', 'closed', '', 'about_img_02', '', '', '2019-02-15 08:00:34', '2019-02-15 08:00:34', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/about_img_02.png', 0, 'attachment', 'image/png', 0),
(749, 1, '2019-01-29 09:31:53', '2019-01-29 09:31:53', '\n				<!-- wp:paragraph -->\n<p>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla, sem lacus <em>blandit turpis,</em> a lobortis lacus nulla ut elit. Vestibulum eu dolor varius, condimentum ipsum sed, accumsan mi.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Consumption of higly nutritious food', '\n						', 'trash', 'open', 'open', '', 'consumption-of-higly-nutritious-food-products__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=749', 0, 'post', '', 0),
(752, 1, '2019-02-15 09:38:54', '2019-02-15 09:38:54', '\n						', 'agronomy', '\n						', 'inherit', 'open', 'closed', '', 'agronomy', '', '', '2019-02-15 09:38:54', '2019-02-15 09:38:54', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/agronomy.png', 0, 'attachment', 'image/png', 0),
(753, 1, '2019-02-15 09:38:54', '2019-02-15 09:38:54', '\n						', 'farm-house', '\n						', 'inherit', 'open', 'closed', '', 'farm-house', '', '', '2019-02-15 09:38:54', '2019-02-15 09:38:54', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/farm-house.png', 0, 'attachment', 'image/png', 0),
(754, 1, '2019-02-15 09:38:54', '2019-02-15 09:38:54', '\n						', 'idea', '\n						', 'inherit', 'open', 'closed', '', 'idea', '', '', '2019-02-15 09:38:54', '2019-02-15 09:38:54', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/idea.png', 0, 'attachment', 'image/png', 0),
(756, 1, '2019-02-15 09:42:14', '2019-02-15 09:42:14', '\n						', 'image-23', '\n						', 'inherit', 'open', 'closed', '', 'image-23', '', '', '2019-02-15 09:42:14', '2019-02-15 09:42:14', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-23.jpg', 0, 'attachment', 'image/jpeg', 0),
(757, 1, '2019-02-15 09:42:14', '2019-02-15 09:42:14', '\n						', 'image-24', '\n						', 'inherit', 'open', 'closed', '', 'image-24', '', '', '2019-02-15 09:42:14', '2019-02-15 09:42:14', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-24.jpg', 0, 'attachment', 'image/jpeg', 0),
(758, 1, '2019-02-15 09:42:15', '2019-02-15 09:42:15', '\n						', 'image-25', '\n						', 'inherit', 'open', 'closed', '', 'image-25', '', '', '2019-02-15 09:42:15', '2019-02-15 09:42:15', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/image-25.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2019-01-29 09:43:21', '2019-01-29 09:43:21', '\n				<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus velit, nec gravida orci aliquam id. Morbi <em>ultricies tincidunt</em> dui. Quisque convallis sem tristique, aliquam justo sed, viverra sem. Phasellus et viverra elit. Suspendisse cursus nec mi in elementum. Donec leo mauris, eleifend nec lacus non, tristique porttitor dolor. Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', '15 Best vegetables for your healthy  hair', '\n						', 'trash', 'open', 'open', '', '15-best-vegetables-for-your-healthy-hair-skin__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=761', 0, 'post', '', 0),
(765, 1, '2019-01-30 09:45:50', '2019-01-30 09:45:50', '\n				<!-- wp:paragraph -->\n<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\"color: #b2b74a\">established that</em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.</p>\n<!-- /wp:paragraph -->\n\n<p><img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\"><br>\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\">											</p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p>\n</blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'The amount of freak bread or other  fruits', '\n						', 'trash', 'open', 'open', '', 'the-amount-of-freak-bread-or-other-fruits-plants__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=765', 0, 'post', '', 0),
(798, 1, '2019-02-18 10:30:17', '2019-02-18 10:30:17', '\n						', 'services_img_01', '\n						', 'inherit', 'open', 'closed', '', 'services_img_01', '', '', '2019-02-18 10:30:17', '2019-02-18 10:30:17', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/services_img_01.png', 0, 'attachment', 'image/png', 0),
(799, 1, '2019-02-18 10:30:17', '2019-02-18 10:30:17', '\n						', 'services_img_02', '\n						', 'inherit', 'open', 'closed', '', 'services_img_02', '', '', '2019-02-18 10:30:17', '2019-02-18 10:30:17', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/services_img_02.png', 0, 'attachment', 'image/png', 0),
(800, 1, '2019-02-18 10:30:17', '2019-02-18 10:30:17', '\n						', 'services_img_03', '\n						', 'inherit', 'open', 'closed', '', 'services_img_03', '', '', '2019-02-18 10:30:17', '2019-02-18 10:30:17', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/services_img_03.png', 0, 'attachment', 'image/png', 0),
(801, 1, '2019-02-18 10:30:17', '2019-02-18 10:30:17', '\n						', 'services_img_04', '\n						', 'inherit', 'open', 'closed', '', 'services_img_04', '', '', '2019-02-18 10:30:17', '2019-02-18 10:30:17', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/services_img_04.png', 0, 'attachment', 'image/png', 0),
(819, 1, '2019-02-18 10:55:23', '2019-02-18 10:55:23', 'Sản phẩm khác', 'Sản phẩm khác', '\n						', 'publish', 'closed', 'closed', '', 'san-pham-khac', '', '', '2023-04-01 07:52:16', '2023-04-01 07:52:16', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=819', 0, 'project', '', 0),
(822, 1, '2019-02-18 10:57:00', '2019-02-18 10:57:00', '\n						', 'project_img_01', '\n						', 'inherit', 'open', 'closed', '', 'project_img_01', '', '', '2019-02-18 10:57:00', '2019-02-18 10:57:00', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/project_img_01.png', 0, 'attachment', 'image/png', 0),
(833, 1, '2019-02-18 12:25:28', '2019-02-18 12:25:28', '\n						', 'farmer', '\n						', 'inherit', 'open', 'closed', '', 'farmer', '', '', '2019-02-18 12:25:28', '2019-02-18 12:25:28', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/farmer.png', 0, 'attachment', 'image/png', 0),
(834, 1, '2019-02-18 12:25:29', '2019-02-18 12:25:29', '\n						', 'rake', '\n						', 'inherit', 'open', 'closed', '', 'rake', '', '', '2019-02-18 12:25:29', '2019-02-18 12:25:29', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/rake.png', 0, 'attachment', 'image/png', 0),
(835, 1, '2019-02-18 12:25:29', '2019-02-18 12:25:29', '\n						', 'wheat', '\n						', 'inherit', 'open', 'closed', '', 'wheat', '', '', '2019-02-18 12:25:29', '2019-02-18 12:25:29', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/wheat.png', 0, 'attachment', 'image/png', 0),
(840, 1, '2019-02-18 12:34:17', '2019-02-18 12:34:17', '\n						', 'project_img_02', '\n						', 'inherit', 'open', 'closed', '', 'project_img_02', '', '', '2019-02-18 12:34:17', '2019-02-18 12:34:17', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/project_img_02.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(854, 1, '2019-02-18 13:23:33', '2019-02-18 13:23:33', '\n				<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.</p>		\n										<img width=\"1170\" height=\"700\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/project_img_01.png\" alt=\"\" title=\"project_img_01\" />											\n		<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada’s exports (about 20% of world exports).</p>		\n			<h3>Our Best Solutions</h3>		\n			<figure><a href=\"#\"><img width=\"118\" height=\"120\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/farmer.png\" alt=\"\" title=\"farmer\" /></a></figure><h4><a href=\"#\">Experienced Farmers</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"118\" height=\"120\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/rake.png\" alt=\"\" title=\"rake\" /></a></figure><h4><a href=\"#\">The Best Equipment</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"118\" height=\"120\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/wheat.png\" alt=\"\" title=\"wheat\" /></a></figure><h4><a href=\"#\">Experienced Farmers</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n		<p>The main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada’s exports (about 20% of world exports).</p>		\n										<img width=\"740\" height=\"870\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/project_img_02.jpg\" alt=\"\" title=\"project_img_02\" />											\n			<h3>More About This</h3>		\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><ul><li>Consequat tincidunt</li><li>Oporteat eloquentiam</li><li>Dolorum senserit</li><li>Indoctum constituam</li></ul><p>Almost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of ​​sheep - areas of Australia, where the sheep are kept on natural pasture.</p>		', 'All Projects', '\n						', 'publish', 'closed', 'closed', '', 'all-projects', '', '', '2019-02-18 13:23:33', '2019-02-18 13:23:33', '', 0, 'https://livewp.site/wp/md/agrosector/?elementor_library=all-projects', 0, 'elementor_library', '', 0),
(857, 1, '2019-02-18 13:24:19', '2019-02-18 13:24:19', 'Thức ăn tinh', 'Thức ăn tinh', '\n						', 'publish', 'closed', 'closed', '', 'thuc-an-tinh', '', '', '2023-04-01 07:50:46', '2023-04-01 07:50:46', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=857', 0, 'project', '', 0),
(862, 1, '2019-02-18 13:31:57', '2019-02-18 13:31:57', 'Thức ăn Thô Xanh', 'Thức ăn Thô Xanh', '\n						', 'publish', 'closed', 'closed', '', 'thuc-an-tho-xanh', '', '', '2023-04-01 07:50:16', '2023-04-01 07:50:16', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=862', 0, 'project', '', 0),
(866, 1, '2019-02-18 13:43:07', '2019-02-18 13:43:07', '						', 'Beekeeping', '						', 'inherit', 'open', 'closed', '', 'beekeeping-2', '', '', '2023-04-01 07:50:08', '2023-04-01 07:50:08', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Beekeeping.jpg', 0, 'attachment', 'image/jpeg', 0),
(868, 1, '2019-02-18 13:43:47', '2019-02-18 13:43:47', '						', 'Mushroom-Growing', '						', 'inherit', 'open', 'closed', '', 'mushroom-growing-2', '', '', '2023-04-01 07:50:42', '2023-04-01 07:50:42', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing.jpg', 0, 'attachment', 'image/jpeg', 0),
(869, 1, '2019-02-18 13:44:04', '2019-02-18 13:44:04', '						', 'Animal-Breeding', '						', 'inherit', 'open', 'closed', '', 'animal-breeding-2', '', '', '2023-04-01 07:52:14', '2023-04-01 07:52:14', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding.jpg', 0, 'attachment', 'image/jpeg', 0),
(871, 1, '2019-02-18 13:45:07', '2019-02-18 13:45:07', 'Phân Hữu Cơ Nhập Khẩu Dạng Viên', 'Phân Hữu Cơ Nhập Khẩu Dạng Viên', '\n						', 'publish', 'closed', 'closed', '', 'phan-huu-co-nhap-khau-dang-vien', '', '', '2023-04-01 07:49:16', '2023-04-01 07:49:16', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=871', 0, 'project', '', 0),
(872, 1, '2019-02-18 13:44:52', '2019-02-18 13:44:52', '						', 'Horse-Breeding', '						', 'inherit', 'open', 'closed', '', 'horse-breeding-2', '', '', '2023-04-01 07:49:09', '2023-04-01 07:49:09', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding.jpg', 0, 'attachment', 'image/jpeg', 0),
(875, 1, '2019-02-18 13:46:24', '2019-02-18 13:46:24', 'Các sản phẩm khác từ Mo cau', 'Các sản phẩm khác từ Mo cau', '\n						', 'publish', 'closed', 'closed', '', 'cac-san-pham-khac-tu-mo-cau', '', '', '2023-04-01 07:54:51', '2023-04-01 07:54:51', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=875', 0, 'project', '', 0),
(876, 1, '2019-02-18 13:46:19', '2019-02-18 13:46:19', '						', 'Crop-Production', '						', 'inherit', 'open', 'closed', '', 'crop-production', '', '', '2023-04-01 07:54:06', '2023-04-01 07:54:06', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Crop-Production.jpg', 0, 'attachment', 'image/jpeg', 0),
(879, 1, '2019-02-18 13:47:13', '2019-02-18 13:47:13', '- Phân Hữu cơ Bột được sản xuất chính từ nguyên liệu phân gà và các phế phẩm từ gà theo công nghệ lên men Nhật Bản tại Nhật Bản.\r\n- Với nỗ lực sử dụng hiệu quả các chất hữu cơ chất lượng cao, phân gà Bột được tạo ra bằng công nghệ và quy trình hiện đại,với độ ẩm an toàn kéo dài thời gian bảo quản, đồng thời, có một hệ thống vi sinh mang lại rất nhiều lời ích cho đất và cây trồng.', 'Phân Hữu Cơ Nhập Khẩu Dạng Bột', '\n						', 'publish', 'closed', 'closed', '', 'phan-huu-co-nhap-khau-dang-bot', '', '', '2023-04-01 07:48:05', '2023-04-01 07:48:05', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=879', 0, 'project', '', 0),
(881, 1, '2019-02-18 13:47:23', '2019-02-18 13:47:23', '\n						', 'Fish-Farming', '\n						', 'inherit', 'open', 'closed', '', 'fish-farming-2', '', '', '2019-02-18 13:47:23', '2019-02-18 13:47:23', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming.jpg', 0, 'attachment', 'image/jpeg', 0),
(883, 1, '2019-02-18 13:48:44', '2019-02-18 13:48:44', 'Khay mo cau', 'Khay mo cau', '\n						', 'publish', 'closed', 'closed', '', 'khay-mo-cau', '', '', '2023-04-01 07:46:05', '2023-04-01 07:46:05', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=883', 0, 'project', '', 0),
(884, 1, '2019-02-18 13:48:40', '2019-02-18 13:48:40', '						', 'Viticulture', '						', 'inherit', 'open', 'closed', '', 'viticulture-2', '', '', '2023-04-01 07:46:00', '2023-04-01 07:46:00', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Viticulture.jpg', 0, 'attachment', 'image/jpeg', 0),
(887, 1, '2019-02-18 13:49:11', '2019-02-18 13:49:11', '', 'Chén, Tô Mo cau', '\n						', 'publish', 'closed', 'closed', '', 'chen-to-mo-cau', '', '', '2023-04-01 07:45:25', '2023-04-01 07:45:25', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=887', 0, 'project', '', 0),
(889, 1, '2019-02-18 13:49:19', '2019-02-18 13:49:19', '\n						', 'Sheep-Breeding', '\n						', 'inherit', 'open', 'closed', '', 'sheep-breeding-2', '', '', '2019-02-18 13:49:19', '2019-02-18 13:49:19', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding.jpg', 0, 'attachment', 'image/jpeg', 0),
(891, 1, '2019-02-18 13:51:01', '2019-02-18 13:51:01', 'Chuối sấy Dẻo Bằng Năng lượng sạch', 'Chuối sấy Dẻo Bằng Năng lượng sạch', '\n						', 'publish', 'closed', 'closed', '', 'chuoi-say-deo-bang-nang-luong-sach', '', '', '2023-04-01 07:40:06', '2023-04-01 07:40:06', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=891', 0, 'project', '', 0),
(892, 1, '2019-02-18 13:50:58', '2019-02-18 13:50:58', '\n						', 'Gardening', '\n						', 'inherit', 'open', 'closed', '', 'gardening', '', '', '2019-02-18 13:50:58', '2019-02-18 13:50:58', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Gardening.jpg', 0, 'attachment', 'image/jpeg', 0),
(895, 1, '2019-02-18 13:53:26', '2019-02-18 13:53:26', '\n				<h2>Our Works are Presented Here</h2>\nAgriculture is food production. Despite the rapid scientific and technical progress. The level of agricultural production largely determines the state of the national economy.\n\n<a href=\"#\" data-filter=\"*\">All</a><a href=\"#\" data-filter=\".animal\">Animal</a><a href=\"#\" data-filter=\".crop-production\">Crop Production</a><a href=\"#\" data-filter=\".feed-production\">Feed Production</a><a href=\"#\" data-filter=\".fish-farming\">Fish Farming</a><a href=\"#\" data-filter=\".mushroom\">Mushroom</a>\n<a href=\"https://livewp.site/wp/md/agrosector/project/gardening/\" title=\"Gardening\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Gardening-540x540.jpg\" title=\"Gardening\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/gardening/\" title=\"Gardening\">\n<h4>Gardening</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/gardening/\" title=\"Gardening\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a><a href=\"https://livewp.site/wp/md/agrosector/project/sheep-breeding/\" title=\"Sheep Breeding\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Sheep-Breeding-540x540.jpg\" title=\"Sheep-Breeding\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/sheep-breeding/\" title=\"Sheep Breeding\">\n<h4>Sheep Breeding</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/sheep-breeding/\" title=\"Sheep Breeding\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a><a href=\"https://livewp.site/wp/md/agrosector/project/viticulture/\" title=\"Viticulture\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Viticulture-540x540.jpg\" title=\"Viticulture\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/viticulture/\" title=\"Viticulture\">\n<h4>Viticulture</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/viticulture/\" title=\"Viticulture\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a><a href=\"https://livewp.site/wp/md/agrosector/project/fish-farming/\" title=\"Fish Farming\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Fish-Farming-540x540.jpg\" title=\"Fish-Farming\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/fish-farming/\" title=\"Fish Farming\">\n<h4>Fish Farming</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/fish-farming/\" title=\"Fish Farming\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a><a href=\"https://livewp.site/wp/md/agrosector/project/crop-production/\" title=\"Crop Production\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Crop-Production-540x540.jpg\" title=\"Crop-Production\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/crop-production/\" title=\"Crop Production\">\n<h4>Crop Production</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/crop-production/\" title=\"Crop Production\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a><a href=\"https://livewp.site/wp/md/agrosector/project/horse-breeding/\" title=\"Horse Breeding\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Horse-Breeding-540x540.jpg\" title=\"Horse-Breeding\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/horse-breeding/\" title=\"Horse Breeding\">\n<h4>Horse Breeding</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/horse-breeding/\" title=\"Horse Breeding\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a><a href=\"https://livewp.site/wp/md/agrosector/project/beekeeping/\" title=\"Beekeeping\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Beekeeping-540x540.jpg\" title=\"Beekeeping\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/beekeeping/\" title=\"Beekeeping\">\n<h4>Beekeeping</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/beekeeping/\" title=\"Beekeeping\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a><a href=\"https://livewp.site/wp/md/agrosector/project/mushroom-growing/\" title=\"Mushroom Growing\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Mushroom-Growing-540x540.jpg\" title=\"Mushroom-Growing\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/mushroom-growing/\" title=\"Mushroom Growing\">\n<h4>Mushroom Growing</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/mushroom-growing/\" title=\"Mushroom Growing\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a><a href=\"https://livewp.site/wp/md/agrosector/project/animal-breeding/\" title=\"Animal Breeding\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/Animal-Breeding-540x540.jpg\" title=\"Animal-Breeding\" alt=\"\"></a>\n\n<a href=\"https://livewp.site/wp/md/agrosector/project/animal-breeding/\" title=\"Animal Breeding\">\n<h4>Animal Breeding</h4>\n</a><a href=\"https://livewp.site/wp/md/agrosector/project/animal-breeding/\" title=\"Animal Breeding\">Id vix tota mazim. Sea magna ipsum quaestio ei, case nullam vulputate id per. </a>\n<a href=\"void(0)\" title=\"Load More\">\nLoad More\n</a>		', 'Our Projects', '\n						', 'publish', 'closed', 'closed', '', 'our-projects', '', '', '2019-02-18 13:53:26', '2019-02-18 13:53:26', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=895', 0, 'page', '', 0),
(1110, 1, '2019-02-18 10:18:33', '2019-02-18 10:18:33', 'Vận tải Container', 'Vận tải Container', '\n						', 'publish', 'closed', 'closed', '', 'van-tai-container', '', '', '2023-04-01 07:52:57', '2023-04-01 07:52:57', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=1110', 0, 'project', '', 0),
(1112, 1, '2019-02-20 10:18:26', '2019-02-20 10:18:26', '						', 'Feed_Production', '						', 'inherit', 'open', 'closed', '', 'feed_production', '', '', '2023-04-01 07:52:54', '2023-04-01 07:52:54', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Feed_Production.jpg', 0, 'attachment', 'image/jpeg', 0),
(1163, 1, '2019-02-20 14:36:01', '2019-02-20 14:36:01', '\n				<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-23.jpg\" alt=\"\" /></a><a href=\"https://livewp.site/wp/md/agrosector/category/uncategorized/\" rel=\"category tag\">Uncategorized</a>Jan 29 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/uncategorized/\" rel=\"category tag\">Uncategorized</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>.elementor-749 .elementor-element.elementor-element-6ebc7612 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-749 .elementor-element.elementor-element-6ebc7612 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-749...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/&#038;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-23.jpg\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/&#038;title=Consumption%20of%20higly%20nutritious%20food&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Consumption of higly nutritious food&amp;body=https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-24.jpg\" alt=\"\" /></a><a href=\"https://livewp.site/wp/md/agrosector/category/uncategorized/\" rel=\"category tag\">Uncategorized</a>Jan 29 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/uncategorized/\" rel=\"category tag\">Uncategorized</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>.elementor-761 .elementor-element.elementor-element-72784ca0 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-761 .elementor-element.elementor-element-72784ca0 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-761...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/&#038;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-24.jpg\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/&#038;title=15%20Best%20vegetables%20for%20your%20healthy%20%20hair&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=15 Best vegetables for your healthy  hair&amp;body=https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" alt=\"\" /></a><a href=\"https://livewp.site/wp/md/agrosector/category/uncategorized/\" rel=\"category tag\">Uncategorized</a>Jan 29 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/uncategorized/\" rel=\"category tag\">Uncategorized</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-765...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/29/the-amount-of-freak-bread-or-other-fruits-plants/&#038;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/29/the-amount-of-freak-bread-or-other-fruits-plants/&#038;title=The%20amount%20of%20freak%20bread%20or%20other%20%20fruits&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=The amount of freak bread or other  fruits&amp;body=https://livewp.site/wp/md/agrosector/2019/01/29/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\">GT3Themes</a><p><a href=\"https://gt3themes.com/\">https://gt3themes.com/</a></p><a href=\"https://livewp.site/wp/md/agrosector/category/precision-farming/\" rel=\"category tag\">Precision Farming</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/precision-farming/\" rel=\"category tag\">Precision Farming</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\">Post With Link</a></h2>.elementor-519 .elementor-element.elementor-element-f5eca38 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-519 .elementor-element.elementor-element-f5eca38 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-519...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-link/&#038;title=Post%20With%20Link&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Link&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-18-1170x950.jpg\' alt=\'\' /><img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-19-1170x950.jpg\' alt=\'\' /><img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-20-1170x950.jpg\' alt=\'\' />\n                    <a href=\"https://livewp.site/wp/md/agrosector/category/homobiotic-turnover/\" rel=\"category tag\">Homobiotic Turnover</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/homobiotic-turnover/\" rel=\"category tag\">Homobiotic Turnover</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\">Post With Slideshow</a></h2>.elementor-516 .elementor-element.elementor-element-e9b7a7f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-516 .elementor-element.elementor-element-e9b7a7f &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-516...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/&#038;title=Post%20With%20Slideshow&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Slideshow&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <a href=\"https://livewp.site/wp/md/agrosector/category/conservation-agriculture/\" rel=\"category tag\">Conservation Agriculture</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/conservation-agriculture/\" rel=\"category tag\">Conservation Agriculture</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Audio Title Goes Here</a></h2>.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-513...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/&#038;title=Audio%20Title%20Goes%20Here&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Audio Title Goes Here&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li></ul>\n					<ul><li><a href=\'https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php\' class=\'current\'>1</a></li><li><a href=\'https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\'>2</a></li><li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\"></a></li></ul>		', 'Blog Without Sidebar', '\n						', 'publish', 'closed', 'closed', '', 'blog-without-sidebar', '', '', '2019-02-20 14:36:01', '2019-02-20 14:36:01', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=1163', 0, 'page', '', 0),
(1170, 1, '2019-02-20 14:47:28', '2019-02-20 14:47:28', '\n				<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" alt=\"\"></a>Jan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/#comments\" title=\"2 comments\">2</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Post With Image</a></h2>\n.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-element-populated{padding:20px 15px 20px 10px;}.elementor-247...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&amp;title=Post%20With%20Image&amp;source=Agrosector\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Image&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li>\n</ul>\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\">Post Without Image</a></h2>\n.elementor-488 .elementor-element.elementor-element-4bd6680 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-488 .elementor-element.elementor-element-4bd6680 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-488...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-without-image/&amp;title=Post%20Without%20Image&amp;source=Agrosector\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post Without Image&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\" rel=\"noopener\"></a></li>\n</ul>\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" alt=\"\">\n\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Post With Video</a></h2>\n.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-503...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&amp;title=Post%20With%20Video&amp;source=Agrosector\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Video&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li>\n</ul>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est. </a>Steve JobsJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Post With Quote</a></h2>\n.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-510...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/&amp;title=Post%20With%20Quote&amp;source=Agrosector\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Quote&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener\"></a></li>\n</ul>\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Audio Title Goes Here</a></h2>\n.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-513...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/&amp;title=Audio%20Title%20Goes%20Here&amp;source=Agrosector\" rel=\"noopener\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Audio Title Goes Here&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener\"></a></li>\n</ul>\n<ul>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php\" class=\"current\">1</a></li>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\">2</a></li>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\"></a></li>\n</ul>		', 'With Left Sidebar', '\n						', 'publish', 'closed', 'closed', '', 'with-left-sidebar', '', '', '2019-02-20 14:47:28', '2019-02-20 14:47:28', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=1170', 0, 'page', '', 0),
(1180, 1, '2019-02-20 14:55:40', '2019-02-20 14:55:40', '\n				<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" alt=\"\" /></a><a href=\"https://livewp.site/wp/md/agrosector/category/organic-farming/\" rel=\"category tag\">Organic farming</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/organic-farming/\" rel=\"category tag\">Organic farming</a><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/#comments\" title=\"2 comments\">2</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Post With Image</a></h2>.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-element-populated{padding:20px 15px 20px 10px;}.elementor-247...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&#038;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&#038;title=Post%20With%20Image&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Image&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" alt=\"\" /></a><a href=\"https://livewp.site/wp/md/agrosector/category/organic-farming/\" rel=\"category tag\">Organic farming</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/organic-farming/\" rel=\"category tag\">Organic farming</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-765...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&#038;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&#038;title=The%20amount%20of%20freak%20bread%20or%20other%20%20fruits&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=The amount of freak bread or other  fruits&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" alt=\"\" />\n                                                   \n                                               <a href=\"https://livewp.site/wp/md/agrosector/category/permaculture/\" rel=\"category tag\">Permaculture</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/permaculture/\" rel=\"category tag\">Permaculture</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Post With Video</a></h2>.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-503...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&#038;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&#038;title=Post%20With%20Video&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Video&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est. </a>Steve Jobs<a href=\"https://livewp.site/wp/md/agrosector/category/genetic-engineering/\" rel=\"category tag\">Genetic Engineering</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/genetic-engineering/\" rel=\"category tag\">Genetic Engineering</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Post With Quote</a></h2>.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-510...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/&#038;title=Post%20With%20Quote&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Quote&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <a href=\"https://livewp.site/wp/md/agrosector/category/conservation-agriculture/\" rel=\"category tag\">Conservation Agriculture</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/conservation-agriculture/\" rel=\"category tag\">Conservation Agriculture</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Audio Title Goes Here</a></h2>.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-513...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/&#038;title=Audio%20Title%20Goes%20Here&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Audio Title Goes Here&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li></ul>\n                            <img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-18-1170x700.jpg\' alt=\'\' /><img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-19-1170x700.jpg\' alt=\'\' /><img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-20-1170x700.jpg\' alt=\'\' />\n                    <a href=\"https://livewp.site/wp/md/agrosector/category/homobiotic-turnover/\" rel=\"category tag\">Homobiotic Turnover</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/homobiotic-turnover/\" rel=\"category tag\">Homobiotic Turnover</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\">Post With Slideshow</a></h2>.elementor-516 .elementor-element.elementor-element-e9b7a7f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-516 .elementor-element.elementor-element-e9b7a7f &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-516...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\" rel=\"noopener noreferrer\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/&#038;title=Post%20With%20Slideshow&#038;source=Agrosector\" rel=\"noopener noreferrer\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Slideshow&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\" rel=\"noopener noreferrer\"></a></li></ul>\n					<ul><li><a href=\'https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php\' class=\'current\'>1</a></li><li><a href=\'https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\'>2</a></li><li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\"></a></li></ul>		', 'Masonry Blog', '\n						', 'publish', 'closed', 'closed', '', 'masonry-blog', '', '', '2019-02-20 14:55:40', '2019-02-20 14:55:40', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=1180', 0, 'page', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1192, 1, '2019-02-21 08:54:09', '2019-02-21 08:54:09', '31 Tháng Ba, 2023by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><a href=\"http://iamv.vn/2023/03/31/chao-moi-nguoi/#comments\" title=\"1 comment\">1</a><h2><a href=\"http://iamv.vn/2023/03/31/chao-moi-nguoi/\">Chào tất cả mọi người!</a></h2>\nCảm ơn vì đã sử dụng WordPress. Đây là bài viết đầu tiên của bạn. Sửa hoặc xóa nó, và bắt đầu bài viết của bạn nhé!\n<a href=\"http://iamv.vn/2023/03/31/chao-moi-nguoi/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2023/03/31/chao-moi-nguoi/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2023/03/31/chao-moi-nguoi/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2023/03/31/chao-moi-nguoi/&#038;title=Chào%20tất%20cả%20mọi%20người!&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Chào tất cả mọi người!&body=http://iamv.vn/2023/03/31/chao-moi-nguoi/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-10-1170x695.jpg\" alt=\"\" />30 Tháng Một, 2019by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><a href=\"http://iamv.vn/2019/01/30/post-with-image/#comments\" title=\"2 comments\">2</a><h2><a href=\"http://iamv.vn/2019/01/30/post-with-image/\">Post With Image</a></h2>Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis. Sed mollis nulla felis, commodo congue nisi aliquam sit amet. Nam odio mauris, vehicula sit amet nunc sed, malesuada rhoncus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lacus risus, rutrum in dui in, consequat venenatis quam. \n<a href=\"http://iamv.vn/2019/01/30/post-with-image/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=http://iamv.vn/2019/01/30/post-with-image/&#038;media=http://iamv.vn/wp-content/uploads/2019/01/image-10.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-image/&#038;title=Post%20With%20Image&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Image&body=http://iamv.vn/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" />30 Tháng Một, 2019by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry &#8211; flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is \n<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&#038;media=http://iamv.vn/wp-content/uploads/2019/01/image-25.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&#038;title=The%20amount%20of%20freak%20bread%20or%20other%20%20fruits&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=The amount of freak bread or other  fruits&body=http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-21.jpg\" alt=\"\" /><svg viewBox=\"0 0 13 18\" width=\"23\" height=\"30\">\n                                                   <polygon points=\"1,1 1,16 11,9\" stroke-width=\"2\" />\n                                               </svg><iframe title=\"Healthy soil for healthy plants and environment: Agronomy feeds the world\" width=\"360\" height=\"203\" src=\"https://www.youtube.com/embed/epONiSWwaTw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>30 Tháng Một, 2019by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><h2><a href=\"http://iamv.vn/2019/01/30/post-with-video/\">Post With Video</a></h2>Phasellus lobortis ut eros ut efficitur. Cras dapibus, quam at vulputate molestie, ante ipsum condimentum quam, id bibendum libero sapien ullamcorper elit. Praesent posuere venenatis ante, in lobortis risus euismod lobortis. Fusce nec ipsum libero. Curabitur efficitur fermentum tellus pulvinar mattis. Praesent eu dolor libero. Mauris vulputate rutrum erat vitae ullamcorper....<a href=\"http://iamv.vn/2019/01/30/post-with-video/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=http://iamv.vn/2019/01/30/post-with-video/&#038;media=http://iamv.vn/wp-content/uploads/2019/01/image-21.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-video/&#038;title=Post%20With%20Video&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Video&body=http://iamv.vn/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/02/Vestibulum-nisi-lectus-1050x700.jpg\" alt=\"\" />30 Tháng Một, 2019by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><h2><a href=\"http://iamv.vn/2019/01/30/vestibulum-nisi-lectus/\">Vestibulum nisi lectus</a></h2>Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue sodales. #gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 50%; } #gallery-1 img { border: 2px solid #cfcfcf; } \n<a href=\"http://iamv.vn/2019/01/30/vestibulum-nisi-lectus/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/vestibulum-nisi-lectus/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/vestibulum-nisi-lectus/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=http://iamv.vn/2019/01/30/vestibulum-nisi-lectus/&#038;media=http://iamv.vn/wp-content/uploads/2019/02/Vestibulum-nisi-lectus.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/vestibulum-nisi-lectus/&#038;title=Vestibulum%20nisi%20lectus&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Vestibulum nisi lectus&body=http://iamv.vn/2019/01/30/vestibulum-nisi-lectus/\" rel=\"noopener\"></a></li></ul>\n					<ul><li><a href=\'http://iamv.vn/wp-admin/admin-ajax.php\' class=\'current\'>1</a></li><li><a href=\'http://iamv.vn/wp-admin/admin-ajax.php?paged=2\'>2</a></li><li><a href=\'http://iamv.vn/wp-admin/admin-ajax.php?paged=3\'>3</a></li><li><a href=\"http://iamv.vn/wp-admin/admin-ajax.php?paged=2\"></a></li></ul>', 'Tin tức', '\n						', 'publish', 'closed', 'closed', '', 'tin-tuc', '', '', '2023-03-31 17:04:49', '2023-03-31 17:04:49', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=1192', 0, 'page', '', 0),
(1201, 1, '2017-12-29 10:20:37', '2017-12-29 10:20:37', '\n				Apple by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Apple', '\n				Apple by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'apple', '', '', '2017-12-29 10:20:37', '2017-12-29 10:20:37', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=333', 0, 'product', '', 0),
(1202, 1, '2017-12-29 10:00:44', '2017-12-29 10:00:44', '\n				Strawberry juice by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Strawberry juice', '\n				Strawberry juice by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'strawberry-juice', '', '', '2017-12-29 10:00:44', '2017-12-29 10:00:44', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=334', 0, 'product', '', 0),
(1203, 1, '2017-12-29 09:28:49', '2017-12-29 09:28:49', '\n				Paprica by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Paprica', '\n				Paprica by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'paprica', '', '', '2017-12-29 09:28:49', '2017-12-29 09:28:49', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=335', 0, 'product', '', 0),
(1204, 1, '2017-12-29 09:00:34', '2017-12-29 09:00:34', '\n				Lemon by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Lemon', '\n				Lemon by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'lemon', '', '', '2017-12-29 09:00:34', '2017-12-29 09:00:34', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=336', 0, 'product', '', 0),
(1205, 1, '2017-12-29 09:30:27', '2017-12-29 09:30:27', '\n				Kiwi by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Kiwi', '\n				Kiwi by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'kiwi', '', '', '2017-12-29 09:30:27', '2017-12-29 09:30:27', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=337', 0, 'product', '', 0),
(1206, 1, '2017-12-29 09:35:10', '2017-12-29 09:35:10', '\n				Orange by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Orange', '\n				Orange by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'orange', '', '', '2017-12-29 09:35:10', '2017-12-29 09:35:10', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=338', 0, 'product', '', 0),
(1207, 1, '2017-12-29 09:38:22', '2017-12-29 09:38:22', '\n				Tomatoes by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Tomatoes', '\n				Tomatoes by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'tomatoes', '', '', '2017-12-29 09:38:22', '2017-12-29 09:38:22', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=340', 0, 'product', '', 0),
(1208, 1, '2017-12-29 07:39:13', '2017-12-29 07:39:13', '\n				Protein bars by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection. From polished prom to the after party, our London-based design team scour the globe to nail your new-season fashion goals with need-right-now dresses, outerwear, shoes and denim in the coolest shapes and fits.		', 'Protein bars', '\n				Protein bars by Yes Collection, Check design, It’s never been so hip to be square, Elasticated waistband, High-rise, Just like your standards, Close-cut bodycon fit. Score a wardrobe win no matter the dress code with our Yes Collection.		', 'publish', 'open', 'closed', '', 'protein-bars', '', '', '2017-12-29 07:39:13', '2017-12-29 07:39:13', '', 0, 'https://wplive.site/wp/yes/organic/?post_type=product&amp;p=341', 0, 'product', '', 0),
(1228, 1, '2019-02-21 09:54:44', '2019-02-21 09:54:44', '\n						', 'Shop', '\n						', 'trash', 'closed', 'closed', '', 'shop-2__trashed', '', '', '2023-04-01 08:19:25', '2023-04-01 08:19:25', '', 0, 'https://livewp.site/wp/md/agrosector/shop/', 0, 'page', '', 0),
(1229, 1, '2019-02-21 09:54:44', '2019-02-21 09:54:44', '\n				[woocommerce_cart]		', 'Cart', '\n						', 'trash', 'closed', 'closed', '', 'cart-2__trashed', '', '', '2023-04-01 08:18:59', '2023-04-01 08:18:59', '', 0, 'https://livewp.site/wp/md/agrosector/cart/', 0, 'page', '', 0),
(1230, 1, '2019-02-21 09:54:44', '2019-02-21 09:54:44', '\n				[woocommerce_checkout]		', 'Checkout', '\n						', 'trash', 'closed', 'closed', '', 'checkout-2__trashed', '', '', '2023-04-01 08:18:59', '2023-04-01 08:18:59', '', 0, 'https://livewp.site/wp/md/agrosector/checkout/', 0, 'page', '', 0),
(1231, 1, '2019-02-21 09:54:44', '2019-02-21 09:54:44', '\n				[woocommerce_my_account]		', 'My account', '\n						', 'trash', 'closed', 'closed', '', 'my-account-2__trashed', '', '', '2023-04-01 08:18:59', '2023-04-01 08:18:59', '', 0, 'https://livewp.site/wp/md/agrosector/my-account/', 0, 'page', '', 0),
(1232, 1, '2019-02-21 10:12:19', '2019-02-21 10:12:19', '\n				Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no. Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.		', 'Raspberries', '\n				Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no. Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.\n\nAn qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.		', 'publish', 'open', 'closed', '', 'raspberries', '', '', '2019-02-21 10:12:19', '2019-02-21 10:12:19', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=product&amp;p=1232', 0, 'product', '', 0),
(1233, 1, '2019-02-21 10:33:33', '2019-02-21 10:33:33', '\n				Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no. Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.		', 'Plum', '\n				Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no. Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.\n\nAn qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.		', 'publish', 'open', 'closed', '', 'plum', '', '', '2019-02-21 10:33:33', '2019-02-21 10:33:33', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=product&amp;p=1233', 0, 'product', '', 0),
(1234, 1, '2019-02-21 10:35:41', '2019-02-21 10:35:41', '\n				Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no. Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.		', 'Juice', '\n				Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no. Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.\n\nAn qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.		', 'publish', 'open', 'closed', '', 'juice', '', '', '2019-02-21 10:35:41', '2019-02-21 10:35:41', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=product&amp;p=1234', 0, 'product', '', 0),
(1235, 1, '2019-02-21 10:54:57', '2019-02-21 10:54:57', '\n				\n<!-- START REVOLUTION SLIDER 5.4.8.2 auto mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-1\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_01.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_01.jpg\" alt=\"\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-no-retina> \n		<!-- LAYER NR. 2 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-no-retina> \n		<!-- LAYER NR. 3 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 4 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 5 -->\n		Grow naturally, Live natural \n		<!-- LAYER NR. 6 -->\n		FARMING \n		<!-- LAYER NR. 7 -->\n		Who We Are \n		<!-- LAYER NR. 8 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-2\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_02.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_02.jpg\" alt=\"\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 9 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-no-retina> \n		<!-- LAYER NR. 10 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-no-retina> \n		<!-- LAYER NR. 11 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 12 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 13 -->\n		High quality, Excellent cooperation \n		<!-- LAYER NR. 14 -->\n		Agriculture \n		<!-- LAYER NR. 15 -->\n		Who We Are \n		<!-- LAYER NR. 16 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_03.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_03.jpg\" alt=\"\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 17 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-no-retina> \n		<!-- LAYER NR. 18 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-no-retina> \n		<!-- LAYER NR. 19 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 20 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-no-retina> \n		<!-- LAYER NR. 21 -->\n		Organic &amp; Natural \n		<!-- LAYER NR. 22 -->\n		Products \n		<!-- LAYER NR. 23 -->\n		Who We Are \n		<!-- LAYER NR. 24 -->\n		Get in Touch\n	</li>\n</ul>\n\n	\n		\n						#rev_slider_1_1 .zeus .tp-thumb{opacity:1}#rev_slider_1_1 .zeus .tp-thumb-over{background:rgba(0,0,0,0); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; -webkit-transition:all 0.3s; transition:all 0.3s}#rev_slider_1_1 .zeus .tp-thumb-more:before{font-family:\"revicons\"; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:20px; right:20px; z-index:2}#rev_slider_1_1 .zeus .tp-thumb-more:before{content:\"e825\"}#rev_slider_1_1 .zeus .tp-thumb-title{font-family:\"Raleway\"; letter-spacing:1px; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:0px; left:0px; z-index:2; padding:20px 35px 20px 20px; width:100%; height:100%; box-sizing:border-box; transition:all 0.3s; -webkit-transition:all 0.3s; font-weight:500}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-more:before,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-more:before{color:rgb(255,255,255)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-over,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-over{background:rgba(0,0,0,0.5)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-title,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-title{color:rgb(255,255,255)}\n				<!-- END REVOLUTION SLIDER -->	\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" title=\"home_img_01\" />											\n		<h2>Why Choose Us?</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_01.png\" alt=\"\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_02.png\" alt=\"\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_03.png\" alt=\"\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_04.png\" alt=\"\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n		\n			#gallery-1 {\n				margin: auto;\n			}\n			#gallery-1 .gallery-item {\n				float: left;\n				margin-top: 10px;\n				text-align: center;\n				width: 100%;\n			}\n			#gallery-1 img {\n				border: 2px solid #cfcfcf;\n			}\n			#gallery-1 .gallery-caption {\n				margin-left: 0;\n			}\n			/* see gallery_shortcode() in wp-includes/media.php */\n		\n		<dl class=\'gallery-item\'>\n			<dt class=\'gallery-icon landscape\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"3e218e1\" href=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01.jpg\'><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01.jpg\" alt=\"\" title=\"gallery_img_01\" /></a>\n			</dt></dl><br style=\"clear: both\" />\n			<strong>88</strong>\n			<h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_11.png\" alt=\"\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_12.png\" alt=\"\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_13.png\" alt=\"\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n										<img width=\"594\" height=\"797\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png\" alt=\"\" title=\"home_img_02\" />											\n		<h2 style=\"text-align: center\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n		<p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_1.png\" alt=\"\" width=\"152\" height=\"51\" /></p>		\n		<p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_2.png\" alt=\"\" width=\"161\" height=\"53\" /></p>		\n		<p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_03.png\" alt=\"\" width=\"148\" height=\"48\" /></p>		\n		<p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_04.png\" alt=\"\" width=\"114\" height=\"47\" /></p>		\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Post With Image</a></h2>.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&#038;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&#038;title=Post%20With%20Image&#038;source=Agrosector\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Image&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li></ul>\n                            <h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\">Post Without Image</a></h2>.elementor-488 .elementor-element.elementor-element-4bd6680 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-without-image/&#038;title=Post%20Without%20Image&#038;source=Agrosector\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post Without Image&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-without-image/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" alt=\"\" />\n                                                   \n                                               <h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Post With Video</a></h2>.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Read More</a>\n				<a href=\"void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&#038;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&#038;title=Post%20With%20Video&#038;source=Agrosector\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Video&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li></ul>\n		<h2 style=\"text-align: center\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		\n		<h2>Get in Touch</h2><h3>Address:</h3>5611 Wellington Road, Suite 115,<br>Gainesville, VA 20155<h3>Phone:</h3><p>800 853 6429</p><h3>Email:</h3><p>email@example.com</p><h3>Opening Hours:</h3><p>Mon - Thu: 10.00 am - 6.00 pm<br />Sat - Sun: 10.00 am - 5.00 pm</p><p><a href=\"#\" target=\"_blank\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\" style=\"font-size: 20px;color: #d1d1d1;margin-right: 10px;margin-top: 5px\" rel=\"noopener\"><i> </i></a> <a href=\"#\" target=\"_blank\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\" style=\"font-size: 20px;color: #d1d1d1;margin-right: 10px;margin-top: 5px\" rel=\"noopener\"><i> </i></a><a href=\"#\" target=\"_blank\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\" style=\"font-size: 20px;color: #d1d1d1;margin-right: 10px;margin-top: 5px\" rel=\"noopener\"><i> </i></a><a href=\"#\" target=\"_blank\" data-color=\"#d1d1d1\" data-hover-color=\"#b2b74a\" style=\"font-size: 20px;color: #d1d1d1;margin-right: 10px;margin-top: 5px\" rel=\"noopener\"><i> </i></a> </p>		\n		<h2>Contact Us</h2>		\n			[contact-form-7 id=\"207\" title=\"Contact form 2\"]		', 'Homepage old', '\n						', 'publish', 'closed', 'closed', '', 'homepage-old', '', '', '2019-02-21 10:54:57', '2019-02-21 10:54:57', '', 0, 'https://livewp.site/wp/md/agrosector/?elementor_library=homepage-old', 0, 'elementor_library', '', 0),
(1240, 1, '2019-02-21 10:59:37', '2019-02-21 10:59:37', '\n						', '1', '\n						', 'inherit', 'open', 'closed', '', '1', '', '', '2019-02-21 10:59:37', '2019-02-21 10:59:37', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1241, 1, '2019-02-21 10:59:37', '2019-02-21 10:59:37', '\n						', '2', '\n						', 'inherit', 'open', 'closed', '', '2', '', '', '2019-02-21 10:59:37', '2019-02-21 10:59:37', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1242, 1, '2019-02-21 10:59:38', '2019-02-21 10:59:38', '\n						', '3', '\n						', 'inherit', 'open', 'closed', '', '3', '', '', '2019-02-21 10:59:38', '2019-02-21 10:59:38', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1243, 1, '2019-02-21 10:59:39', '2019-02-21 10:59:39', '\n						', '4', '\n						', 'inherit', 'open', 'closed', '', '4', '', '', '2019-02-21 10:59:39', '2019-02-21 10:59:39', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1244, 1, '2019-02-21 10:59:42', '2019-02-21 10:59:42', '\n						', '5', '\n						', 'inherit', 'open', 'closed', '', '5', '', '', '2019-02-21 10:59:42', '2019-02-21 10:59:42', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1245, 1, '2019-02-21 10:59:43', '2019-02-21 10:59:43', '\n						', '6', '\n						', 'inherit', 'open', 'closed', '', '6', '', '', '2019-02-21 10:59:43', '2019-02-21 10:59:43', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1246, 1, '2019-02-21 10:59:43', '2019-02-21 10:59:43', '\n						', '7', '\n						', 'inherit', 'open', 'closed', '', '7', '', '', '2019-02-21 10:59:43', '2019-02-21 10:59:43', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1247, 1, '2019-02-21 10:59:44', '2019-02-21 10:59:44', '\n						', '8', '\n						', 'inherit', 'open', 'closed', '', '8', '', '', '2019-02-21 10:59:44', '2019-02-21 10:59:44', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/8.jpg', 0, 'attachment', 'image/jpeg', 0),
(1248, 1, '2019-02-21 10:59:45', '2019-02-21 10:59:45', '\n						', '9', '\n						', 'inherit', 'open', 'closed', '', '9', '', '', '2019-02-21 10:59:45', '2019-02-21 10:59:45', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/9.jpg', 0, 'attachment', 'image/jpeg', 0),
(1249, 1, '2019-02-21 10:59:45', '2019-02-21 10:59:45', '\n						', '10', '\n						', 'inherit', 'open', 'closed', '', '10', '', '', '2019-02-21 10:59:45', '2019-02-21 10:59:45', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/10.jpg', 0, 'attachment', 'image/jpeg', 0),
(1251, 1, '2019-02-21 10:59:47', '2019-02-21 10:59:47', '\n						', '12', '\n						', 'inherit', 'open', 'closed', '', '12', '', '', '2019-02-21 10:59:47', '2019-02-21 10:59:47', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/12.jpg', 0, 'attachment', 'image/jpeg', 0),
(1252, 1, '2019-02-21 10:59:47', '2019-02-21 10:59:47', '\n						', '13', '\n						', 'inherit', 'open', 'closed', '', '13', '', '', '2019-02-21 10:59:47', '2019-02-21 10:59:47', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/13.jpg', 0, 'attachment', 'image/jpeg', 0),
(1254, 1, '2019-02-21 10:59:49', '2019-02-21 10:59:49', '\n						', '15', '\n						', 'inherit', 'open', 'closed', '', '15', '', '', '2019-02-21 10:59:49', '2019-02-21 10:59:49', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/15.jpg', 0, 'attachment', 'image/jpeg', 0),
(1255, 1, '2019-02-21 10:59:49', '2019-02-21 10:59:49', '\n						', '16', '\n						', 'inherit', 'open', 'closed', '', '16', '', '', '2019-02-21 10:59:49', '2019-02-21 10:59:49', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/16.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1257, 1, '2019-02-18 09:45:25', '2019-02-18 09:45:25', '\n				It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.\n\n<img title=\"project_img_01\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/project_img_01.png\" alt=\"\" width=\"1170\" height=\"700\" />\n\nThe main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada’s exports (about 20% of world exports).\n<h3>Our Best Solutions</h3>\n<figure><a href=\"#\"><img title=\"farmer\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/farmer.png\" alt=\"\" width=\"118\" height=\"120\" /></a></figure>\n<h4><a href=\"#\">Experienced Farmers</a></h4>\nEos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\n<figure><a href=\"#\"><img title=\"rake\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/rake.png\" alt=\"\" width=\"118\" height=\"120\" /></a></figure>\n<h4><a href=\"#\">The Best Equipment</a></h4>\nProin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\n<figure><a href=\"#\"><img title=\"wheat\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/wheat.png\" alt=\"\" width=\"118\" height=\"120\" /></a></figure>\n<h4><a href=\"#\">Experienced Farmers</a></h4>\nNunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu sollicitudin eu.\n\nThe main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada’s exports (about 20% of world exports).\n\n<img title=\"project_img_02\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/project_img_02.jpg\" alt=\"\" width=\"740\" height=\"870\" />\n<h3>More About This</h3>\nIt is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.\n<ul>\n 	<li>Consequat tincidunt</li>\n 	<li>Oporteat eloquentiam</li>\n 	<li>Dolorum senserit</li>\n 	<li>Indoctum constituam</li>\n</ul>\nAlmost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of ​​sheep - areas of Australia, where the sheep are kept on natural pasture.		', 'Crop Production', '\n						', 'trash', 'closed', 'closed', '', 'crop-production-2__trashed', '', '', '2023-04-01 07:53:10', '2023-04-01 07:53:10', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=1257', 0, 'project', '', 0),
(1258, 1, '2019-02-22 09:44:11', '2019-02-22 09:44:11', '\n						', 'Crop-Production', '\n						', 'inherit', 'open', 'closed', '', 'crop-production-2', '', '', '2019-02-22 09:44:11', '2019-02-22 09:44:11', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1259, 1, '2019-02-22 09:44:11', '2019-02-22 09:44:11', '\n						', 'poultry-farming', '\n						', 'inherit', 'open', 'closed', '', 'poultry-farming', '', '', '2019-02-22 09:44:11', '2019-02-22 09:44:11', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/poultry-farming.jpg', 0, 'attachment', 'image/jpeg', 0),
(1264, 1, '2019-02-18 09:50:02', '2019-02-18 09:50:02', '\n				It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.\n\n<img title=\"project_img_01\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/project_img_01.png\" alt=\"\" width=\"1170\" height=\"700\" />\n\nThe main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada’s exports (about 20% of world exports).\n<h3>Our Best Solutions</h3>\n<figure><a href=\"#\"><img title=\"farmer\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/farmer.png\" alt=\"\" width=\"118\" height=\"120\" /></a></figure>\n<h4><a href=\"#\">Experienced Farmers</a></h4>\nEos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.\n<figure><a href=\"#\"><img title=\"rake\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/rake.png\" alt=\"\" width=\"118\" height=\"120\" /></a></figure>\n<h4><a href=\"#\">The Best Equipment</a></h4>\nProin interdum ipsum a suscipit aliquam. Sed sit sollicitudin amet molestie arcu.\n<figure><a href=\"#\"><img title=\"wheat\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/wheat.png\" alt=\"\" width=\"118\" height=\"120\" /></a></figure>\n<h4><a href=\"#\">Experienced Farmers</a></h4>\nNunc imperdiet vitae nisl nec lacinia. Phasellus dapibus, eu sollicitudin eu.\n\nThe main wheat belt extends in the Northern Hemisphere. Wheat is grown in more than 70 countries of the world, however, most of it is in the USA, Canada, Australia, Russia, Kazakhstan, and Ukraine. It formed the main breadbaskets of the world. Wheat occupies a prominent place in Canada’s exports (about 20% of world exports).\n\n<img title=\"project_img_02\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/project_img_02.jpg\" alt=\"\" width=\"740\" height=\"870\" />\n<h3>More About This</h3>\nIt is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.\n<ul>\n 	<li>Consequat tincidunt</li>\n 	<li>Oporteat eloquentiam</li>\n 	<li>Dolorum senserit</li>\n 	<li>Indoctum constituam</li>\n</ul>\nAlmost half of the world livestock of pigs accounts primarily for China. However, in numerous areas inhabited by the Muslim population, pig breeding is practically absent due to religious traditions. - Sheep breeding, which also has global value. It develops in steppe and semi-desert areas, as well as in mountain areas. The world\'s largest area of ​​sheep - areas of Australia, where the sheep are kept on natural pasture.		', 'Poultry Farming', '\n						', 'trash', 'closed', 'closed', '', 'poultry-farming__trashed', '', '', '2023-04-01 07:53:10', '2023-04-01 07:53:10', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=project&#038;p=1264', 0, 'project', '', 0),
(1268, 1, '2019-02-22 10:20:08', '2019-02-22 10:20:08', '\n						', 'BOB', '\n						', 'inherit', 'open', 'closed', '', 'bob', '', '', '2019-02-22 10:20:08', '2019-02-22 10:20:08', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/BOB.jpg', 0, 'attachment', 'image/jpeg', 0),
(1270, 1, '2019-02-22 10:50:52', '2019-02-22 10:50:52', '\n						', 'team_img_01', '\n						', 'inherit', 'open', 'closed', '', 'team_img_01-2', '', '', '2019-02-22 10:50:52', '2019-02-22 10:50:52', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/team_img_01.png', 0, 'attachment', 'image/png', 0),
(1284, 1, '2019-02-22 13:07:09', '2019-02-22 13:07:09', '\n						', 'user', '\n						', 'inherit', 'open', 'closed', '', 'user', '', '', '2019-02-22 13:07:09', '2019-02-22 13:07:09', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/user.jpg', 0, 'attachment', 'image/jpeg', 0),
(1379, 1, '2019-02-26 08:06:35', '2019-02-26 08:06:35', '\n						', '02', '\n						', 'inherit', 'open', 'closed', '', '02', '', '', '2019-02-26 08:06:35', '2019-02-26 08:06:35', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1381, 1, '2019-02-26 08:10:38', '2019-02-26 08:10:38', '\n						', '03', '\n						', 'inherit', 'open', 'closed', '', '03', '', '', '2019-02-26 08:10:38', '2019-02-26 08:10:38', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1382, 1, '2019-02-26 08:20:37', '2019-02-26 08:20:37', '\n						', '07', '\n						', 'inherit', 'open', 'closed', '', '07', '', '', '2019-02-26 08:20:37', '2019-02-26 08:20:37', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/07.jpg', 0, 'attachment', 'image/jpeg', 0),
(1383, 1, '2019-02-26 08:20:37', '2019-02-26 08:20:37', '\n						', '06', '\n						', 'inherit', 'open', 'closed', '', '06', '', '', '2019-02-26 08:20:37', '2019-02-26 08:20:37', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/06.jpg', 0, 'attachment', 'image/jpeg', 0),
(1384, 1, '2019-02-26 08:20:38', '2019-02-26 08:20:38', '\n						', '05', '\n						', 'inherit', 'open', 'closed', '', '05', '', '', '2019-02-26 08:20:38', '2019-02-26 08:20:38', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/05.jpg', 0, 'attachment', 'image/jpeg', 0),
(1385, 1, '2019-02-26 08:20:38', '2019-02-26 08:20:38', '\n						', '04', '\n						', 'inherit', 'open', 'closed', '', '04', '', '', '2019-02-26 08:20:38', '2019-02-26 08:20:38', '', 0, 'http://iamv.vn/wp-content/uploads/2019/01/04.jpg', 0, 'attachment', 'image/jpeg', 0),
(1403, 1, '2019-02-26 14:59:09', '2019-02-26 14:59:09', '\n				<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" alt=\"\" /></a><a href=\"https://livewp.site/wp/md/agrosector/category/organic-farming/\" rel=\"category tag\">Organic farming</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/organic-farming/\" rel=\"category tag\">Organic farming</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Post With Image</a></h2>.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" alt=\"\" /></a><a href=\"https://livewp.site/wp/md/agrosector/category/organic-farming/\" rel=\"category tag\">Organic farming</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/organic-farming/\" rel=\"category tag\">Organic farming</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" alt=\"\" />\n                                                   \n                                               <a href=\"https://livewp.site/wp/md/agrosector/category/permaculture/\" rel=\"category tag\">Permaculture</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/permaculture/\" rel=\"category tag\">Permaculture</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Post With Video</a></h2>.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est. </a>Steve Jobs<a href=\"https://livewp.site/wp/md/agrosector/category/genetic-engineering/\" rel=\"category tag\">Genetic Engineering</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/genetic-engineering/\" rel=\"category tag\">Genetic Engineering</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Post With Quote</a></h2>.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/category/conservation-agriculture/\" rel=\"category tag\">Conservation Agriculture</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/conservation-agriculture/\" rel=\"category tag\">Conservation Agriculture</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Audio Title Goes Here</a></h2>.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Read More</a>\n                            <img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-18-1170x700.jpg\' alt=\'\' /><img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-19-1170x700.jpg\' alt=\'\' /><img src=\'https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-20-1170x700.jpg\' alt=\'\' />\n                    <a href=\"https://livewp.site/wp/md/agrosector/category/homobiotic-turnover/\" rel=\"category tag\">Homobiotic Turnover</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/homobiotic-turnover/\" rel=\"category tag\">Homobiotic Turnover</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\">Post With Slideshow</a></h2>.elementor-516 .elementor-element.elementor-element-e9b7a7f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-slideshow/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\">GT3Themes</a><p><a href=\"https://gt3themes.com/\">https://gt3themes.com/</a></p><a href=\"https://livewp.site/wp/md/agrosector/category/precision-farming/\" rel=\"category tag\">Precision Farming</a>Jan 30 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/precision-farming/\" rel=\"category tag\">Precision Farming</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\">Post With Link</a></h2>.elementor-519 .elementor-element.elementor-element-f5eca38 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-link/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/category/precision-farming/\" rel=\"category tag\">Precision Farming</a>Jan 29 &#039;19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/category/precision-farming/\" rel=\"category tag\">Precision Farming</a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/post-without-image/\">Post Without Image</a></h2>.elementor-488 .elementor-element.elementor-element-4bd6680 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/post-without-image/\">Read More</a>\n					<ul><li><a href=\'https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php\' class=\'current\'>1</a></li><li><a href=\'https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\'>2</a></li><li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\"></a></li></ul>		', 'Fullwidth Blog', '\n						', 'publish', 'closed', 'closed', '', 'fullwidth-blog', '', '', '2019-02-26 14:59:09', '2019-02-26 14:59:09', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=1403', 0, 'page', '', 0),
(1437, 1, '2019-02-27 08:34:21', '2019-02-27 08:34:21', '\n						', 'shop_title', '\n						', 'inherit', 'open', 'closed', '', 'shop_title', '', '', '2019-02-27 08:34:21', '2019-02-27 08:34:21', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/shop_title.jpg', 0, 'attachment', 'image/jpeg', 0),
(1465, 1, '2019-02-27 09:38:50', '2019-02-27 09:38:50', '\n				<link href=\"https://fonts.googleapis.com/css?family=BenchNine:700\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.2 auto mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-1\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\"  data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_01.jpg\"  data-rotate=\"0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\"  alt=\"\" title=\"home_bg_01\"  width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_01.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 2 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 3 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 4 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 5 -->\n		Grow naturally, Live natural \n		<!-- LAYER NR. 6 -->\n		FARMING \n		<!-- LAYER NR. 7 -->\n		Who We Are \n		<!-- LAYER NR. 8 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-2\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\"  data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_02.jpg\"  data-rotate=\"0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\"  alt=\"\" title=\"home_bg_02\"  width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_02.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 9 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 10 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 11 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 12 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 13 -->\n		High quality, Excellent cooperation \n		<!-- LAYER NR. 14 -->\n		Agriculture \n		<!-- LAYER NR. 15 -->\n		Who We Are \n		<!-- LAYER NR. 16 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\"  data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_03.jpg\"  data-rotate=\"0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\"  alt=\"\" title=\"home_bg_03\"  width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_03.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 17 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'20px\',\'20px\',\'20px\',\'20px\']\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 18 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'1920px\',\'1920px\',\'1920px\',\'1920px\']\" data-hh=\"[\'10px\',\'10px\',\'10px\',\'10px\']\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 19 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 20 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 21 -->\n		Organic & Natural \n		<!-- LAYER NR. 22 -->\n		Products \n		<!-- LAYER NR. 23 -->\n		Who We Are \n		<!-- LAYER NR. 24 -->\n		Get in Touch\n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n		<style type=\"text/css\">	#rev_slider_1_1_wrapper .tp-loader.spinner3{ background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1 .zeus .tp-thumb{opacity:1}#rev_slider_1_1 .zeus .tp-thumb-over{background:rgba(0,0,0,0); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; -webkit-transition:all 0.3s; transition:all 0.3s}#rev_slider_1_1 .zeus .tp-thumb-more:before{font-family:\"revicons\"; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:20px; right:20px; z-index:2}#rev_slider_1_1 .zeus .tp-thumb-more:before{content:\"e825\"}#rev_slider_1_1 .zeus .tp-thumb-title{font-family:\"Raleway\"; letter-spacing:1px; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:0px; left:0px; z-index:2; padding:20px 35px 20px 20px; width:100%; height:100%; box-sizing:border-box; transition:all 0.3s; -webkit-transition:all 0.3s; font-weight:500}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-more:before,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-more:before{color:rgb(255,255,255)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-over,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-over{background:rgba(0,0,0,0.5)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-title,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-title{color:rgb(255,255,255)}</style>\n				<!-- END REVOLUTION SLIDER -->	\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png 497w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01-195x300.png 195w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />											\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_01.png\" alt=\"\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_02.png\" alt=\"\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_03.png\" alt=\"\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_04.png\" alt=\"\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n											<a href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01.jpg\" data-elementor-open-lightbox=\"yes\">\n							<img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/gallery_img_01-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" />								</a>\n			<strong>88</strong>\n			<h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_11.png\" alt=\"\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_12.png\" alt=\"\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_13.png\" alt=\"\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n										<img width=\"594\" height=\"797\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png 594w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02-224x300.png 224w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />											\n		<h2 style=\"text-align: center;\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-272x272.jpg\" alt=\"\" /><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.</p>Sarah-MillerCustomer							\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_1.png\" alt=\"\" width=\"152\" height=\"51\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_2.png\" alt=\"\" width=\"161\" height=\"53\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_03.png\" alt=\"\" width=\"148\" height=\"48\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_04.png\" alt=\"\" width=\"114\" height=\"47\" />		\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-24.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>.elementor-761 .elementor-element.elementor-element-72784ca0 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-23.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>.elementor-749 .elementor-element.elementor-element-6ebc7612 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		', 'Home page', '\n						', 'publish', 'closed', 'closed', '', 'home-page', '', '', '2019-02-27 09:38:50', '2019-02-27 09:38:50', '', 0, 'https://livewp.site/wp/md/agrosector/?elementor_library=home-page', 0, 'elementor_library', '', 0),
(1473, 1, '2019-02-28 10:34:29', '2019-02-28 10:34:29', '\n						', 'gallery_img_01', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_01-2', '', '', '2019-02-28 10:34:29', '2019-02-28 10:34:29', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1474, 1, '2019-02-28 10:34:00', '2019-02-28 10:34:00', '\n						', 'gallery_img_02', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_02', '', '', '2019-02-28 10:34:00', '2019-02-28 10:34:00', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1475, 1, '2019-02-28 10:33:30', '2019-02-28 10:33:30', '\n						', 'gallery_img_03', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_03', '', '', '2019-02-28 10:33:30', '2019-02-28 10:33:30', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1476, 1, '2019-02-28 10:32:45', '2019-02-28 10:32:45', '\n						', 'gallery_img_04', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_04', '', '', '2019-02-28 10:32:45', '2019-02-28 10:32:45', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg', 0, 'attachment', 'image/jpeg', 0),
(1477, 1, '2019-02-28 10:32:14', '2019-02-28 10:32:14', '\n						', 'gallery_img_05', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_05', '', '', '2019-02-28 10:32:14', '2019-02-28 10:32:14', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg', 0, 'attachment', 'image/jpeg', 0),
(1478, 1, '2019-02-28 10:31:41', '2019-02-28 10:31:41', '\n						', 'gallery_img_06', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_06', '', '', '2019-02-28 10:31:41', '2019-02-28 10:31:41', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg', 0, 'attachment', 'image/jpeg', 0),
(1479, 1, '2019-02-28 10:31:09', '2019-02-28 10:31:09', '\n						', 'gallery_img_07', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_07', '', '', '2019-02-28 10:31:09', '2019-02-28 10:31:09', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg', 0, 'attachment', 'image/jpeg', 0),
(1480, 1, '2019-02-28 10:29:48', '2019-02-28 10:29:48', '\n						', 'gallery_img_08', '\n						', 'inherit', 'open', 'closed', '', 'gallery_img_08', '', '', '2019-02-28 10:29:48', '2019-02-28 10:29:48', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg', 0, 'attachment', 'image/jpeg', 0),
(1491, 1, '2019-01-30 08:59:24', '2019-01-30 08:59:24', '\n				<p></p>\n\n<!-- wp:paragraph -->\n</p><p>Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed <em>aliquet risus</em> a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue sodales.</p><p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>			#gallery-1 {<br>\n				margin: auto;<br>\n			}<br>\n			#gallery-1 .gallery-item {<br>\n				float: left;<br>\n				margin-top: 10px;<br>\n				text-align: center;<br>\n				width: 50%;<br>\n			}<br>\n			#gallery-1 img {<br>\n				border: 2px solid #cfcfcf;<br>\n			}<br>\n			#gallery-1 .gallery-caption {<br>\n				margin-left: 0;<br>\n			}<br>\n			/* see gallery_shortcode() in wp-includes/media.php */</p>\n<p></p>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"67892756\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"67892756\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<p><br style=\"clear: both\"></p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p>\n</blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Vestibulum nisi lectus', '\n						', 'trash', 'closed', 'open', '', 'vestibulum-nisi-lectus__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=1491', 0, 'post', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1493, 1, '2019-02-28 09:30:10', '2019-02-28 09:30:10', '\n				<link href=\"https://fonts.googleapis.com/css?family=BenchNine:700\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.2 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-1\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\"  data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_01.jpg\"  data-rotate=\"0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\"  alt=\"\" title=\"home_bg_01\"  width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_01.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 2 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 3 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 4 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 5 -->\n		Grow naturally, Live natural \n		<!-- LAYER NR. 6 -->\n		FARMING \n		<!-- LAYER NR. 7 -->\n		Who We Are \n		<!-- LAYER NR. 8 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-2\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\"  data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_02.jpg\"  data-rotate=\"0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\"  alt=\"\" title=\"home_bg_02\"  width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_02.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 9 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 10 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 11 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 12 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 13 -->\n		High quality, Excellent cooperation \n		<!-- LAYER NR. 14 -->\n		Agriculture \n		<!-- LAYER NR. 15 -->\n		Who We Are \n		<!-- LAYER NR. 16 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\"  data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_03.jpg\"  data-rotate=\"0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\"  alt=\"\" title=\"home_bg_03\"  width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_03.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 17 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 18 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 19 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 20 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 21 -->\n		Organic & Natural \n		<!-- LAYER NR. 22 -->\n		Products \n		<!-- LAYER NR. 23 -->\n		Who We Are \n		<!-- LAYER NR. 24 -->\n		Get in Touch\n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n		<style type=\"text/css\">	#rev_slider_1_1_wrapper .tp-loader.spinner3{ background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1 .zeus .tp-thumb{opacity:1}#rev_slider_1_1 .zeus .tp-thumb-over{background:rgba(0,0,0,0); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; -webkit-transition:all 0.3s; transition:all 0.3s}#rev_slider_1_1 .zeus .tp-thumb-more:before{font-family:\"revicons\"; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:20px; right:20px; z-index:2}#rev_slider_1_1 .zeus .tp-thumb-more:before{content:\"e825\"}#rev_slider_1_1 .zeus .tp-thumb-title{font-family:\"Raleway\"; letter-spacing:1px; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:0px; left:0px; z-index:2; padding:20px 35px 20px 20px; width:100%; height:100%; box-sizing:border-box; transition:all 0.3s; -webkit-transition:all 0.3s; font-weight:500}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-more:before,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-more:before{color:rgb(255,255,255)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-over,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-over{background:rgba(0,0,0,0.5)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-title,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-title{color:rgb(255,255,255)}</style>\n				<!-- END REVOLUTION SLIDER -->	\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png 497w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01-195x300.png 195w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />											\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_01.png\" alt=\"\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_02.png\" alt=\"\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_03.png\" alt=\"\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_04.png\" alt=\"\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" title=\"gallery_img_04\" />				\n			<strong>88</strong>\n			<h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_11.png\" alt=\"\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_12.png\" alt=\"\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_13.png\" alt=\"\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n										<img width=\"594\" height=\"797\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png 594w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02-224x300.png 224w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />											\n		<h2 style=\"text-align: center;\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-272x272.jpg\" alt=\"\" /><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.</p>Sarah-MillerCustomer							\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_1.png\" alt=\"\" width=\"152\" height=\"51\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_2.png\" alt=\"\" width=\"161\" height=\"53\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_03.png\" alt=\"\" width=\"148\" height=\"48\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_04.png\" alt=\"\" width=\"114\" height=\"47\" />		\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-24-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>.elementor-761 .elementor-element.elementor-element-72784ca0 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-23-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>.elementor-749 .elementor-element.elementor-element-6ebc7612 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		', 'Home', '\n						', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2019-02-28 09:30:10', '2019-02-28 09:30:10', '', 0, 'https://livewp.site/wp/md/agrosector/?elementor_library=home-2', 0, 'elementor_library', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1496, 1, '2019-02-28 09:30:25', '2019-02-28 09:30:25', '\n				<link href=\"https://fonts.googleapis.com/css?family=BenchNine:700\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.2 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n 	<li data-index=\"rs-1\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_01.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_01.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina=\"\">\n<!-- LAYERS -->\n<!-- LAYER NR. 1 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina=\"\">\n<!-- LAYER NR. 2 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina=\"\">\n<!-- LAYER NR. 3 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina=\"\">\n<!-- LAYER NR. 4 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina=\"\">\n<!-- LAYER NR. 5 -->\nGrow naturally, Live natural\n<!-- LAYER NR. 6 -->\nFARMING\n<!-- LAYER NR. 7 -->\nWho We Are\n<!-- LAYER NR. 8 -->\nGet in Touch</li>\n<!-- SLIDE  -->\n 	<li data-index=\"rs-2\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_02.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_02.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina=\"\">\n<!-- LAYERS -->\n<!-- LAYER NR. 9 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina=\"\">\n<!-- LAYER NR. 10 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina=\"\">\n<!-- LAYER NR. 11 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina=\"\">\n<!-- LAYER NR. 12 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina=\"\">\n<!-- LAYER NR. 13 -->\nHigh quality, Excellent cooperation\n<!-- LAYER NR. 14 -->\nAgriculture\n<!-- LAYER NR. 15 -->\nWho We Are\n<!-- LAYER NR. 16 -->\nGet in Touch</li>\n<!-- SLIDE  -->\n 	<li data-index=\"rs-3\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_03.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_03.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina=\"\">\n<!-- LAYERS -->\n<!-- LAYER NR. 17 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina=\"\">\n<!-- LAYER NR. 18 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina=\"\">\n<!-- LAYER NR. 19 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina=\"\">\n<!-- LAYER NR. 20 -->\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina=\"\">\n<!-- LAYER NR. 21 -->\nOrganic &amp; Natural\n<!-- LAYER NR. 22 -->\nProducts\n<!-- LAYER NR. 23 -->\nWho We Are\n<!-- LAYER NR. 24 -->\nGet in Touch</li>\n</ul>\n<style>\n</style>\n<style></style>		<style type=\"text/css\">	#rev_slider_1_1_wrapper .tp-loader.spinner3{ background-color: #FFFFFF !important; } </style>\n\n<style type=\"text/css\">#rev_slider_1_1 .zeus .tp-thumb{opacity:1}#rev_slider_1_1 .zeus .tp-thumb-over{background:rgba(0,0,0,0); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; -webkit-transition:all 0.3s; transition:all 0.3s}#rev_slider_1_1 .zeus .tp-thumb-more:before{font-family:\"revicons\"; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:20px; right:20px; z-index:2}#rev_slider_1_1 .zeus .tp-thumb-more:before{content:\"e825\"}#rev_slider_1_1 .zeus .tp-thumb-title{font-family:\"Raleway\"; letter-spacing:1px; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:0px; left:0px; z-index:2; padding:20px 35px 20px 20px; width:100%; height:100%; box-sizing:border-box; transition:all 0.3s; -webkit-transition:all 0.3s; font-weight:500}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-more:before,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-more:before{color:rgb(255,255,255)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-over,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-over{background:rgba(0,0,0,0.5)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-title,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-title{color:rgb(255,255,255)}</style>\n\n<!-- END REVOLUTION SLIDER -->\n<h2>World’s Hottest Destinations for Vegans</h2>\nUtinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.\n\nMei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.\n\nAn qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.\n\n<a href=\"#\">\nRead More\n</a>\n<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png 497w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01-195x300.png 195w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\">\n<h2>Why Choose Us?</h2>\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n<figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_01.png\" alt=\"\" title=\"icon_01\"></a></figure>\n<h4><a href=\"#\">Excellent Service</a></h4>\nMei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.\n<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_02.png\" alt=\"\" title=\"icon_02\"></a></figure>\n<h4><a href=\"#\">Quality And Reliability</a></h4>\nAn qualisque constituam cum. Agam unum disputando ius et, mel id luptua.\n<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_03.png\" alt=\"\" title=\"icon_03\"></a></figure>\n<h4><a href=\"#\">Clean Working</a></h4>\nEx voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.\n<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_04.png\" alt=\"\" title=\"icon_04\"></a></figure>\n<h4><a href=\"#\">Expert Farmer</a></h4>\nId quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.\n\n<a href=\"#\">\nGet in Touch\n</a>\n<h2>Our Main Services</h2>\nId eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.\n\nHis accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.\n\n<a href=\"#\">\nRead More\n</a>\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\"></a></figure>\n<h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\"></a></figure>\n<h4><a href=\"#\">Design &amp; Planting</a></h4>\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\"></a></figure>\n<h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4>\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\"></a></figure>\n<h4><a href=\"#\">Best Products</a></h4>\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\"></a></figure>\n<h4><a href=\"#\">Clear Water for  Irrigation</a></h4>\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\"></a></figure>\n<h4><a href=\"#\">Eco Product</a></h4>\n<img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\"><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\"><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\"><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\"><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\"><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\"><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\"><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04.jpg\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04.jpg 1170w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-300x149.jpg 300w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-768x382.jpg 768w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-1024x509.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\">\n<img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" title=\"gallery_img_01\"><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" title=\"gallery_img_05\"><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" title=\"gallery_img_06\"><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" title=\"gallery_img_07\"><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" title=\"gallery_img_08\"><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" title=\"gallery_img_02\"><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" title=\"gallery_img_03\"><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" title=\"gallery_img_04\">\n<strong>88</strong>\n<h3>Awards Won</h3>\nCu ubique timeam tibique mel, autem tibique cu nec.\n\n<strong>108</strong>\n<h3>Regular Customers</h3>\nAperiri discere hendrerit in duo, amet reprehendunt ut sit.\n\n<strong>86</strong>\n<h3>Points of Sale of Goods</h3>\nEnim meliore intellegebat ut duo, fastidii gloriatur usu ei.\n\n<strong>54</strong>\n<h3>Professional Engineering</h3>\nLegere prodesset mea ei, no illud dicam conclusionemque est.\n<h2>Work with Us</h2>\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:\n<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_11.png\" alt=\"\" title=\"icon_11\"></a></figure>\n<h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4>\nVirtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.\n<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_12.png\" alt=\"\" title=\"icon_12\"></a></figure>\n<h4><a href=\"#\">02. Place an order for products or services.</a></h4>\nUnum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.\n<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_13.png\" alt=\"\" title=\"icon_13\"></a></figure>\n<h4><a href=\"#\">03. Get an order that made.</a></h4>\nUsu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n\n<a href=\"#\">\nGet in Touch\n</a>\n<img width=\"594\" height=\"797\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png\" alt=\"\" srcset=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png 594w, https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02-224x300.png 224w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\">\n<h2 style=\"text-align: center;\">What People Say</h2>\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\">\n\nQuo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.\n\nDan BalanCustomer\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-272x272.jpg\" alt=\"\">\n\nHis accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.\n\nSarah-MillerCustomer\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_1.png\" alt=\"\" width=\"152\" height=\"51\">\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_2.png\" alt=\"\" width=\"161\" height=\"53\">\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_03.png\" alt=\"\" width=\"148\" height=\"48\">\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_04.png\" alt=\"\" width=\"114\" height=\"47\">\n<h2>Latest News</h2>\nNec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.\n\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25-1170x695.jpg\" alt=\"\"></a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>\n.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-24-1170x695.jpg\" alt=\"\"></a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>\n.elementor-761 .elementor-element.elementor-element-72784ca0 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-23-1170x695.jpg\" alt=\"\"></a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>\n.elementor-749 .elementor-element.elementor-element-6ebc7612 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>\n[mailchimpsf_form]		', 'Home test', '\n						', 'publish', 'closed', 'closed', '', 'home-test', '', '', '2019-02-28 09:30:25', '2019-02-28 09:30:25', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=1496', 0, 'page', '', 0),
(1512, 1, '2019-02-28 12:25:49', '2019-02-28 12:25:49', '\n						', 'Class-aptent-taciti', '\n						', 'inherit', 'closed', 'closed', '', 'class-aptent-taciti', '', '', '2019-02-28 12:25:49', '2019-02-28 12:25:49', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Class-aptent-taciti.jpg', 0, 'attachment', 'image/jpeg', 0),
(1513, 1, '2019-02-28 12:25:50', '2019-02-28 12:25:50', '\n						', 'Integer-id-quam', '\n						', 'inherit', 'closed', 'closed', '', 'integer-id-quam', '', '', '2019-02-28 12:25:50', '2019-02-28 12:25:50', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Integer-id-quam.jpg', 0, 'attachment', 'image/jpeg', 0),
(1514, 1, '2019-02-28 12:25:51', '2019-02-28 12:25:51', '\n						', 'Vestibulum-nisi-lectus', '\n						', 'inherit', 'closed', 'closed', '', 'vestibulum-nisi-lectus-2', '', '', '2019-02-28 12:25:51', '2019-02-28 12:25:51', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Vestibulum-nisi-lectus.jpg', 0, 'attachment', 'image/jpeg', 0),
(1516, 1, '2019-01-30 08:53:13', '2019-01-30 08:53:13', '\n				<p></p>\n\n<!-- wp:paragraph -->\n</p><p>Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam. </p><p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\"color: #b2b74a\">established that</em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.</p><p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>			#gallery-1 {<br>\n				margin: auto;<br>\n			}<br>\n			#gallery-1 .gallery-item {<br>\n				float: left;<br>\n				margin-top: 10px;<br>\n				text-align: center;<br>\n				width: 50%;<br>\n			}<br>\n			#gallery-1 img {<br>\n				border: 2px solid #cfcfcf;<br>\n			}<br>\n			#gallery-1 .gallery-caption {<br>\n				margin-left: 0;<br>\n			}<br>\n			/* see gallery_shortcode() in wp-includes/media.php */</p>\n<p></p>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3294aca8\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3294aca8\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<p><br style=\"clear: both\"></p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p>\n</blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Integer id quam', '\n						', 'trash', 'closed', 'open', '', 'integer-id-quam__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=1516', 0, 'post', '', 0),
(1519, 1, '2019-01-30 08:52:41', '2019-01-30 08:52:41', '\n				<p></p>\n\n<!-- wp:paragraph -->\n</p><p>Velit scaevola persecuti nam ea. Saperet maiorum petentium sea in. An albucius convenire sapientem sed. Simul dolorem usu id, his aliquip scaevola complectitur eu, viderer consequuntur per no. Tempor euismod.</p><p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\"color: #b2b74a\">established that</em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.</p><p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>			#gallery-1 {<br>\n				margin: auto;<br>\n			}<br>\n			#gallery-1 .gallery-item {<br>\n				float: left;<br>\n				margin-top: 10px;<br>\n				text-align: center;<br>\n				width: 50%;<br>\n			}<br>\n			#gallery-1 img {<br>\n				border: 2px solid #cfcfcf;<br>\n			}<br>\n			#gallery-1 .gallery-caption {<br>\n				margin-left: 0;<br>\n			}<br>\n			/* see gallery_shortcode() in wp-includes/media.php */</p>\n<p></p>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"15996db7\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"15996db7\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<p><br style=\"clear: both\"></p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p>\n</blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Class aptent taciti', '\n						', 'trash', 'closed', 'open', '', 'class-aptent-taciti__trashed', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 0, 'https://livewp.site/wp/md/agrosector/?p=1519', 0, 'post', '', 0),
(1533, 1, '2019-02-28 13:50:03', '2019-02-28 13:50:03', '\n						', 'Natural', '\n						', 'inherit', 'closed', 'closed', '', 'natural', '', '', '2019-02-28 13:50:03', '2019-02-28 13:50:03', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Natural.png', 0, 'attachment', 'image/png', 0),
(1536, 1, '2019-02-28 13:56:08', '2019-02-28 13:56:08', '\n						', 'Services', '\n						', 'inherit', 'closed', 'closed', '', 'services-3', '', '', '2019-02-28 13:56:08', '2019-02-28 13:56:08', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Services.png', 0, 'attachment', 'image/png', 0),
(1538, 1, '2019-02-28 14:01:20', '2019-02-28 14:01:20', '\n						', 'Peolpe-Say', '\n						', 'inherit', 'closed', 'closed', '', 'peolpe-say', '', '', '2019-02-28 14:01:20', '2019-02-28 14:01:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Peolpe-Say.png', 0, 'attachment', 'image/png', 0),
(1541, 1, '2019-02-28 14:08:48', '2019-02-28 14:08:48', '\n						', 'Mission', '\n						', 'inherit', 'closed', 'closed', '', 'mission', '', '', '2019-02-28 14:08:48', '2019-02-28 14:08:48', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Mission.png', 0, 'attachment', 'image/png', 0),
(1544, 1, '2019-02-28 14:10:57', '2019-02-28 14:10:57', '\n						', 'Services_01', '\n						', 'inherit', 'closed', 'closed', '', 'services_01', '', '', '2019-02-28 14:10:57', '2019-02-28 14:10:57', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Services_01.png', 0, 'attachment', 'image/png', 0),
(1548, 1, '2019-02-28 14:13:20', '2019-02-28 14:13:20', '\n						', 'PeolpeSay', '\n						', 'inherit', 'closed', 'closed', '', 'peolpesay', '', '', '2019-02-28 14:13:20', '2019-02-28 14:13:20', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/PeolpeSay.png', 0, 'attachment', 'image/png', 0),
(1551, 1, '2019-02-28 14:15:46', '2019-02-28 14:15:46', '\n						', 'Services_02', '\n						', 'inherit', 'closed', 'closed', '', 'services_02', '', '', '2019-02-28 14:15:46', '2019-02-28 14:15:46', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Services_02.png', 0, 'attachment', 'image/png', 0),
(1552, 1, '2019-02-28 14:16:57', '2019-02-28 14:16:57', '\n						', 'Work', '\n						', 'inherit', 'closed', 'closed', '', 'work', '', '', '2019-02-28 14:16:57', '2019-02-28 14:16:57', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/Work.png', 0, 'attachment', 'image/png', 0),
(1555, 1, '2019-02-28 14:25:02', '2019-02-28 14:25:02', '\n						', 'progress', '\n						', 'inherit', 'closed', 'closed', '', 'progress', '', '', '2019-02-28 14:25:02', '2019-02-28 14:25:02', '', 0, 'http://iamv.vn/wp-content/uploads/2019/02/progress.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1558, 1, '2019-01-23 12:10:55', '2019-01-23 12:10:55', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"508\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png 508w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-480x694.png 480w\" sizes=\"(max-width: 508px) 100vw, 508px\" title=\"team_img_02\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <h2><a href=\"http://iamv.vn/nha-cung-cap-phan-bon-huu-co-nhat-ban-sang-tham-thi-truong-nong-nghiep-viet-nam/\">Nhà cung cấp Phân bón hữu cơ Nhật Bản sang thăm thị trường nông nghiệp Việt Nam</a></h2>\n&#8211; Ngày 13/11/2018,&nbsp;Ông KAZUZA MURAKAMI sang thăm Việt Nam,&nbsp;để&nbsp;đánh giá chất lượng Phân bón Nhật Bản...\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/Trien-lam-scaled-933x700.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/post-with-image/\">Ngày triển lãm chuối sấy dẻo</a></h2>Những ngày này, Công ty CP DT và PT I AM V luôn chào đón khách tới tham quan tại gian hàng, tại đây khách lúc nào cũng...', 'Home', '\n						', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-04-01 09:24:52', '2023-04-01 09:24:52', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=8', 0, 'page', '', 0),
(1559, 1, '2019-01-23 12:11:23', '2019-01-23 12:11:23', '\n				<p>Titles</p>		\n			<h1>H1. Lorem Ipsum Dolor</h1>		\n			<h2>H2. Lorem Ipsum Dolor</h2>		\n			<h3>H3. Lorem Ipsum Dolor</h3>		\n			<h4>H4. Lorem Ipsum Dolor</h4>		\n			<h5>H5. Lorem Ipsum Dolor</h5>		\n			<h6>H6. Lorem Ipsum Dolor</h6>		\n		<p>Body</p><p>Ballet and Pilates inspired workouts are great if you want to build long, lean “beauty” muscles, but thanks to CrossFit, I’ve grown to appreciate the glamour of women who deadlift, pull up and muscle up — and not because the effort. will shrink them into perfectly tiny packages of female beauty. No offence to pliés and jetés, but lifting heavy stuff is a rush. I track how many reps I complete , and you do everything from Olympic-style lifts to gymnastics to rowing, skipping and sprinting—all the while giving it everything you’ve got.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non ornare porta. Etiam a dolor sem. Mauris molestie rutrum enim, ut fringilla augue congue mattis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam elementum consectetur malesuada. Praesent sodales neque turpis, nec venenatis dui porta sed. Fusce tempor tellus sed tincidunt auctor. Aliquam finibus lectus sit amet efficitur sollicitudin.</p>		\n		<p>Standard Inline Elements</p><p> If you want to build long, lean “beauty”  muscles, but thanks to CrossFit, I’ve bold text the glamour of women who deadlift, pull up and muscle up — and not because the effort will shrink them into bold text packages of female beauty. No offence to pliés and jetés, but lifting heavy stuff is a rush. The changes every tooltip , and you do everything from Olympic-style lifts to gymnastics to rowing, skipping and sprinting—all the while giving it everything you’ve got.</p>		\n		<p>Dropcaps</p><p>Wallet- and Pilates-inspired workouts are great if you want to build long, lean “beauty” muscles, but thanks to CrossFit, I’ve grown to appreciat the glamour of women who deadlift, pull up and muscle up — and not because the effort will shrink them into perfectly tiny packages of me female can was beauty. No offence to pliés and jetés, but lifting heavy stuff is a rush. The workout changes every day, and you do everything from Olympic-style lifts to gymnastics to rowing, skipping and sprinting—all the while giving it everything you’ve got. One of the biggest pluses for me is that CrossFit doesn’t measure fitness using one standard—for example, cardiovascular endurance or how far you can run—but instead defines it according to a combination of factors, including cardiorespiratory endurance, strength, flexibility, agility and balance.</p>		\n		<p>Blockquote</p><blockquote><p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam ad, no idque erroribus inciderint est. Qui te diam quando, cu quas instructior est.</p></blockquote>Steve Jobs		\n		<p>Standard Listings</p><ul><li>Consequat tincidunt</li><li>Oporteat eloquentiam</li><li>Dolorum senserit</li><li>Indoctum constituam</li></ul>		\n		<ol>\n        <li>Essent maluisset</li>\n 	<li>Vituperatoribus</li>\n 	<li>Volumus euripidis</li>\n 	<li>Euismod repudiare</li>\n</ol>		\n		<ul><li>Nunc imperdiet vitae</li><li>Phasellus dapibus</li><li>Mauris ac libero</li><li>Praesent pulvinar auctor</li></ul>		', 'Typography', '\n						', 'publish', 'closed', 'closed', '', 'typography', '', '', '2019-01-23 12:11:23', '2019-01-23 12:11:23', '', 0, 'https://livewp.site/wp/md/agrosector/?page_id=12', 0, 'page', '', 0),
(1561, 1, '2023-04-01 08:47:56', '2023-03-31 16:07:28', '', 'Sản phẩm & Dịch vụ', '						', 'publish', 'closed', 'closed', '', 'shop', '', '', '2023-04-01 08:47:56', '2023-04-01 08:47:56', '', 0, 'http://iamv.vn/2023/03/31/shop/', 3, 'nav_menu_item', '', 0),
(1562, 1, '2023-03-31 16:07:28', '2023-03-31 16:07:28', '\n						', 'Growing Fruits', '\n						', 'publish', 'closed', 'closed', '', 'growing-fruits', '', '', '2023-03-31 16:07:28', '2023-03-31 16:07:28', '', 0, 'http://iamv.vn/2023/03/31/growing-fruits/', 1, 'nav_menu_item', '', 0),
(1563, 1, '2023-03-31 16:07:28', '2023-03-31 16:07:28', '\n						', 'Design & Planting', '\n						', 'publish', 'closed', 'closed', '', 'design-planting', '', '', '2023-03-31 16:07:28', '2023-03-31 16:07:28', '', 0, 'http://iamv.vn/2023/03/31/design-planting/', 2, 'nav_menu_item', '', 0),
(1564, 1, '2023-03-31 16:07:28', '2023-03-31 16:07:28', '\n						', 'Spring & Fall Cleanup', '\n						', 'publish', 'closed', 'closed', '', 'spring-fall-cleanup', '', '', '2023-03-31 16:07:28', '2023-03-31 16:07:28', '', 0, 'http://iamv.vn/2023/03/31/spring-fall-cleanup/', 3, 'nav_menu_item', '', 0),
(1565, 1, '2023-03-31 16:07:28', '2023-03-31 16:07:28', '\n						', 'Best Products', '\n						', 'publish', 'closed', 'closed', '', 'best-products', '', '', '2023-03-31 16:07:28', '2023-03-31 16:07:28', '', 0, 'http://iamv.vn/2023/03/31/best-products/', 4, 'nav_menu_item', '', 0),
(1566, 1, '2023-03-31 16:07:28', '2023-03-31 16:07:28', '\n						', 'Clear Water for Irrigation', '\n						', 'publish', 'closed', 'closed', '', 'clear-water-for-irrigation', '', '', '2023-03-31 16:07:28', '2023-03-31 16:07:28', '', 0, 'http://iamv.vn/2023/03/31/clear-water-for-irrigation/', 5, 'nav_menu_item', '', 0),
(1567, 1, '2023-03-31 16:07:28', '2023-03-31 16:07:28', '\n						', 'Eco Product', '\n						', 'publish', 'closed', 'closed', '', 'eco-product', '', '', '2023-03-31 16:07:28', '2023-03-31 16:07:28', '', 0, 'http://iamv.vn/2023/03/31/eco-product/', 6, 'nav_menu_item', '', 0),
(1569, 1, '2019-01-23 11:02:10', '2019-01-23 11:02:10', '\n				<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\n1\nAgrosector \"[your-subject]\"\nAgrosector \nhelp@livewp.site\nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\nReply-To: [your-email]\n\n\n\n\nAgrosector \"[your-subject]\"\nAgrosector \n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Agrosector (https://livewp.site/wp/md/agrosector)\nReply-To: help@livewp.site\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.		', 'Contact form 1', '\n						', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2019-01-23 11:02:10', '2019-01-23 11:02:10', '', 0, 'https://livewp.site/wp/md/agrosector/?post_type=wpcf7_contact_form&amp;p=7', 0, 'wpcf7_contact_form', '', 0),
(1571, 1, '2023-04-01 08:47:56', '2023-03-31 16:07:39', '', 'Trang chủ', '						', 'publish', 'closed', 'closed', '', '1571', '', '', '2023-04-01 08:47:56', '2023-04-01 08:47:56', '', 0, 'http://iamv.vn/2023/03/31/1571/', 1, 'nav_menu_item', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1572, 1, '2023-04-01 08:47:56', '2023-03-31 16:07:39', '', 'Giới thiệu', '						', 'publish', 'closed', 'closed', '', '1572', '', '', '2023-04-01 08:47:56', '2023-04-01 08:47:56', '', 0, 'http://iamv.vn/2023/03/31/1572/', 2, 'nav_menu_item', '', 0),
(1573, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1573', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1573/', 1, 'nav_menu_item', '', 0),
(1574, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1574', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1574/', 2, 'nav_menu_item', '', 0),
(1575, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1575', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1575/', 3, 'nav_menu_item', '', 0),
(1576, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1576', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1576/', 4, 'nav_menu_item', '', 0),
(1577, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1577', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1577/', 5, 'nav_menu_item', '', 0),
(1578, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1578', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1578/', 6, 'nav_menu_item', '', 0),
(1579, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1579', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1579/', 7, 'nav_menu_item', '', 0),
(1580, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1580', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1580/', 8, 'nav_menu_item', '', 0),
(1581, 1, '2023-03-31 16:07:39', '2023-03-31 16:07:39', '\n				 		', '', '\n						', 'publish', 'closed', 'closed', '', '1581', '', '', '2023-03-31 16:07:39', '2023-03-31 16:07:39', '', 0, 'http://iamv.vn/2023/03/31/1581/', 9, 'nav_menu_item', '', 0),
(1584, 1, '2023-04-01 08:47:56', '2023-03-31 16:07:39', '', 'Liên hệ', '						', 'publish', 'closed', 'closed', '', '1584', '', '', '2023-04-01 08:47:56', '2023-04-01 08:47:56', '', 0, 'http://iamv.vn/2023/03/31/1584/', 5, 'nav_menu_item', '', 0),
(1593, 1, '2023-04-01 08:47:56', '2023-03-31 16:07:40', ' ', '', '						', 'publish', 'closed', 'closed', '', '1593', '', '', '2023-04-01 08:47:56', '2023-04-01 08:47:56', '', 0, 'http://iamv.vn/2023/03/31/1593/', 4, 'nav_menu_item', '', 0),
(1597, 1, '2023-03-31 16:31:06', '2023-03-31 16:31:06', '\n				<img width=\"1920\" height=\"20\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" alt=\"\" title=\"shape-top\" />											\n		\n<!-- START REVOLUTION SLIDER 5.4.8.2 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-1\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_01.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_01.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 2 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 3 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 4 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 5 -->\n		Grow naturally, Live natural \n		<!-- LAYER NR. 6 -->\n		FARMING \n		<!-- LAYER NR. 7 -->\n		Who We Are \n		<!-- LAYER NR. 8 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-2\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_02.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_02.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 9 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 10 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 11 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 12 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 13 -->\n		High quality, Excellent cooperation \n		<!-- LAYER NR. 14 -->\n		Agriculture \n		<!-- LAYER NR. 15 -->\n		Who We Are \n		<!-- LAYER NR. 16 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_03.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_03.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 17 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 18 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 19 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 20 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 21 -->\n		Organic &amp; Natural \n		<!-- LAYER NR. 22 -->\n		Products \n		<!-- LAYER NR. 23 -->\n		Who We Are \n		<!-- LAYER NR. 24 -->\n		Get in Touch\n	</li>\n</ul>\n\n	\n		\n			#rev_slider_1_1_wrapper .tp-loader.spinner3{ background-color: #FFFFFF !important; } 				#rev_slider_1_1 .zeus .tp-thumb{opacity:1}#rev_slider_1_1 .zeus .tp-thumb-over{background:rgba(0,0,0,0); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; -webkit-transition:all 0.3s; transition:all 0.3s}#rev_slider_1_1 .zeus .tp-thumb-more:before{font-family:\"revicons\"; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:20px; right:20px; z-index:2}#rev_slider_1_1 .zeus .tp-thumb-more:before{content:\"e825\"}#rev_slider_1_1 .zeus .tp-thumb-title{font-family:\"Raleway\"; letter-spacing:1px; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:0px; left:0px; z-index:2; padding:20px 35px 20px 20px; width:100%; height:100%; box-sizing:border-box; transition:all 0.3s; -webkit-transition:all 0.3s; font-weight:500}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-more:before,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-more:before{color:rgb(255,255,255)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-over,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-over{background:rgba(0,0,0,0.5)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-title,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-title{color:rgb(255,255,255)}\n				<!-- END REVOLUTION SLIDER -->	\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" title=\"home_img_01\" />											\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_01.png\" alt=\"\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_02.png\" alt=\"\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_03.png\" alt=\"\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_04.png\" alt=\"\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01.jpg\" alt=\"\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05.jpg\" alt=\"\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06.jpg\" alt=\"\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07.jpg\" alt=\"\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08.jpg\" alt=\"\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02.jpg\" alt=\"\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03.jpg\" alt=\"\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04.jpg\" alt=\"\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" title=\"gallery_img_04\" />				\n			<strong>88</strong>\n			<h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_11.png\" alt=\"\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_12.png\" alt=\"\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_13.png\" alt=\"\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n										<img width=\"594\" height=\"797\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png\" alt=\"\" title=\"home_img_02\" />											\n		<h2 style=\"text-align: center\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-272x272.jpg\" alt=\"\" /><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.</p>Sarah-MillerCustomer							\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_01.png\" alt=\"\" width=\"152\" height=\"51\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_02.png\" alt=\"\" width=\"161\" height=\"53\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_03.png\" alt=\"\" width=\"148\" height=\"48\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_04.png\" alt=\"\" width=\"114\" height=\"47\" />		\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-24-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>.elementor-761 .elementor-element.elementor-element-72784ca0 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-23-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>.elementor-749 .elementor-element.elementor-element-6ebc7612 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n		<h2 style=\"text-align: center\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:31:06', '2023-03-31 16:31:06', '', 1558, 'http://iamv.vn/?p=1597', 0, 'revision', '', 0),
(1598, 1, '2023-03-31 16:31:06', '2023-03-31 16:31:06', '\n				<img width=\"1920\" height=\"20\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" alt=\"\" title=\"shape-top\" />											\n		\n<!-- START REVOLUTION SLIDER 5.4.8.2 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-1\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_01.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_01.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 2 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 3 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 4 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 5 -->\n		Grow naturally, Live natural \n		<!-- LAYER NR. 6 -->\n		FARMING \n		<!-- LAYER NR. 7 -->\n		Who We Are \n		<!-- LAYER NR. 8 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-2\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_02.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_02.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 9 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 10 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 11 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 12 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 13 -->\n		High quality, Excellent cooperation \n		<!-- LAYER NR. 14 -->\n		Agriculture \n		<!-- LAYER NR. 15 -->\n		Who We Are \n		<!-- LAYER NR. 16 -->\n		Get in Touch\n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"fade\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default\" data-easeout=\"default\" data-masterspeed=\"300\" data-thumb=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/thumbnail_03.jpg\" data-rotate=\"0\" data-saveperformance=\"off\" data-title=\"Slide\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_bg_03.jpg\" data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"off\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 17 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"20\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-top.png\" data-no-retina> \n		<!-- LAYER NR. 18 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'100%\',\'100%\',\'100%\',\'100%\']\" data-hh=\"\" width=\"1920\" height=\"10\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape-bottom.png\" data-no-retina> \n		<!-- LAYER NR. 19 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 20 -->\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/revslider/admin/assets/images/dummy.png\" alt=\"\" data-ww=\"[\'154px\',\'154px\',\'154px\',\'154px\']\" data-hh=\"[\'18px\',\'18px\',\'18px\',\'18px\']\" width=\"308\" height=\"36\" data-lazyload=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/shape.png\" data-no-retina> \n		<!-- LAYER NR. 21 -->\n		Organic &amp; Natural \n		<!-- LAYER NR. 22 -->\n		Products \n		<!-- LAYER NR. 23 -->\n		Who We Are \n		<!-- LAYER NR. 24 -->\n		Get in Touch\n	</li>\n</ul>\n\n	\n		\n			#rev_slider_1_1_wrapper .tp-loader.spinner3{ background-color: #FFFFFF !important; } 				#rev_slider_1_1 .zeus .tp-thumb{opacity:1}#rev_slider_1_1 .zeus .tp-thumb-over{background:rgba(0,0,0,0); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; -webkit-transition:all 0.3s; transition:all 0.3s}#rev_slider_1_1 .zeus .tp-thumb-more:before{font-family:\"revicons\"; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:20px; right:20px; z-index:2}#rev_slider_1_1 .zeus .tp-thumb-more:before{content:\"e825\"}#rev_slider_1_1 .zeus .tp-thumb-title{font-family:\"Raleway\"; letter-spacing:1px; font-size:0px; color:rgb(255,255,255); display:block; line-height:14px; text-align:left;   z-index:2; position:absolute; top:0px; left:0px; z-index:2; padding:20px 35px 20px 20px; width:100%; height:100%; box-sizing:border-box; transition:all 0.3s; -webkit-transition:all 0.3s; font-weight:500}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-more:before,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-more:before{color:rgb(255,255,255)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-over,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-over{background:rgba(0,0,0,0.5)}#rev_slider_1_1 .zeus .tp-thumb.selected .tp-thumb-title,#rev_slider_1_1 .zeus .tp-thumb:hover .tp-thumb-title{color:rgb(255,255,255)}\n				<!-- END REVOLUTION SLIDER -->	\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img width=\"497\" height=\"764\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_01.png\" alt=\"\" title=\"home_img_01\" />											\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_01.png\" alt=\"\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_02.png\" alt=\"\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_03.png\" alt=\"\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_04.png\" alt=\"\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01.jpg\" alt=\"\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05.jpg\" alt=\"\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06.jpg\" alt=\"\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07.jpg\" alt=\"\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08.jpg\" alt=\"\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02.jpg\" alt=\"\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03.jpg\" alt=\"\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04.jpg\" alt=\"\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" title=\"gallery_img_04\" />				\n			<strong>88</strong>\n			<h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_11.png\" alt=\"\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_12.png\" alt=\"\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_13.png\" alt=\"\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n										<img width=\"594\" height=\"797\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/home_img_02.png\" alt=\"\" title=\"home_img_02\" />											\n		<h2 style=\"text-align: center\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-272x272.jpg\" alt=\"\" /><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-272x272.jpg\" alt=\"\" /><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate.</p>Sarah-MillerCustomer							\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_01.png\" alt=\"\" width=\"152\" height=\"51\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_02.png\" alt=\"\" width=\"161\" height=\"53\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_03.png\" alt=\"\" width=\"148\" height=\"48\" />		\n		<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/partner_04.png\" alt=\"\" width=\"114\" height=\"47\" />		\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-24-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>.elementor-761 .elementor-element.elementor-element-72784ca0 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-23-1170x695.jpg\" alt=\"\" /></a><h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>.elementor-749 .elementor-element.elementor-element-6ebc7612 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt;...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n		<h2 style=\"text-align: center\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:31:06', '2023-03-31 16:31:06', '', 1558, 'http://iamv.vn/?p=1598', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1599, 1, '2023-03-31 16:31:06', '2023-03-31 16:31:06', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:31:06', '2023-03-31 16:31:06', '', 1558, 'http://iamv.vn/?p=1599', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1600, 1, '2023-03-31 16:31:56', '2023-03-31 16:31:56', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:31:56', '2023-03-31 16:31:56', '', 1558, 'http://iamv.vn/?p=1600', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1601, 1, '2023-03-31 16:31:56', '2023-03-31 16:31:56', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:31:56', '2023-03-31 16:31:56', '', 1558, 'http://iamv.vn/?p=1601', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1602, 1, '2023-03-31 16:31:56', '2023-03-31 16:31:56', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:31:56', '2023-03-31 16:31:56', '', 1558, 'http://iamv.vn/?p=1602', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1603, 1, '2023-03-31 16:39:43', '2023-03-31 16:39:43', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:39:43', '2023-03-31 16:39:43', '', 1558, 'http://iamv.vn/?p=1603', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1604, 1, '2023-03-31 16:39:43', '2023-03-31 16:39:43', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>Why Choose Us?</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:39:43', '2023-03-31 16:39:43', '', 1558, 'http://iamv.vn/?p=1604', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1605, 1, '2023-03-31 16:39:44', '2023-03-31 16:39:44', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:39:44', '2023-03-31 16:39:44', '', 1558, 'http://iamv.vn/?p=1605', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1606, 1, '2023-03-31 16:39:59', '2023-03-31 16:39:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:39:59', '2023-03-31 16:39:59', '', 1558, 'http://iamv.vn/?p=1606', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1607, 1, '2023-03-31 16:39:59', '2023-03-31 16:39:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:39:59', '2023-03-31 16:39:59', '', 1558, 'http://iamv.vn/?p=1607', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1608, 1, '2023-03-31 16:39:59', '2023-03-31 16:39:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:39:59', '2023-03-31 16:39:59', '', 1558, 'http://iamv.vn/?p=1608', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1610, 1, '2023-03-31 16:41:41', '2023-03-31 16:41:41', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:41:41', '2023-03-31 16:41:41', '', 1558, 'http://iamv.vn/?p=1610', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1611, 1, '2023-03-31 16:41:41', '2023-03-31 16:41:41', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Work with Us</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:41:41', '2023-03-31 16:41:41', '', 1558, 'http://iamv.vn/?p=1611', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1612, 1, '2023-03-31 16:41:41', '2023-03-31 16:41:41', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:41:41', '2023-03-31 16:41:41', '', 1558, 'http://iamv.vn/?p=1612', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1613, 1, '2023-03-31 16:45:40', '2023-03-31 16:45:40', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:45:40', '2023-03-31 16:45:40', '', 1558, 'http://iamv.vn/?p=1613', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1614, 1, '2023-03-31 16:45:40', '2023-03-31 16:45:40', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:45:40', '2023-03-31 16:45:40', '', 1558, 'http://iamv.vn/?p=1614', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1615, 1, '2023-03-31 16:45:41', '2023-03-31 16:45:41', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:45:41', '2023-03-31 16:45:41', '', 1558, 'http://iamv.vn/?p=1615', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1616, 1, '2023-03-31 16:46:54', '2023-03-31 16:46:54', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:46:54', '2023-03-31 16:46:54', '', 1558, 'http://iamv.vn/?p=1616', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1617, 1, '2023-03-31 16:46:54', '2023-03-31 16:46:54', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n		<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:46:54', '2023-03-31 16:46:54', '', 1558, 'http://iamv.vn/?p=1617', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1618, 1, '2023-03-31 16:46:55', '2023-03-31 16:46:55', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:46:55', '2023-03-31 16:46:55', '', 1558, 'http://iamv.vn/?p=1618', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1620, 1, '2023-03-31 16:53:15', '2023-03-31 16:53:15', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:53:15', '2023-03-31 16:53:15', '', 1558, 'http://iamv.vn/?p=1620', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1621, 1, '2023-03-31 16:53:15', '2023-03-31 16:53:15', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:53:15', '2023-03-31 16:53:15', '', 1558, 'http://iamv.vn/?p=1621', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1622, 1, '2023-03-31 16:53:16', '2023-03-31 16:53:16', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:53:16', '2023-03-31 16:53:16', '', 1558, 'http://iamv.vn/?p=1622', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1623, 1, '2023-03-31 16:53:39', '2023-03-31 16:53:39', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:53:39', '2023-03-31 16:53:39', '', 1558, 'http://iamv.vn/?p=1623', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1624, 1, '2023-03-31 16:53:39', '2023-03-31 16:53:39', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:53:39', '2023-03-31 16:53:39', '', 1558, 'http://iamv.vn/?p=1624', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1625, 1, '2023-03-31 16:53:39', '2023-03-31 16:53:39', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:53:39', '2023-03-31 16:53:39', '', 1558, 'http://iamv.vn/?p=1625', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1626, 1, '2023-03-31 16:54:43', '2023-03-31 16:54:43', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:54:43', '2023-03-31 16:54:43', '', 1558, 'http://iamv.vn/?p=1626', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1627, 1, '2023-03-31 16:54:44', '2023-03-31 16:54:44', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:54:44', '2023-03-31 16:54:44', '', 1558, 'http://iamv.vn/?p=1627', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1628, 1, '2023-03-31 16:54:44', '2023-03-31 16:54:44', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:54:44', '2023-03-31 16:54:44', '', 1558, 'http://iamv.vn/?p=1628', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1629, 1, '2023-03-31 16:55:19', '2023-03-31 16:55:19', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:55:19', '2023-03-31 16:55:19', '', 1558, 'http://iamv.vn/?p=1629', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1630, 1, '2023-03-31 16:55:19', '2023-03-31 16:55:19', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:55:19', '2023-03-31 16:55:19', '', 1558, 'http://iamv.vn/?p=1630', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1631, 1, '2023-03-31 16:55:20', '2023-03-31 16:55:20', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:55:20', '2023-03-31 16:55:20', '', 1558, 'http://iamv.vn/?p=1631', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1632, 1, '2023-03-31 16:56:02', '2023-03-31 16:56:02', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:56:02', '2023-03-31 16:56:02', '', 1558, 'http://iamv.vn/?p=1632', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1633, 1, '2023-03-31 16:56:02', '2023-03-31 16:56:02', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:56:02', '2023-03-31 16:56:02', '', 1558, 'http://iamv.vn/?p=1633', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1634, 1, '2023-03-31 16:56:02', '2023-03-31 16:56:02', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:56:02', '2023-03-31 16:56:02', '', 1558, 'http://iamv.vn/?p=1634', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1635, 1, '2023-03-31 16:56:39', '2023-03-31 16:56:39', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:56:39', '2023-03-31 16:56:39', '', 1558, 'http://iamv.vn/?p=1635', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1636, 1, '2023-03-31 16:56:39', '2023-03-31 16:56:39', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:56:39', '2023-03-31 16:56:39', '', 1558, 'http://iamv.vn/?p=1636', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1637, 1, '2023-03-31 16:56:40', '2023-03-31 16:56:40', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:56:40', '2023-03-31 16:56:40', '', 1558, 'http://iamv.vn/?p=1637', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1638, 1, '2023-03-31 16:57:59', '2023-03-31 16:57:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:57:59', '2023-03-31 16:57:59', '', 1558, 'http://iamv.vn/?p=1638', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1639, 1, '2023-03-31 16:57:59', '2023-03-31 16:57:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Hợp tác với IamV</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea:</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_11.png\" alt=\"\" loading=\"lazy\" title=\"icon_11\" /></a></figure><h4><a href=\"#\">01. Contact us at a convenient time for you.</a></h4><p>Virtute discere ad pro, pro et ullum velit sensibus, pri legere definitiones ea. Pro at sonet postulant repudiandae.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_12.png\" alt=\"\" loading=\"lazy\" title=\"icon_12\" /></a></figure><h4><a href=\"#\">02. Place an order for products or services.</a></h4><p>Unum atqui velit ei pri. Cu eruditi percipit salutandi sit, mei odio impedit complectitur ei.</p>		\n			<figure><a href=\"#\"><img width=\"78\" height=\"78\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_13.png\" alt=\"\" loading=\"lazy\" title=\"icon_13\" /></a></figure><h4><a href=\"#\">03. Get an order that made.</a></h4><p>Usu ne dicunt eripuit vocibus. Tritani legendos expetenda ne per, sint invenire postulant in mel eam ex laoreet.\n</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"594\" height=\"797\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_02.png 594w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-224x300.png 224w, http://iamv.vn/wp-content/uploads/2019/01/home_img_02-480x644.png 480w\" sizes=\"(max-width: 594px) 100vw, 594px\" title=\"home_img_02\" />															\n		<h2>Latest News</h2>		\n		<p>Nec justo equidem insolens te, cu iuvaret iracundia duo. Cu pro vitae labitur labores, per no iudico omittantur. Ea error detracto vis, viris accusamus dignissim eos ex.</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:57:59', '2023-03-31 16:57:59', '', 1558, 'http://iamv.vn/?p=1639', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1640, 1, '2023-03-31 16:57:59', '2023-03-31 16:57:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 16:57:59', '2023-03-31 16:57:59', '', 1558, 'http://iamv.vn/?p=1640', 0, 'revision', '', 0),
(1641, 1, '2023-03-31 17:00:20', '2023-03-31 17:00:20', '<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" alt=\"\"></a>Jan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/#comments\" title=\"2 comments\">2</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Post With Image</a></h2>\n.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-element-populated{padding:20px 15px 20px 10px;}.elementor-247...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&amp;title=Post%20With%20Image&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Image&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" alt=\"\"></a>Jan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>\n.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-765...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&amp;title=The%20amount%20of%20freak%20bread%20or%20other%20%20fruits&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=The amount of freak bread or other  fruits&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" alt=\"\">\n\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Post With Video</a></h2>\n.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-503...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&amp;title=Post%20With%20Video&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Video&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est. </a>Steve JobsJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Post With Quote</a></h2>\n.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-510...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/&amp;title=Post%20With%20Quote&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Quote&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Audio Title Goes Here</a></h2>\n.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-513...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/&amp;title=Audio%20Title%20Goes%20Here&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Audio Title Goes Here&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<ul>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php\" class=\"current\">1</a></li>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\">2</a></li>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\"></a></li>\n</ul>', 'With Right Sidebar', '\n						', 'inherit', 'closed', 'closed', '', '1192-revision-v1', '', '', '2023-03-31 17:00:20', '2023-03-31 17:00:20', '', 1192, 'http://iamv.vn/?p=1641', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1642, 1, '2023-03-31 17:04:48', '2023-03-31 17:04:48', '<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" alt=\"\"></a>Jan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/#comments\" title=\"2 comments\">2</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Post With Image</a></h2>\n.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-element-populated{padding:20px 15px 20px 10px;}.elementor-247...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&amp;title=Post%20With%20Image&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Image&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" alt=\"\"></a>Jan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>\n.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-765...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&amp;title=The%20amount%20of%20freak%20bread%20or%20other%20%20fruits&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=The amount of freak bread or other  fruits&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" alt=\"\">\n\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Post With Video</a></h2>\n.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-503...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&amp;title=Post%20With%20Video&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Video&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est. </a>Steve JobsJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Post With Quote</a></h2>\n.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-510...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/&amp;title=Post%20With%20Quote&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Quote&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Audio Title Goes Here</a></h2>\n.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-513...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/&amp;title=Audio%20Title%20Goes%20Here&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Audio Title Goes Here&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<ul>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php\" class=\"current\">1</a></li>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\">2</a></li>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\"></a></li>\n</ul>', 'With Right Sidebar', '\n						', 'inherit', 'closed', 'closed', '', '1192-revision-v1', '', '', '2023-03-31 17:04:48', '2023-03-31 17:04:48', '', 1192, 'http://iamv.vn/?p=1642', 0, 'revision', '', 0),
(1643, 1, '2023-03-31 17:04:48', '2023-03-31 17:04:48', '<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" alt=\"\"></a>Jan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/#comments\" title=\"2 comments\">2</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Post With Image</a></h2>\n.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-247 .elementor-element.elementor-element-82c4621 &gt; .elementor-element-populated{padding:20px 15px 20px 10px;}.elementor-247...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-10.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-image/&amp;title=Post%20With%20Image&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Image&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-image/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" alt=\"\"></a>Jan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>\n.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-765 .elementor-element.elementor-element-1c46f8a1 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-765...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-25.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&amp;title=The%20amount%20of%20freak%20bread%20or%20other%20%20fruits&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=The amount of freak bread or other  fruits&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" alt=\"\">\n\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Post With Video</a></h2>\n.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-503 .elementor-element.elementor-element-f3330bb &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-503...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&amp;media=https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-21.jpg\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-video/&amp;title=Post%20With%20Video&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Video&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-video/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est. </a>Steve JobsJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Post With Quote</a></h2>\n.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-510 .elementor-element.elementor-element-185573f &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-510...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/&amp;title=Post%20With%20Quote&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Post With Quote&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/post-with-quote/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\nJan 30 \'19by <a href=\"https://livewp.site/wp/md/agrosector/author/john-2-2/\">John</a>\n<h2><a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Audio Title Goes Here</a></h2>\n.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-513 .elementor-element.elementor-element-a04eb53 &gt; .elementor-element-populated{padding:20px 15px 30px 10px;}.elementor-513...<a href=\"https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\">Read More</a>\n<a href=\"void(0)\">Share</a>\n<ul>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"//livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/&amp;title=Audio%20Title%20Goes%20Here&amp;source=Agrosector\" rel=\"noopener noreferrer\"></a></li>\n 	<li><a target=\"_blank\" href=\"mailto:?subject=Audio Title Goes Here&amp;body=https://livewp.site/wp/md/agrosector/2019/01/30/audio-title-goes-here/\" rel=\"noopener noreferrer\"></a></li>\n</ul>\n<ul>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php\" class=\"current\">1</a></li>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\">2</a></li>\n 	<li><a href=\"https://livewp.site/wp/md/agrosector/wp-admin/admin-ajax.php?paged=2\"></a></li>\n</ul>', 'Tin tức', '\n						', 'inherit', 'closed', 'closed', '', '1192-revision-v1', '', '', '2023-03-31 17:04:48', '2023-03-31 17:04:48', '', 1192, 'http://iamv.vn/?p=1643', 0, 'revision', '', 0),
(1644, 1, '2023-03-31 17:04:49', '2023-03-31 17:04:49', '31 Tháng Ba, 2023by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><a href=\"http://iamv.vn/2023/03/31/chao-moi-nguoi/#comments\" title=\"1 comment\">1</a><h2><a href=\"http://iamv.vn/2023/03/31/chao-moi-nguoi/\">Chào tất cả mọi người!</a></h2>\nCảm ơn vì đã sử dụng WordPress. Đây là bài viết đầu tiên của bạn. Sửa hoặc xóa nó, và bắt đầu bài viết của bạn nhé!\n<a href=\"http://iamv.vn/2023/03/31/chao-moi-nguoi/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2023/03/31/chao-moi-nguoi/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2023/03/31/chao-moi-nguoi/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2023/03/31/chao-moi-nguoi/&#038;title=Chào%20tất%20cả%20mọi%20người!&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Chào tất cả mọi người!&body=http://iamv.vn/2023/03/31/chao-moi-nguoi/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-10-1170x695.jpg\" alt=\"\" />30 Tháng Một, 2019by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><a href=\"http://iamv.vn/2019/01/30/post-with-image/#comments\" title=\"2 comments\">2</a><h2><a href=\"http://iamv.vn/2019/01/30/post-with-image/\">Post With Image</a></h2>Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis. Sed mollis nulla felis, commodo congue nisi aliquam sit amet. Nam odio mauris, vehicula sit amet nunc sed, malesuada rhoncus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lacus risus, rutrum in dui in, consequat venenatis quam. \n<a href=\"http://iamv.vn/2019/01/30/post-with-image/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=http://iamv.vn/2019/01/30/post-with-image/&#038;media=http://iamv.vn/wp-content/uploads/2019/01/image-10.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-image/&#038;title=Post%20With%20Image&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Image&body=http://iamv.vn/2019/01/30/post-with-image/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" />30 Tháng Một, 2019by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry &#8211; flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov established that the origin of wheat is \n<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&#038;media=http://iamv.vn/wp-content/uploads/2019/01/image-25.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/&#038;title=The%20amount%20of%20freak%20bread%20or%20other%20%20fruits&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=The amount of freak bread or other  fruits&body=http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-21.jpg\" alt=\"\" /><svg viewBox=\"0 0 13 18\" width=\"23\" height=\"30\">\n                                                   <polygon points=\"1,1 1,16 11,9\" stroke-width=\"2\" />\n                                               </svg><iframe title=\"Healthy soil for healthy plants and environment: Agronomy feeds the world\" width=\"360\" height=\"203\" src=\"https://www.youtube.com/embed/epONiSWwaTw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>30 Tháng Một, 2019by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><h2><a href=\"http://iamv.vn/2019/01/30/post-with-video/\">Post With Video</a></h2>Phasellus lobortis ut eros ut efficitur. Cras dapibus, quam at vulputate molestie, ante ipsum condimentum quam, id bibendum libero sapien ullamcorper elit. Praesent posuere venenatis ante, in lobortis risus euismod lobortis. Fusce nec ipsum libero. Curabitur efficitur fermentum tellus pulvinar mattis. Praesent eu dolor libero. Mauris vulputate rutrum erat vitae ullamcorper....<a href=\"http://iamv.vn/2019/01/30/post-with-video/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=http://iamv.vn/2019/01/30/post-with-video/&#038;media=http://iamv.vn/wp-content/uploads/2019/01/image-21.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/post-with-video/&#038;title=Post%20With%20Video&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Post With Video&body=http://iamv.vn/2019/01/30/post-with-video/\" rel=\"noopener\"></a></li></ul>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/02/Vestibulum-nisi-lectus-1050x700.jpg\" alt=\"\" />30 Tháng Một, 2019by <a href=\"http://iamv.vn/author/ivadmin/\">ivadmin</a><h2><a href=\"http://iamv.vn/2019/01/30/vestibulum-nisi-lectus/\">Vestibulum nisi lectus</a></h2>Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue sodales. #gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 50%; } #gallery-1 img { border: 2px solid #cfcfcf; } \n<a href=\"http://iamv.vn/2019/01/30/vestibulum-nisi-lectus/\">Read More</a>\n				<a href=\"javascript:void(0)\">Share</a>\n					<ul>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/vestibulum-nisi-lectus/\" rel=\"noopener\"></a></li>\n						<li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/vestibulum-nisi-lectus/\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//pinterest.com/pin/create/button/?url=http://iamv.vn/2019/01/30/vestibulum-nisi-lectus/&#038;media=http://iamv.vn/wp-content/uploads/2019/02/Vestibulum-nisi-lectus.jpg\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"//iamv.vn/2019/01/30/vestibulum-nisi-lectus/&#038;title=Vestibulum%20nisi%20lectus&#038;source=IAMV\" rel=\"noopener\"></a></li><li><a target=\"_blank\" href=\"mailto:?subject=Vestibulum nisi lectus&body=http://iamv.vn/2019/01/30/vestibulum-nisi-lectus/\" rel=\"noopener\"></a></li></ul>\n					<ul><li><a href=\'http://iamv.vn/wp-admin/admin-ajax.php\' class=\'current\'>1</a></li><li><a href=\'http://iamv.vn/wp-admin/admin-ajax.php?paged=2\'>2</a></li><li><a href=\'http://iamv.vn/wp-admin/admin-ajax.php?paged=3\'>3</a></li><li><a href=\"http://iamv.vn/wp-admin/admin-ajax.php?paged=2\"></a></li></ul>', 'Tin tức', '\n						', 'inherit', 'closed', 'closed', '', '1192-revision-v1', '', '', '2023-03-31 17:04:49', '2023-03-31 17:04:49', '', 1192, 'http://iamv.vn/?p=1644', 0, 'revision', '', 0),
(1645, 1, '2023-03-31 17:09:54', '2023-03-31 17:09:54', '', 'logo-removebg-preview', '', 'inherit', 'open', 'closed', '', 'logo-removebg-preview', '', '', '2023-03-31 17:09:54', '2023-03-31 17:09:54', '', 0, 'http://iamv.vn/wp-content/uploads/2023/03/logo-removebg-preview.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1646, 1, '2023-03-31 17:11:44', '2023-03-31 17:11:44', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:11:44', '2023-03-31 17:11:44', '', 1558, 'http://iamv.vn/?p=1646', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1647, 1, '2023-03-31 17:11:44', '2023-03-31 17:11:44', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:11:44', '2023-03-31 17:11:44', '', 1558, 'http://iamv.vn/?p=1647', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1648, 1, '2023-03-31 17:11:44', '2023-03-31 17:11:44', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:11:44', '2023-03-31 17:11:44', '', 1558, 'http://iamv.vn/?p=1648', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1649, 1, '2023-03-31 17:13:13', '2023-03-31 17:13:13', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:13:13', '2023-03-31 17:13:13', '', 1558, 'http://iamv.vn/?p=1649', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1650, 1, '2023-03-31 17:13:13', '2023-03-31 17:13:13', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:13:13', '2023-03-31 17:13:13', '', 1558, 'http://iamv.vn/?p=1650', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1651, 1, '2023-03-31 17:13:14', '2023-03-31 17:13:14', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:13:14', '2023-03-31 17:13:14', '', 1558, 'http://iamv.vn/?p=1651', 0, 'revision', '', 0),
(1653, 1, '2023-03-31 17:14:02', '2023-03-31 17:14:02', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-03-31 17:14:02', '2023-03-31 17:14:02', '', 6, 'http://iamv.vn/?p=1653', 0, 'revision', '', 0),
(1654, 1, '2023-03-31 17:14:02', '2023-03-31 17:14:02', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-03-31 17:14:02', '2023-03-31 17:14:02', '', 6, 'http://iamv.vn/?p=1654', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1655, 1, '2023-03-31 17:14:24', '2023-03-31 17:14:24', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:14:24', '2023-03-31 17:14:24', '', 1558, 'http://iamv.vn/?p=1655', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1656, 1, '2023-03-31 17:14:24', '2023-03-31 17:14:24', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:14:24', '2023-03-31 17:14:24', '', 1558, 'http://iamv.vn/?p=1656', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1657, 1, '2023-03-31 17:14:24', '2023-03-31 17:14:24', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-03-31 17:14:24', '2023-03-31 17:14:24', '', 1558, 'http://iamv.vn/?p=1657', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1658, 1, '2023-04-01 07:17:37', '2023-04-01 07:17:37', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:17:37', '2023-04-01 07:17:37', '', 1558, 'http://iamv.vn/?p=1658', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1659, 1, '2023-04-01 07:17:37', '2023-04-01 07:17:37', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:17:37', '2023-04-01 07:17:37', '', 1558, 'http://iamv.vn/?p=1659', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1660, 1, '2023-04-01 07:17:37', '2023-04-01 07:17:37', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h3>IamV - Tôi là Việt Nam</h3><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:17:37', '2023-04-01 07:17:37', '', 1558, 'http://iamv.vn/?p=1660', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1661, 1, '2023-04-01 07:17:57', '2023-04-01 07:17:57', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h3>IamV - Tôi là Việt Nam</h3><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:17:57', '2023-04-01 07:17:57', '', 1558, 'http://iamv.vn/?p=1661', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1662, 1, '2023-04-01 07:17:57', '2023-04-01 07:17:57', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h3>IamV - Tôi là Việt Nam</h3><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:17:57', '2023-04-01 07:17:57', '', 1558, 'http://iamv.vn/?p=1662', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1663, 1, '2023-04-01 07:17:57', '2023-04-01 07:17:57', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h5>IamV - Tôi là Việt Nam</h5><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:17:57', '2023-04-01 07:17:57', '', 1558, 'http://iamv.vn/?p=1663', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1664, 1, '2023-04-01 07:18:34', '2023-04-01 07:18:34', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h5>IamV - Tôi là Việt Nam</h5><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:18:34', '2023-04-01 07:18:34', '', 1558, 'http://iamv.vn/?p=1664', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1665, 1, '2023-04-01 07:18:35', '2023-04-01 07:18:35', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h5>IamV - Tôi là Việt Nam</h5><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:18:35', '2023-04-01 07:18:35', '', 1558, 'http://iamv.vn/?p=1665', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1666, 1, '2023-04-01 07:18:35', '2023-04-01 07:18:35', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:18:35', '2023-04-01 07:18:35', '', 1558, 'http://iamv.vn/?p=1666', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1667, 1, '2023-04-01 07:29:17', '2023-04-01 07:29:17', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:29:17', '2023-04-01 07:29:17', '', 1558, 'http://iamv.vn/?p=1667', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1668, 1, '2023-04-01 07:29:17', '2023-04-01 07:29:17', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:29:17', '2023-04-01 07:29:17', '', 1558, 'http://iamv.vn/?p=1668', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1669, 1, '2023-04-01 07:29:18', '2023-04-01 07:29:18', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:29:18', '2023-04-01 07:29:18', '', 1558, 'http://iamv.vn/?p=1669', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1670, 1, '2023-04-01 07:30:14', '2023-04-01 07:30:14', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:30:14', '2023-04-01 07:30:14', '', 1558, 'http://iamv.vn/?p=1670', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1671, 1, '2023-04-01 07:30:14', '2023-04-01 07:30:14', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:30:14', '2023-04-01 07:30:14', '', 1558, 'http://iamv.vn/?p=1671', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1672, 1, '2023-04-01 07:30:14', '2023-04-01 07:30:14', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:30:14', '2023-04-01 07:30:14', '', 1558, 'http://iamv.vn/?p=1672', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1673, 1, '2023-04-01 07:30:31', '2023-04-01 07:30:31', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:30:31', '2023-04-01 07:30:31', '', 1558, 'http://iamv.vn/?p=1673', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1674, 1, '2023-04-01 07:30:31', '2023-04-01 07:30:31', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:30:31', '2023-04-01 07:30:31', '', 1558, 'http://iamv.vn/?p=1674', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1675, 1, '2023-04-01 07:30:32', '2023-04-01 07:30:32', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:30:32', '2023-04-01 07:30:32', '', 1558, 'http://iamv.vn/?p=1675', 0, 'revision', '', 0),
(1676, 1, '2023-04-01 07:31:59', '2023-04-01 07:31:59', '', '_20191230131518_nha kinh', '', 'inherit', 'open', 'closed', '', '_20191230131518_nha-kinh', '', '', '2023-04-01 07:31:59', '2023-04-01 07:31:59', '', 0, 'http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1678, 1, '2023-04-01 07:36:46', '2023-04-01 07:36:46', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:36:46', '2023-04-01 07:36:46', '', 1558, 'http://iamv.vn/?p=1678', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1679, 1, '2023-04-01 07:36:46', '2023-04-01 07:36:46', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n				<img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_01\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_05\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_06\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_07\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_08\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_02\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_03\" /><img width=\"1170\" height=\"582\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04.jpg 1170w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-1024x509.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-768x382.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-480x239.jpg 480w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" title=\"gallery_img_04\" />			\n					<img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_01-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_01\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_05-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_05\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_06-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_06\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_07-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_07\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_08-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_08\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_02-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_02\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_03-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_03\" /><img width=\"300\" height=\"149\" src=\"http://iamv.vn/wp-content/uploads/2019/02/gallery_img_04-300x149.jpg\" alt=\"\" decoding=\"async\" loading=\"eager\" title=\"gallery_img_04\" />				\n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:36:46', '2023-04-01 07:36:46', '', 1558, 'http://iamv.vn/?p=1679', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1680, 1, '2023-04-01 07:36:46', '2023-04-01 07:36:46', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/gardening/\" title=\"Gardening\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Gardening-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Gardening\" alt=\"\" /><h4>Gardening</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:36:46', '2023-04-01 07:36:46', '', 1558, 'http://iamv.vn/?p=1680', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1681, 1, '2023-04-01 07:37:52', '2023-04-01 07:37:52', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/gardening/\" title=\"Gardening\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Gardening-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Gardening\" alt=\"\" /><h4>Gardening</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:37:52', '2023-04-01 07:37:52', '', 1558, 'http://iamv.vn/?p=1681', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1682, 1, '2023-04-01 07:37:52', '2023-04-01 07:37:52', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/gardening/\" title=\"Gardening\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Gardening-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Gardening\" alt=\"\" /><h4>Gardening</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:37:52', '2023-04-01 07:37:52', '', 1558, 'http://iamv.vn/?p=1682', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1683, 1, '2023-04-01 07:37:53', '2023-04-01 07:37:53', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/gardening/\" title=\"Gardening\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Gardening-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Gardening\" alt=\"\" /><h4>Gardening</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:37:53', '2023-04-01 07:37:53', '', 1558, 'http://iamv.vn/?p=1683', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1684, 1, '2023-04-01 07:40:41', '2023-04-01 07:40:41', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/gardening/\" title=\"Gardening\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Gardening-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Gardening\" alt=\"\" /><h4>Gardening</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:40:41', '2023-04-01 07:40:41', '', 1558, 'http://iamv.vn/?p=1684', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1685, 1, '2023-04-01 07:40:42', '2023-04-01 07:40:42', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<a href=\"/lien-he\">\n											Liên hệ\n		</a>\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/gardening/\" title=\"Gardening\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Gardening-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Gardening-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Gardening-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Gardening\" alt=\"\" /><h4>Gardening</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:40:42', '2023-04-01 07:40:42', '', 1558, 'http://iamv.vn/?p=1685', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1686, 1, '2023-04-01 07:40:42', '2023-04-01 07:40:42', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:40:42', '2023-04-01 07:40:42', '', 1558, 'http://iamv.vn/?p=1686', 0, 'revision', '', 0),
(1687, 1, '2023-04-01 07:42:49', '2023-04-01 07:42:49', '', '_20190409133017_Vo-Lua-Dieu', '', 'inherit', 'open', 'closed', '', '_20190409133017_vo-lua-dieu', '', '', '2023-04-01 07:42:49', '2023-04-01 07:42:49', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190409133017_Vo-Lua-Dieu.jpg', 0, 'attachment', 'image/jpeg', 0),
(1688, 1, '2023-04-01 07:42:50', '2023-04-01 07:42:50', '', '_20190409133228_Ba-Mi', '', 'inherit', 'open', 'closed', '', '_20190409133228_ba-mi', '', '', '2023-04-01 07:42:50', '2023-04-01 07:42:50', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190409133228_Ba-Mi.jpg', 0, 'attachment', 'image/jpeg', 0),
(1689, 1, '2023-04-01 07:42:51', '2023-04-01 07:42:51', '', '_20190409134000_Ba-Khom-Len-Men', '', 'inherit', 'open', 'closed', '', '_20190409134000_ba-khom-len-men', '', '', '2023-04-01 07:42:51', '2023-04-01 07:42:51', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190409134000_Ba-Khom-Len-Men.jpg', 0, 'attachment', 'image/jpeg', 0),
(1690, 1, '2023-04-01 07:42:52', '2023-04-01 07:42:52', '', '_20190410185700_download', '', 'inherit', 'open', 'closed', '', '_20190410185700_download', '', '', '2023-04-01 07:42:52', '2023-04-01 07:42:52', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190410185700_download.jpg', 0, 'attachment', 'image/jpeg', 0),
(1691, 1, '2023-04-01 07:42:53', '2023-04-01 07:42:53', '', '_20190410185828_916075f3e38301dd5892', '', 'inherit', 'open', 'closed', '', '_20190410185828_916075f3e38301dd5892', '', '', '2023-04-01 07:42:53', '2023-04-01 07:42:53', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190410185828_916075f3e38301dd5892.jpg', 0, 'attachment', 'image/jpeg', 0),
(1692, 1, '2023-04-01 07:42:54', '2023-04-01 07:42:54', '', '_20190410190600_ngo-vietgo-sanil1', '', 'inherit', 'open', 'closed', '', '_20190410190600_ngo-vietgo-sanil1', '', '', '2023-04-01 07:42:54', '2023-04-01 07:42:54', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190410190600_ngo-vietgo-sanil1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1693, 1, '2023-04-01 07:42:55', '2023-04-01 07:42:55', '', '_20190410190652_77d8e382ef9a0ec4578b-7363', '', 'inherit', 'open', 'closed', '', '_20190410190652_77d8e382ef9a0ec4578b-7363', '', '', '2023-04-01 07:42:55', '2023-04-01 07:42:55', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190410190652_77d8e382ef9a0ec4578b-7363.jpg', 0, 'attachment', 'image/jpeg', 0),
(1694, 1, '2023-04-01 07:42:56', '2023-04-01 07:42:56', '', '_20190410190733_13205e3dcc482e167759', '', 'inherit', 'open', 'closed', '', '_20190410190733_13205e3dcc482e167759', '', '', '2023-04-01 07:42:56', '2023-04-01 07:42:56', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190410190733_13205e3dcc482e167759.jpg', 0, 'attachment', 'image/jpeg', 0),
(1695, 1, '2023-04-01 07:42:57', '2023-04-01 07:42:57', '', '_20190411002208_21326f002570c72e9e61', '', 'inherit', 'open', 'closed', '', '_20190411002208_21326f002570c72e9e61', '', '', '2023-04-01 07:42:57', '2023-04-01 07:42:57', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190411002208_21326f002570c72e9e61.jpg', 0, 'attachment', 'image/jpeg', 0),
(1696, 1, '2023-04-01 07:42:59', '2023-04-01 07:42:59', '', '_20190411235426_9096b1f18c486e163759', '', 'inherit', 'open', 'closed', '', '_20190411235426_9096b1f18c486e163759', '', '', '2023-04-01 07:42:59', '2023-04-01 07:42:59', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20190411235426_9096b1f18c486e163759.jpg', 0, 'attachment', 'image/jpeg', 0),
(1697, 1, '2023-04-01 07:43:00', '2023-04-01 07:43:00', '', '_20191230121701_Anh trien lam quay chuoi', '', 'inherit', 'open', 'closed', '', '_20191230121701_anh-trien-lam-quay-chuoi', '', '', '2023-04-01 07:43:00', '2023-04-01 07:43:00', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi.jpg', 0, 'attachment', 'image/jpeg', 0),
(1698, 1, '2023-04-01 07:43:02', '2023-04-01 07:43:02', '', '_20191230131518_nha kinh', '', 'inherit', 'open', 'closed', '', '_20191230131518_nha-kinh-2', '', '', '2023-04-01 07:43:02', '2023-04-01 07:43:02', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20191230131518_nha-kinh.jpg', 0, 'attachment', 'image/jpeg', 0),
(1699, 1, '2023-04-01 07:43:03', '2023-04-01 07:43:03', '', '_20200512221441_Capture', '', 'inherit', 'open', 'closed', '', '_20200512221441_capture', '', '', '2023-04-01 07:43:03', '2023-04-01 07:43:03', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200512221441_Capture.png', 0, 'attachment', 'image/png', 0),
(1700, 1, '2023-04-01 07:43:05', '2023-04-01 07:43:05', '', '_20200514201643_234ea325cb5d32036b4c', '', 'inherit', 'open', 'closed', '', '_20200514201643_234ea325cb5d32036b4c', '', '', '2023-04-01 07:43:05', '2023-04-01 07:43:05', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200514201643_234ea325cb5d32036b4c.jpg', 0, 'attachment', 'image/jpeg', 0),
(1701, 1, '2023-04-01 07:43:06', '2023-04-01 07:43:06', '', '_20200514204127_234ea325cb5d32036b4c', '', 'inherit', 'open', 'closed', '', '_20200514204127_234ea325cb5d32036b4c', '', '', '2023-04-01 07:43:06', '2023-04-01 07:43:06', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200514204127_234ea325cb5d32036b4c.jpg', 0, 'attachment', 'image/jpeg', 0),
(1702, 1, '2023-04-01 07:43:07', '2023-04-01 07:43:07', '', '_20200514220331_a56989e000defb80a2cf', '', 'inherit', 'open', 'closed', '', '_20200514220331_a56989e000defb80a2cf', '', '', '2023-04-01 07:43:07', '2023-04-01 07:43:07', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200514220331_a56989e000defb80a2cf.jpg', 0, 'attachment', 'image/jpeg', 0),
(1703, 1, '2023-04-01 07:43:10', '2023-04-01 07:43:10', '', '_20200514223159_089820f5971b6d45340a', '', 'inherit', 'open', 'closed', '', '_20200514223159_089820f5971b6d45340a', '', '', '2023-04-01 07:43:10', '2023-04-01 07:43:10', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200514223159_089820f5971b6d45340a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1704, 1, '2023-04-01 07:43:13', '2023-04-01 07:43:13', '', '_20200514231208_1ebbf02b78ad9ff3c6bc', '', 'inherit', 'open', 'closed', '', '_20200514231208_1ebbf02b78ad9ff3c6bc', '', '', '2023-04-01 07:43:13', '2023-04-01 07:43:13', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200514231208_1ebbf02b78ad9ff3c6bc.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1705, 1, '2023-04-01 07:43:16', '2023-04-01 07:43:16', '', '_20200514234307_unnamed', '', 'inherit', 'open', 'closed', '', '_20200514234307_unnamed', '', '', '2023-04-01 07:43:16', '2023-04-01 07:43:16', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200514234307_unnamed.jpg', 0, 'attachment', 'image/jpeg', 0),
(1706, 1, '2023-04-01 07:43:17', '2023-04-01 07:43:17', '', '_20200514235032_kinh-nghiem-chua-benh-da-day-bang-chuoi-xanh.1', '', 'inherit', 'open', 'closed', '', '_20200514235032_kinh-nghiem-chua-benh-da-day-bang-chuoi-xanh-1', '', '', '2023-04-01 07:43:17', '2023-04-01 07:43:17', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200514235032_kinh-nghiem-chua-benh-da-day-bang-chuoi-xanh.1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1707, 1, '2023-04-01 07:43:18', '2023-04-01 07:43:18', '', '_20200515113949_50db6b0e56d5ac8bf5c4', '', 'inherit', 'open', 'closed', '', '_20200515113949_50db6b0e56d5ac8bf5c4', '', '', '2023-04-01 07:43:18', '2023-04-01 07:43:18', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200515113949_50db6b0e56d5ac8bf5c4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1708, 1, '2023-04-01 07:43:21', '2023-04-01 07:43:21', '', '_20200515134017_6f0d8d31944a6d14345b', '', 'inherit', 'open', 'closed', '', '_20200515134017_6f0d8d31944a6d14345b', '', '', '2023-04-01 07:43:21', '2023-04-01 07:43:21', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200515134017_6f0d8d31944a6d14345b.jpg', 0, 'attachment', 'image/jpeg', 0),
(1709, 1, '2023-04-01 07:43:25', '2023-04-01 07:43:25', '', '_20200515142953_SPoon', '', 'inherit', 'open', 'closed', '', '_20200515142953_spoon', '', '', '2023-04-01 07:43:25', '2023-04-01 07:43:25', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200515142953_SPoon.png', 0, 'attachment', 'image/png', 0),
(1710, 1, '2023-04-01 07:43:26', '2023-04-01 07:43:26', '', '_20200516103745_1f1530e6d5102f4e7601', '', 'inherit', 'open', 'closed', '', '_20200516103745_1f1530e6d5102f4e7601', '', '', '2023-04-01 07:43:26', '2023-04-01 07:43:26', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200516103745_1f1530e6d5102f4e7601.jpg', 0, 'attachment', 'image/jpeg', 0),
(1711, 1, '2023-04-01 07:43:28', '2023-04-01 07:43:28', '', '_20200516140502_Untitled', '', 'inherit', 'open', 'closed', '', '_20200516140502_untitled', '', '', '2023-04-01 07:43:28', '2023-04-01 07:43:28', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200516140502_Untitled.png', 0, 'attachment', 'image/png', 0),
(1712, 1, '2023-04-01 07:43:31', '2023-04-01 07:43:31', '', '_20200516140826_505d1a4e008afbd4a29b', '', 'inherit', 'open', 'closed', '', '_20200516140826_505d1a4e008afbd4a29b', '', '', '2023-04-01 07:43:31', '2023-04-01 07:43:31', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200516140826_505d1a4e008afbd4a29b.jpg', 0, 'attachment', 'image/jpeg', 0),
(1713, 1, '2023-04-01 07:43:32', '2023-04-01 07:43:32', '', '_20200516143633_IMG_3922', '', 'inherit', 'open', 'closed', '', '_20200516143633_img_3922', '', '', '2023-04-01 07:43:32', '2023-04-01 07:43:32', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200516143633_IMG_3922.jpg', 0, 'attachment', 'image/jpeg', 0),
(1714, 1, '2023-04-01 07:43:37', '2023-04-01 07:43:37', '', '_20200516144052_bb365c4bfe4a07145e5b', '', 'inherit', 'open', 'closed', '', '_20200516144052_bb365c4bfe4a07145e5b', '', '', '2023-04-01 07:43:37', '2023-04-01 07:43:37', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b.jpg', 0, 'attachment', 'image/jpeg', 0),
(1715, 1, '2023-04-01 07:43:39', '2023-04-01 07:43:39', '', '_20200516175735_Untitled', '', 'inherit', 'open', 'closed', '', '_20200516175735_untitled', '', '', '2023-04-01 07:43:39', '2023-04-01 07:43:39', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200516175735_Untitled.png', 0, 'attachment', 'image/png', 0),
(1716, 1, '2023-04-01 07:43:40', '2023-04-01 07:43:40', '', '_20200518130945_chutinlendau', '', 'inherit', 'open', 'closed', '', '_20200518130945_chutinlendau', '', '', '2023-04-01 07:43:40', '2023-04-01 07:43:40', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200518130945_chutinlendau.png', 0, 'attachment', 'image/png', 0),
(1717, 1, '2023-04-01 07:43:42', '2023-04-01 07:43:42', '', '_20200620110008_48dd590c64d79e89c7c6', '', 'inherit', 'open', 'closed', '', '_20200620110008_48dd590c64d79e89c7c6', '', '', '2023-04-01 07:43:42', '2023-04-01 07:43:42', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200620110008_48dd590c64d79e89c7c6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1718, 1, '2023-04-01 07:43:46', '2023-04-01 07:43:46', '', '_20200708110215_Banner1', '', 'inherit', 'open', 'closed', '', '_20200708110215_banner1', '', '', '2023-04-01 07:43:46', '2023-04-01 07:43:46', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708110215_Banner1.png', 0, 'attachment', 'image/png', 0),
(1719, 1, '2023-04-01 07:43:48', '2023-04-01 07:43:48', '', '_20200708114728_Banner2', '', 'inherit', 'open', 'closed', '', '_20200708114728_banner2', '', '', '2023-04-01 07:43:48', '2023-04-01 07:43:48', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708114728_Banner2.png', 0, 'attachment', 'image/png', 0),
(1720, 1, '2023-04-01 07:43:50', '2023-04-01 07:43:50', '', '_20200708115153_Banner3', '', 'inherit', 'open', 'closed', '', '_20200708115153_banner3', '', '', '2023-04-01 07:43:50', '2023-04-01 07:43:50', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708115153_Banner3.png', 0, 'attachment', 'image/png', 0),
(1721, 1, '2023-04-01 07:43:52', '2023-04-01 07:43:52', '', '_20200708115701_Banner4', '', 'inherit', 'open', 'closed', '', '_20200708115701_banner4', '', '', '2023-04-01 07:43:52', '2023-04-01 07:43:52', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708115701_Banner4.png', 0, 'attachment', 'image/png', 0),
(1722, 1, '2023-04-01 07:43:54', '2023-04-01 07:43:54', '', '_20200708134257_Untitled-2', '', 'inherit', 'open', 'closed', '', '_20200708134257_untitled-2', '', '', '2023-04-01 07:43:54', '2023-04-01 07:43:54', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708134257_Untitled-2.png', 0, 'attachment', 'image/png', 0),
(1723, 1, '2023-04-01 07:43:56', '2023-04-01 07:43:56', '', '_20200708134438_Untitled-3', '', 'inherit', 'open', 'closed', '', '_20200708134438_untitled-3', '', '', '2023-04-01 07:43:56', '2023-04-01 07:43:56', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708134438_Untitled-3.png', 0, 'attachment', 'image/png', 0),
(1724, 1, '2023-04-01 07:43:57', '2023-04-01 07:43:57', '', '_20200708134924_Untitled-4', '', 'inherit', 'open', 'closed', '', '_20200708134924_untitled-4', '', '', '2023-04-01 07:43:57', '2023-04-01 07:43:57', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4.png', 0, 'attachment', 'image/png', 0),
(1725, 1, '2023-04-01 07:43:59', '2023-04-01 07:43:59', '', '_20200708135421_Untitled-5', '', 'inherit', 'open', 'closed', '', '_20200708135421_untitled-5', '', '', '2023-04-01 07:43:59', '2023-04-01 07:43:59', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5.png', 0, 'attachment', 'image/png', 0),
(1726, 1, '2023-04-01 07:44:01', '2023-04-01 07:44:01', '', '_20200708135807_Untitled-6', '', 'inherit', 'open', 'closed', '', '_20200708135807_untitled-6', '', '', '2023-04-01 07:44:01', '2023-04-01 07:44:01', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6.png', 0, 'attachment', 'image/png', 0),
(1727, 1, '2023-04-01 07:44:03', '2023-04-01 07:44:03', '', '_20200708135931_Untitled-7', '', 'inherit', 'open', 'closed', '', '_20200708135931_untitled-7', '', '', '2023-04-01 07:44:03', '2023-04-01 07:44:03', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708135931_Untitled-7.png', 0, 'attachment', 'image/png', 0),
(1728, 1, '2023-04-01 07:44:05', '2023-04-01 07:44:05', '', '_20200708140045_Untitled-8', '', 'inherit', 'open', 'closed', '', '_20200708140045_untitled-8', '', '', '2023-04-01 07:44:05', '2023-04-01 07:44:05', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8.png', 0, 'attachment', 'image/png', 0),
(1729, 1, '2023-04-01 07:44:07', '2023-04-01 07:44:07', '', '_20200708140357_Untitled-9', '', 'inherit', 'open', 'closed', '', '_20200708140357_untitled-9', '', '', '2023-04-01 07:44:07', '2023-04-01 07:44:07', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9.png', 0, 'attachment', 'image/png', 0),
(1730, 1, '2023-04-01 07:44:09', '2023-04-01 07:44:09', '', '_20200708140616_Untitled-10', '', 'inherit', 'open', 'closed', '', '_20200708140616_untitled-10', '', '', '2023-04-01 07:44:09', '2023-04-01 07:44:09', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10.png', 0, 'attachment', 'image/png', 0),
(1731, 1, '2023-04-01 07:44:11', '2023-04-01 07:44:11', '', '_20200708140756_Untitled-11', '', 'inherit', 'open', 'closed', '', '_20200708140756_untitled-11', '', '', '2023-04-01 07:44:11', '2023-04-01 07:44:11', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11.png', 0, 'attachment', 'image/png', 0),
(1732, 1, '2023-04-01 07:44:13', '2023-04-01 07:44:13', '', '_20200708140929_Untitled-12', '', 'inherit', 'open', 'closed', '', '_20200708140929_untitled-12', '', '', '2023-04-01 07:44:13', '2023-04-01 07:44:13', '', 887, 'http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12.png', 0, 'attachment', 'image/png', 0),
(1733, 1, '2023-04-01 07:47:48', '2023-04-01 07:47:48', '- Phân Hữu cơ Bột được sản xuất chính từ nguyên liệu phân gà và các phế phẩm từ gà theo công nghệ lên men Nhật Bản tại Nhật Bản.\n- Với nỗ lực sử dụng hiệu quả các chất hữu cơ chất lượng cao, phân gà Bột được tạo ra bằng công nghệ và quy trình hiện đại,với độ ẩm an toàn kéo dài thời gian bảo quản, đồng thời, có một hệ thống vi sinh mang lại rất nhiều lời ích cho đất và cây trồng.', 'Phân Hữu Cơ Nhập Khẩu Dạng Bột', '', 'inherit', 'closed', 'closed', '', '879-autosave-v1', '', '', '2023-04-01 07:47:48', '2023-04-01 07:47:48', '', 879, 'http://iamv.vn/?p=1733', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1734, 1, '2023-04-01 07:55:25', '2023-04-01 07:55:25', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:55:25', '2023-04-01 07:55:25', '', 1558, 'http://iamv.vn/?p=1734', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1735, 1, '2023-04-01 07:55:25', '2023-04-01 07:55:25', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/sheep-breeding/\" title=\"Sheep Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Sheep-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Sheep-Breeding\" alt=\"\" /><h4>Sheep Breeding</h4></a><a href=\"http://iamv.vn/project/viticulture/\" title=\"Viticulture\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Viticulture-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Viticulture-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Viticulture-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Viticulture\" alt=\"\" /><h4>Viticulture</h4></a><a href=\"http://iamv.vn/project/fish-farming/\" title=\"Fish Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Fish-Farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Fish-Farming\" alt=\"\" /><h4>Fish Farming</h4></a><a href=\"http://iamv.vn/project/crop-production/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a><a href=\"http://iamv.vn/project/horse-breeding/\" title=\"Horse Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Horse-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Horse-Breeding\" alt=\"\" /><h4>Horse Breeding</h4></a><a href=\"http://iamv.vn/project/beekeeping/\" title=\"Beekeeping\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Beekeeping-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Beekeeping\" alt=\"\" /><h4>Beekeeping</h4></a><a href=\"http://iamv.vn/project/mushroom-growing/\" title=\"Mushroom Growing\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Mushroom-Growing-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Mushroom-Growing\" alt=\"\" /><h4>Mushroom Growing</h4></a><a href=\"http://iamv.vn/project/animal-breeding/\" title=\"Animal Breeding\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Animal-Breeding-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Animal-Breeding\" alt=\"\" /><h4>Animal Breeding</h4></a><a href=\"http://iamv.vn/project/production/\" title=\"Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Feed_Production-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Feed_Production\" alt=\"\" /><h4>Production</h4></a><a href=\"http://iamv.vn/project/poultry-farming/\" title=\"Poultry Farming\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/poultry-farming-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"poultry-farming\" alt=\"\" /><h4>Poultry Farming</h4></a><a href=\"http://iamv.vn/project/crop-production-2/\" title=\"Crop Production\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-800x800.jpg 800w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-500x500.jpg 500w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-480x480.jpg 480w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-300x300.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/Crop-Production-1-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 800px, (min-width: 1921px) 500px, (min-width: 1600px) 480px, (min-width: 1200px) 400px, (min-width: 992px) 300px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"Crop-Production\" alt=\"\" /><h4>Crop Production</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:55:25', '2023-04-01 07:55:25', '', 1558, 'http://iamv.vn/?p=1735', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1736, 1, '2023-04-01 07:55:31', '2023-04-01 07:55:31', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 07:55:31', '2023-04-01 07:55:31', '', 1558, 'http://iamv.vn/?p=1736', 0, 'revision', '', 0),
(1737, 1, '2023-04-01 07:56:58', '2023-04-01 07:56:58', '\n				<h2>World’s Hottest Destinations for Vegans</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et. At principes pertinacia vix, dicam laudem pertinacia ad pri. In brute mediocritatem sit, usu mucius everti no.</p><p>Mei in delenit denique dissentiunt, ne quodsi repudiare duo. Ne inermis volutpat vel. Mea in facer fabulas. Ex voluptaria intellegebat usu.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam, qui aliquip patrioque accommodare ex, ex vix probo persius.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<h2>Why Choose Us?</h2>		\n		<p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Excellent Service</a></h4><p>Mei in delenit denique disen tiunt, ne quodsi repudiare duo terg frame.</p>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Quality And Reliability</a></h4><p>An qualisque constituam cum. Agam unum disputando ius et, mel id luptua.</p>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Clean Working</a></h4><p>Ex voluptaria intellegebat usu, mea ut discere perciitur aperiri cotidiequ.</p>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Expert Farmer</a></h4><p>Id quidam detraxit erroribus eam, qui aliquip patrioque accommodare ex, ex vix.</p>		\n		<a href=\"#\">\n											Get in Touch\n		</a>\n		<h2>Our Main Services</h2><p>Id eos reprimique omittantur, ipsum definiebas per no. Nibh necessitatibus vim cu.</p><p>His accommodare delicatissimi cu, novum simul nominavi ut mea.Et cum deseruisse definitionem, cu mel cetero dolores. Usu habeo maluisset constituto id. Eam no summo euismod suavitate, amet iusto posidonium eos ex.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Best Products</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4>		\n			<figure><a href=\"#\"><img src=\"https://livewp.site/wp/md/agrosector/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4>		\n			<strong>88%</strong>\n		Awards Won		', 'rthjwrhrth', '\n						', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2023-04-01 07:56:58', '2023-04-01 07:56:58', '', 82, 'http://iamv.vn/?p=1737', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1739, 1, '2023-04-01 08:08:21', '2023-04-01 08:08:21', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 08:08:21', '2023-04-01 08:08:21', '', 1558, 'http://iamv.vn/?p=1739', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1740, 1, '2023-04-01 08:08:21', '2023-04-01 08:08:21', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"497\" height=\"764\" src=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/home_img_01.png 497w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-195x300.png 195w, http://iamv.vn/wp-content/uploads/2019/01/home_img_01-480x738.png 480w\" sizes=\"(max-width: 497px) 100vw, 497px\" title=\"home_img_01\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 08:08:21', '2023-04-01 08:08:21', '', 1558, 'http://iamv.vn/?p=1740', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1741, 1, '2023-04-01 08:08:22', '2023-04-01 08:08:22', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"940\" height=\"705\" src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6.png 960w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-300x225.png 300w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-768x576.png 768w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-480x360.png 480w\" sizes=\"(max-width: 940px) 100vw, 940px\" title=\"_20200708135807_Untitled-6\" />															\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p><p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 08:08:22', '2023-04-01 08:08:22', '', 1558, 'http://iamv.vn/?p=1741', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1742, 1, '2023-04-01 08:11:01', '2023-04-01 08:11:01', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"940\" height=\"705\" src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6.png 960w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-300x225.png 300w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-768x576.png 768w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-480x360.png 480w\" sizes=\"(max-width: 940px) 100vw, 940px\" title=\"_20200708135807_Untitled-6\" />															\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p><p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 08:11:01', '2023-04-01 08:11:01', '', 1558, 'http://iamv.vn/?p=1742', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1743, 1, '2023-04-01 08:11:01', '2023-04-01 08:11:01', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"940\" height=\"705\" src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6.png 960w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-300x225.png 300w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-768x576.png 768w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-480x360.png 480w\" sizes=\"(max-width: 940px) 100vw, 940px\" title=\"_20200708135807_Untitled-6\" />															\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p><p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 08:11:01', '2023-04-01 08:11:01', '', 1558, 'http://iamv.vn/?p=1743', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1744, 1, '2023-04-01 08:11:01', '2023-04-01 08:11:01', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"508\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png 508w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-480x694.png 480w\" sizes=\"(max-width: 508px) 100vw, 508px\" title=\"team_img_02\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 08:11:01', '2023-04-01 08:11:01', '', 1558, 'http://iamv.vn/?p=1744', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1745, 1, '2023-04-01 08:12:25', '2023-04-01 08:12:25', '\n				<h2>Our Mission</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.</p><p>email@example.com</p><p>800 326 9054</p>		\n		<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img width=\"450\" height=\"580\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/BOB.jpg\" alt=\"\" title=\"BOB\" />											\n		<h2>We are Better Than Others</h2><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p><p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Jason-Ford.png\" alt=\"\" width=\"152\" height=\"31\" /></p>		\n			<strong>88</strong>\n			<h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Our Experience</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n						Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n										<img width=\"507\" height=\"735\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/about_img_01.png\" alt=\"\" title=\"about_img_01\" />											\n		<h2 style=\"text-align: center\">Services</h2><p style=\"text-align: center\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center\">Our Best Team</h2><p style=\"text-align: center\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li>\n                        <a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Jason Fiord</h3>Founder/ Farmer\n            </li><li>\n                        <a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Lusi Jackson</h3>Milking Operator\n            </li><li>\n                        <a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Artur Sunday</h3>Mechanic\n            </li><li>\n                        <a href=\"#\">facebook</a><a href=\"#\">twitter</a><a href=\"#\">instagram</a>\n                                    <h3>Rosa Stone</h3>Livestock Breeder\n            </li><li>\n                        <a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Donald Benjamin</h3>Poultry House\n            </li>				</ul>\n		<h2 style=\"text-align: center\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n		<h2 style=\"text-align: left\">Innovations in Agriculture</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			01Uber Style Farm		\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.			\n				<a href=\"#\" title=\"\">\n					</a>\n			02Uber Style Farm		\n			Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.			\n				<a href=\"#\" title=\"\">\n					</a>\n			03Uber Style Farm		\n			Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.			\n				<a href=\"#\" title=\"\">\n					</a>\n		<h2 style=\"text-align: center\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:12:25', '2023-04-01 08:12:25', '', 322, 'http://iamv.vn/?p=1745', 0, 'revision', '', 0),
(1746, 1, '2023-04-01 08:12:25', '2023-04-01 08:12:25', '\n				<h2>Our Mission</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.</p><p>email@example.com</p><p>800 326 9054</p>		\n		<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n										<img width=\"450\" height=\"580\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/02/BOB.jpg\" alt=\"\" title=\"BOB\" />											\n		<h2>We are Better Than Others</h2><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p><p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Jason-Ford.png\" alt=\"\" width=\"152\" height=\"31\" /></p>		\n			<strong>88</strong>\n			<h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Our Experience</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n						Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n										<img width=\"507\" height=\"735\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/about_img_01.png\" alt=\"\" title=\"about_img_01\" />											\n		<h2 style=\"text-align: center\">Services</h2><p style=\"text-align: center\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_05.png\" alt=\"\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_06.png\" alt=\"\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design &amp; Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_07.png\" alt=\"\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring &amp; Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_08.png\" alt=\"\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_09.png\" alt=\"\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/icon_10.png\" alt=\"\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center\">Our Best Team</h2><p style=\"text-align: center\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li>\n                        <a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Jason Fiord</h3>Founder/ Farmer\n            </li><li>\n                        <a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Lusi Jackson</h3>Milking Operator\n            </li><li>\n                        <a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Artur Sunday</h3>Mechanic\n            </li><li>\n                        <a href=\"#\">facebook</a><a href=\"#\">twitter</a><a href=\"#\">instagram</a>\n                                    <h3>Rosa Stone</h3>Livestock Breeder\n            </li><li>\n                        <a href=\"#\" style=\"color: #3b5998\">facebook</a><a href=\"#\" style=\"color: #55acee\">twitter</a><a href=\"#\" style=\"color: #e4405f\">instagram</a>\n                                    <h3>Donald Benjamin</h3>Poultry House\n            </li>				</ul>\n		<h2 style=\"text-align: center\">What People Say</h2>		\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n		<h2 style=\"text-align: left\">Innovations in Agriculture</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			01Uber Style Farm		\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.			\n				<a href=\"#\" title=\"\">\n					</a>\n			02Uber Style Farm		\n			Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.			\n				<a href=\"#\" title=\"\">\n					</a>\n			03Uber Style Farm		\n			Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.			\n				<a href=\"#\" title=\"\">\n					</a>\n		<h2 style=\"text-align: center\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]		', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:12:25', '2023-04-01 08:12:25', '', 322, 'http://iamv.vn/?p=1746', 0, 'revision', '', 0),
(1747, 1, '2023-04-01 08:12:25', '2023-04-01 08:12:25', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.</p>dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"450\" height=\"580\" src=\"http://iamv.vn/wp-content/uploads/2019/02/BOB.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/BOB.jpg 450w, http://iamv.vn/wp-content/uploads/2019/02/BOB-233x300.jpg 233w\" sizes=\"(max-width: 450px) 100vw, 450px\" title=\"BOB\" />															\n		<h2>We are Better Than Others</h2><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p><p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Jason-Ford.png\" alt=\"\" width=\"152\" height=\"31\" /></p>		\n			<strong>88</strong>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Our Experience</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"507\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png 507w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-480x696.png 480w\" sizes=\"(max-width: 507px) 100vw, 507px\" title=\"about_img_01\" />															\n		<h2 style=\"text-align: center;\">Services</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>\n		<h2 style=\"text-align: center;\">What People Say</h2>		\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n		<h2 style=\"text-align: left;\">Innovations in Agriculture</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			01Uber Style Farm		\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.			\n				<a href=\"#\" title=\"\">\n					</a>\n			02Uber Style Farm		\n			Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.			\n				<a href=\"#\" title=\"\">\n					</a>\n			03Uber Style Farm		\n			Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.			\n				<a href=\"#\" title=\"\">\n					</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:12:25', '2023-04-01 08:12:25', '', 322, 'http://iamv.vn/?p=1747', 0, 'revision', '', 0),
(1748, 1, '2023-04-01 08:17:23', '2023-04-01 08:17:23', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.</p>dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"450\" height=\"580\" src=\"http://iamv.vn/wp-content/uploads/2019/02/BOB.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/BOB.jpg 450w, http://iamv.vn/wp-content/uploads/2019/02/BOB-233x300.jpg 233w\" sizes=\"(max-width: 450px) 100vw, 450px\" title=\"BOB\" />															\n		<h2>We are Better Than Others</h2><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p><p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Jason-Ford.png\" alt=\"\" width=\"152\" height=\"31\" /></p>		\n			<strong>88</strong>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Our Experience</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"507\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png 507w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-480x696.png 480w\" sizes=\"(max-width: 507px) 100vw, 507px\" title=\"about_img_01\" />															\n		<h2 style=\"text-align: center;\">Services</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>\n		<h2 style=\"text-align: center;\">What People Say</h2>		\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n		<h2 style=\"text-align: left;\">Innovations in Agriculture</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			01Uber Style Farm		\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.			\n				<a href=\"#\" title=\"\">\n					</a>\n			02Uber Style Farm		\n			Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.			\n				<a href=\"#\" title=\"\">\n					</a>\n			03Uber Style Farm		\n			Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.			\n				<a href=\"#\" title=\"\">\n					</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:17:23', '2023-04-01 08:17:23', '', 322, 'http://iamv.vn/?p=1748', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1749, 1, '2023-04-01 08:17:23', '2023-04-01 08:17:23', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		<p>Utinam invidunt torquatos duo ei, ei brute aeterno invenire sed. Cum decore corrumpit et.</p>dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p>		\n		<p>An qualisque constituam cum. Agam unum disputando ius et, mel id postea voluptua, et vel assum graece feugait. Eu mel alii vocibus. Id quidam de erroribus eam.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"450\" height=\"580\" src=\"http://iamv.vn/wp-content/uploads/2019/02/BOB.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/BOB.jpg 450w, http://iamv.vn/wp-content/uploads/2019/02/BOB-233x300.jpg 233w\" sizes=\"(max-width: 450px) 100vw, 450px\" title=\"BOB\" />															\n		<h2>We are Better Than Others</h2><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu, his purto cotidieque ei, te zril populo ius. Modo utamur an eam, wisi causae at eam. Eam et nisl tollit primis, vis at erat necessitatibus.</p><p><img src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/Jason-Ford.png\" alt=\"\" width=\"152\" height=\"31\" /></p>		\n			<strong>88</strong>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Our Experience</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n															<img width=\"507\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png 507w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-480x696.png 480w\" sizes=\"(max-width: 507px) 100vw, 507px\" title=\"about_img_01\" />															\n		<h2 style=\"text-align: center;\">Services</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>\n		<h2 style=\"text-align: center;\">What People Say</h2>		\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n		<h2 style=\"text-align: left;\">Innovations in Agriculture</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			01Uber Style Farm		\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.			\n				<a href=\"#\" title=\"\">\n					</a>\n			02Uber Style Farm		\n			Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.			\n				<a href=\"#\" title=\"\">\n					</a>\n			03Uber Style Farm		\n			Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.			\n				<a href=\"#\" title=\"\">\n					</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:17:23', '2023-04-01 08:17:23', '', 322, 'http://iamv.vn/?p=1749', 0, 'revision', '', 0),
(1750, 1, '2023-04-01 08:17:23', '2023-04-01 08:17:23', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V\nĐịa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh\nNgành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...\n- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…\n- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.\n- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.\nVới hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.\nChúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .\nVà để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...\n*** TẦM NHÌN : \nNông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.\nĐồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.\n*** SỨ MỆNH: \nChúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.\nLiên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:\n+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.\n+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.\n+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.\n*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”\nChúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.<h2>Our Mission</h2>		\n			<strong>88</strong>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Our Experience</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"507\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png 507w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-480x696.png 480w\" sizes=\"(max-width: 507px) 100vw, 507px\" title=\"about_img_01\" />															\n		<h2 style=\"text-align: center;\">Services</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>\n		<h2 style=\"text-align: center;\">What People Say</h2>		\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n		<h2 style=\"text-align: left;\">Innovations in Agriculture</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			01Uber Style Farm		\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.			\n				<a href=\"#\" title=\"\">\n					</a>\n			02Uber Style Farm		\n			Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.			\n				<a href=\"#\" title=\"\">\n					</a>\n			03Uber Style Farm		\n			Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.			\n				<a href=\"#\" title=\"\">\n					</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:17:23', '2023-04-01 08:17:23', '', 322, 'http://iamv.vn/?p=1750', 0, 'revision', '', 0),
(1751, 1, '2023-04-01 08:18:33', '2023-04-01 08:18:33', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V\nĐịa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh\nNgành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...\n- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…\n- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.\n- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.\nVới hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.\nChúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .\nVà để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...\n*** TẦM NHÌN : \nNông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.\nĐồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.\n*** SỨ MỆNH: \nChúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.\nLiên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:\n+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.\n+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.\n+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.\n*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”\nChúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.<h2>Our Mission</h2>		\n			<strong>88</strong>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Our Experience</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"507\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png 507w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-480x696.png 480w\" sizes=\"(max-width: 507px) 100vw, 507px\" title=\"about_img_01\" />															\n		<h2 style=\"text-align: center;\">Services</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>\n		<h2 style=\"text-align: center;\">What People Say</h2>		\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n		<h2 style=\"text-align: left;\">Innovations in Agriculture</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			01Uber Style Farm		\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.			\n				<a href=\"#\" title=\"\">\n					</a>\n			02Uber Style Farm		\n			Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.			\n				<a href=\"#\" title=\"\">\n					</a>\n			03Uber Style Farm		\n			Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.			\n				<a href=\"#\" title=\"\">\n					</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:18:33', '2023-04-01 08:18:33', '', 322, 'http://iamv.vn/?p=1751', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1752, 1, '2023-04-01 08:18:33', '2023-04-01 08:18:33', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V\nĐịa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh\nNgành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...\n- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…\n- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.\n- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.\nVới hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.\nChúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .\nVà để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...\n*** TẦM NHÌN : \nNông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.\nĐồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.\n*** SỨ MỆNH: \nChúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.\nLiên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:\n+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.\n+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.\n+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.\n*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”\nChúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.<h2>Our Mission</h2>		\n			<strong>88</strong>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h3>Awards Won</h3><p>Cu ubique timeam tibique mel, autem tibique cu nec.</p>		\n			<strong>108</strong>\n			<h3>Regular Customers</h3><p>Aperiri discere hendrerit in duo, amet reprehendunt ut sit.</p>		\n			<strong>86</strong>\n			<h3>Points of Sale of Goods</h3><p>Enim meliore intellegebat ut duo, fastidii gloriatur usu ei.</p>		\n			<strong>54</strong>\n			<h3>Professional Engineering</h3><p>Legere prodesset mea ei, no illud dicam conclusionemque est.</p>		\n		<h2>Our Experience</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>			Product Purity\n				Product Purity\n									98%\n						Farmers Competence\n				Farmers Competence\n									89%\n						Equipment\n				Equipment\n									90%\n						Satisfied Customers\n				Satisfied Customers\n									99%\n		<a href=\"#\">\n											Get in Touch\n		</a>\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"507\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/about_img_01.png 507w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/about_img_01-480x696.png 480w\" sizes=\"(max-width: 507px) 100vw, 507px\" title=\"about_img_01\" />															\n		<h2 style=\"text-align: center;\">Services</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>\n		<h2 style=\"text-align: center;\">What People Say</h2>		\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Dan-Balan-160x160.jpg\" alt=\"\" /><p>“Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.”</p>Dan BalanCustomer							\n								<img src=\"http://iamv.vn/wp-content/uploads/2019/01/Sarah-Miller-160x160.jpg\" alt=\"\" /><p>“Ut cotidieque appellantur qui, feugiat instru. Tritani adipiscing mea te, agam rebum splendide eos eu. Te cum iisque democritum, eu quod movet recteque per. ”</p>Sarah MillerCustomer							\n		<h2 style=\"text-align: left;\">Innovations in Agriculture</h2><p>Quo cibo eius cu, mel at magna quaeque apeirian, augue homero consectetuer in nam. Eu quo laoreet propriae, malis exerci habemus te has, vocent persius eum ea.</p>		\n			01Uber Style Farm		\n			Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin interdum ipsum a suscipit aliquam. Sed sit amet molestie arcu. Sed consectetur nisl non porta.			\n				<a href=\"#\" title=\"\">\n					</a>\n			02Uber Style Farm		\n			Several large agricultural holdings have already become interested in its development. The fact is that each plant requires a different level of cultivation.			\n				<a href=\"#\" title=\"\">\n					</a>\n			03Uber Style Farm		\n			Vivamus vel est quis augue vulputate mattis. Phasellus varius lectus enim, fermentum ultrices sem pharetra id. Donec rhoncus, velit eget maximus.			\n				<a href=\"#\" title=\"\">\n					</a>\n		<h2 style=\"text-align: center;\">Sing Up For Newsletter!</h2>		\n			[mailchimpsf_form]', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:18:33', '2023-04-01 08:18:33', '', 322, 'http://iamv.vn/?p=1752', 0, 'revision', '', 0),
(1753, 1, '2023-04-01 08:18:33', '2023-04-01 08:18:33', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:18:33', '2023-04-01 08:18:33', '', 322, 'http://iamv.vn/?p=1753', 0, 'revision', '', 0),
(1754, 1, '2023-04-01 08:18:59', '2023-04-01 08:18:59', '\n				[woocommerce_cart]		', 'Cart', '\n						', 'inherit', 'closed', 'closed', '', '1229-revision-v1', '', '', '2023-04-01 08:18:59', '2023-04-01 08:18:59', '', 1229, 'http://iamv.vn/?p=1754', 0, 'revision', '', 0),
(1755, 1, '2023-04-01 08:18:59', '2023-04-01 08:18:59', '\n				[woocommerce_checkout]		', 'Checkout', '\n						', 'inherit', 'closed', 'closed', '', '1230-revision-v1', '', '', '2023-04-01 08:18:59', '2023-04-01 08:18:59', '', 1230, 'http://iamv.vn/?p=1755', 0, 'revision', '', 0),
(1756, 1, '2023-04-01 08:18:59', '2023-04-01 08:18:59', '\n				[woocommerce_my_account]		', 'My account', '\n						', 'inherit', 'closed', 'closed', '', '1231-revision-v1', '', '', '2023-04-01 08:18:59', '2023-04-01 08:18:59', '', 1231, 'http://iamv.vn/?p=1756', 0, 'revision', '', 0),
(1757, 1, '2023-04-01 08:19:18', '2023-04-01 08:19:18', '\n						', 'Blog', '\n						', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2023-04-01 08:19:18', '2023-04-01 08:19:18', '', 80, 'http://iamv.vn/?p=1757', 0, 'revision', '', 0),
(1758, 1, '2023-04-01 08:19:25', '2023-04-01 08:19:25', '\n						', 'Shop', '\n						', 'inherit', 'closed', 'closed', '', '1228-revision-v1', '', '', '2023-04-01 08:19:25', '2023-04-01 08:19:25', '', 1228, 'http://iamv.vn/?p=1758', 0, 'revision', '', 0),
(1759, 1, '2023-04-01 08:19:30', '2023-04-01 08:19:30', '<!-- wp:paragraph -->\n<p>Đây là trang mẫu. Nó khác với bài viết bởi vì nó thường cố định và hiển thị trong menu của bạn. Nhiều người bắt đầu với trang Giới thiệu nơi bạn chia sẻ thông tin cho những ai ghé thăm. Nó có thể bắt đầu như thế này:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Chào bạn! Tôi là một người bán hàng, và đây là website của tôi. Tôi sống ở Hà Nội, có một gia đình nhỏ, và tôi thấy cách sử dụng WordPress rất thú vị.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>... hoặc cái gì đó như thế này:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Công ty chúng tôi được thành lập năm 2010, và cung cấp dịch vụ chất lượng cho rất nhiều sự kiện tại khắp Việt Nam. Với văn phòng đặt tại Hà Nội, TP. Hồ Chí Minh cùng hơn 40 nhân sự, chúng tôi là nơi nhiều đối tác tin tưởng giao cho tổ chức các sự kiện lớn.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Là một người dùng WordPress mới, bạn nên ghé thăm <a href=\"http://iamv.vn/wp-admin/\">bảng tin</a> để xóa trang này và tạo trang mới cho nội dung của chính bạn. Chúc bạn vui vẻ!</p>\n<!-- /wp:paragraph -->', 'Trang Mẫu', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-01 08:19:30', '2023-04-01 08:19:30', '', 2, 'http://iamv.vn/?p=1759', 0, 'revision', '', 0),
(1760, 1, '2023-04-01 08:20:38', '2023-04-01 08:20:38', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:20:38', '2023-04-01 08:20:38', '', 322, 'http://iamv.vn/?p=1760', 0, 'revision', '', 0),
(1761, 1, '2023-04-01 08:20:38', '2023-04-01 08:20:38', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:20:38', '2023-04-01 08:20:38', '', 322, 'http://iamv.vn/?p=1761', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1762, 1, '2023-04-01 08:20:38', '2023-04-01 08:20:38', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:20:38', '2023-04-01 08:20:38', '', 322, 'http://iamv.vn/?p=1762', 0, 'revision', '', 0),
(1763, 1, '2023-04-01 08:21:01', '2023-04-01 08:21:01', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:21:01', '2023-04-01 08:21:01', '', 322, 'http://iamv.vn/?p=1763', 0, 'revision', '', 0),
(1764, 1, '2023-04-01 08:21:01', '2023-04-01 08:21:01', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:21:01', '2023-04-01 08:21:01', '', 322, 'http://iamv.vn/?p=1764', 0, 'revision', '', 0),
(1765, 1, '2023-04-01 08:21:01', '2023-04-01 08:21:01', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:21:01', '2023-04-01 08:21:01', '', 322, 'http://iamv.vn/?p=1765', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1766, 1, '2023-04-01 08:21:52', '2023-04-01 08:21:52', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:21:52', '2023-04-01 08:21:52', '', 322, 'http://iamv.vn/?p=1766', 0, 'revision', '', 0),
(1767, 1, '2023-04-01 08:21:52', '2023-04-01 08:21:52', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>- Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>- Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>- Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:21:52', '2023-04-01 08:21:52', '', 322, 'http://iamv.vn/?p=1767', 0, 'revision', '', 0),
(1768, 1, '2023-04-01 08:21:53', '2023-04-01 08:21:53', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p>\n<p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p>\n<p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p>\n<p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p>\n<p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p>\n<p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p>\n<p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p>\n<p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p>\n<p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p>\n<p>*** TẦM NHÌN :</p>\n<p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p>\n<p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p>\n<p>*** SỨ MỆNH:</p>\n<p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p>\n<p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p>\n<p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p>\n<p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p>\n<p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p>\n<p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p>\n<p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:21:53', '2023-04-01 08:21:53', '', 322, 'http://iamv.vn/?p=1768', 0, 'revision', '', 0),
(1769, 1, '2023-04-01 08:22:32', '2023-04-01 08:22:32', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p>\n<p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p>\n<p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p>\n<p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p>\n<p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p>\n<p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p>\n<p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p>\n<p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p>\n<p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p>\n<p>*** TẦM NHÌN :</p>\n<p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p>\n<p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p>\n<p>*** SỨ MỆNH:</p>\n<p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p>\n<p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p>\n<p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p>\n<p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p>\n<p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p>\n<p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p>\n<p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:22:32', '2023-04-01 08:22:32', '', 322, 'http://iamv.vn/?p=1769', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1770, 1, '2023-04-01 08:22:32', '2023-04-01 08:22:32', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p>\n<p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p>\n<p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p>\n<p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p>\n<p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p>\n<p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p>\n<p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p>\n<p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p>\n<p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p>\n<p>*** TẦM NHÌN :</p>\n<p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p>\n<p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p>\n<p>*** SỨ MỆNH:</p>\n<p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p>\n<p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p>\n<p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p>\n<p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p>\n<p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p>\n<p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p>\n<p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:22:32', '2023-04-01 08:22:32', '', 322, 'http://iamv.vn/?p=1770', 0, 'revision', '', 0),
(1771, 1, '2023-04-01 08:22:32', '2023-04-01 08:22:32', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:22:32', '2023-04-01 08:22:32', '', 322, 'http://iamv.vn/?p=1771', 0, 'revision', '', 0),
(1772, 1, '2023-04-01 08:23:29', '2023-04-01 08:23:29', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:23:29', '2023-04-01 08:23:29', '', 322, 'http://iamv.vn/?p=1772', 0, 'revision', '', 0),
(1773, 1, '2023-04-01 08:23:29', '2023-04-01 08:23:29', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:23:29', '2023-04-01 08:23:29', '', 322, 'http://iamv.vn/?p=1773', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1774, 1, '2023-04-01 08:23:29', '2023-04-01 08:23:29', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:23:29', '2023-04-01 08:23:29', '', 322, 'http://iamv.vn/?p=1774', 0, 'revision', '', 0),
(1775, 1, '2023-04-01 08:24:31', '2023-04-01 08:24:31', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:24:31', '2023-04-01 08:24:31', '', 322, 'http://iamv.vn/?p=1775', 0, 'revision', '', 0),
(1776, 1, '2023-04-01 08:24:31', '2023-04-01 08:24:31', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Growing Fruits and  Vegetables</a></h4><p>Eos ex habeo assum civibus, odio velit sea ex. Sed utinam tamquam cu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:24:31', '2023-04-01 08:24:31', '', 322, 'http://iamv.vn/?p=1776', 0, 'revision', '', 0),
(1777, 1, '2023-04-01 08:24:31', '2023-04-01 08:24:31', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:24:31', '2023-04-01 08:24:31', '', 322, 'http://iamv.vn/?p=1777', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1778, 1, '2023-04-01 08:26:29', '2023-04-01 08:26:29', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:26:29', '2023-04-01 08:26:29', '', 322, 'http://iamv.vn/?p=1778', 0, 'revision', '', 0),
(1779, 1, '2023-04-01 08:26:29', '2023-04-01 08:26:29', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Design & Planting</a></h4><p>Phasellus varius asu lectus enim, fermentum ultrices sem pharetra id. </p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Spring & Fall Cleanup</a></h4><p>Nunc imperdiet vitae nisl nec lacinia. Phasellus dapibus a massa quis iaculis.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Best Products</a></h4><p>Praesent pellentesque felis justo, eu vestibulum nulla sollicitudin eu.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Clear Water for  Irrigation</a></h4><p>Pellentesque habitant morbi tristique senectus et netus ac turpis egestas.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Eco Product</a></h4><p>Suspendisse at arcu sodales, lacinia turpis eleifend, placerat urna.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:26:29', '2023-04-01 08:26:29', '', 322, 'http://iamv.vn/?p=1779', 0, 'revision', '', 0),
(1780, 1, '2023-04-01 08:26:30', '2023-04-01 08:26:30', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:26:30', '2023-04-01 08:26:30', '', 322, 'http://iamv.vn/?p=1780', 0, 'revision', '', 0),
(1781, 1, '2023-04-01 08:28:15', '2023-04-01 08:28:15', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:28:15', '2023-04-01 08:28:15', '', 322, 'http://iamv.vn/?p=1781', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1782, 1, '2023-04-01 08:28:16', '2023-04-01 08:28:16', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p>CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:28:16', '2023-04-01 08:28:16', '', 322, 'http://iamv.vn/?p=1782', 0, 'revision', '', 0),
(1783, 1, '2023-04-01 08:28:16', '2023-04-01 08:28:16', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:28:16', '2023-04-01 08:28:16', '', 322, 'http://iamv.vn/?p=1783', 0, 'revision', '', 0),
(1784, 1, '2023-04-01 08:28:59', '2023-04-01 08:28:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:28:59', '2023-04-01 08:28:59', '', 322, 'http://iamv.vn/?p=1784', 0, 'revision', '', 0),
(1785, 1, '2023-04-01 08:28:59', '2023-04-01 08:28:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2 style=\"text-align: center;\">Our Best Team</h2><p style=\"text-align: center;\">An qualisque constituam cum. Agam unum disputando ius et, mel id postea volu ptua, et vel assum graece feugait.</p>		\n								<ul>\n					<li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Jason Fiord</h3>Founder/ Farmer</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Lusi Jackson</h3>Milking Operator</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Artur Sunday</h3>Mechanic</li><li><a href=\"#\" >facebook</a><a href=\"#\" >twitter</a><a href=\"#\" >instagram</a><h3>Rosa Stone</h3>Livestock Breeder</li><li><a href=\"#\"  style=\"color: #3b5998\" >facebook</a><a href=\"#\"  style=\"color: #55acee\" >twitter</a><a href=\"#\"  style=\"color: #e4405f\" >instagram</a><h3>Donald Benjamin</h3>Poultry House</li>				</ul>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:28:59', '2023-04-01 08:28:59', '', 322, 'http://iamv.vn/?p=1785', 0, 'revision', '', 0),
(1786, 1, '2023-04-01 08:28:59', '2023-04-01 08:28:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:28:59', '2023-04-01 08:28:59', '', 322, 'http://iamv.vn/?p=1786', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1787, 1, '2023-04-01 08:30:36', '2023-04-01 08:30:36', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:36', '2023-04-01 08:30:36', '', 322, 'http://iamv.vn/?p=1787', 0, 'revision', '', 0),
(1788, 1, '2023-04-01 08:30:36', '2023-04-01 08:30:36', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:36', '2023-04-01 08:30:36', '', 322, 'http://iamv.vn/?p=1788', 0, 'revision', '', 0),
(1789, 1, '2023-04-01 08:30:36', '2023-04-01 08:30:36', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:36', '2023-04-01 08:30:36', '', 322, 'http://iamv.vn/?p=1789', 0, 'revision', '', 0),
(1790, 1, '2023-04-01 08:30:51', '2023-04-01 08:30:51', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:51', '2023-04-01 08:30:51', '', 322, 'http://iamv.vn/?p=1790', 0, 'revision', '', 0),
(1791, 1, '2023-04-01 08:30:51', '2023-04-01 08:30:51', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:51', '2023-04-01 08:30:51', '', 322, 'http://iamv.vn/?p=1791', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1792, 1, '2023-04-01 08:30:51', '2023-04-01 08:30:51', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:51', '2023-04-01 08:30:51', '', 322, 'http://iamv.vn/?p=1792', 0, 'revision', '', 0),
(1793, 1, '2023-04-01 08:30:59', '2023-04-01 08:30:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:59', '2023-04-01 08:30:59', '', 322, 'http://iamv.vn/?p=1793', 0, 'revision', '', 0),
(1794, 1, '2023-04-01 08:30:59', '2023-04-01 08:30:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:59', '2023-04-01 08:30:59', '', 322, 'http://iamv.vn/?p=1794', 0, 'revision', '', 0),
(1795, 1, '2023-04-01 08:30:59', '2023-04-01 08:30:59', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:30:59', '2023-04-01 08:30:59', '', 322, 'http://iamv.vn/?p=1795', 0, 'revision', '', 0),
(1796, 1, '2023-04-01 08:31:08', '2023-04-01 08:31:08', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:08', '2023-04-01 08:31:08', '', 322, 'http://iamv.vn/?p=1796', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1797, 1, '2023-04-01 08:31:08', '2023-04-01 08:31:08', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:08', '2023-04-01 08:31:08', '', 322, 'http://iamv.vn/?p=1797', 0, 'revision', '', 0),
(1798, 1, '2023-04-01 08:31:08', '2023-04-01 08:31:08', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:08', '2023-04-01 08:31:08', '', 322, 'http://iamv.vn/?p=1798', 0, 'revision', '', 0),
(1799, 1, '2023-04-01 08:31:18', '2023-04-01 08:31:18', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:18', '2023-04-01 08:31:18', '', 322, 'http://iamv.vn/?p=1799', 0, 'revision', '', 0),
(1800, 1, '2023-04-01 08:31:18', '2023-04-01 08:31:18', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:18', '2023-04-01 08:31:18', '', 322, 'http://iamv.vn/?p=1800', 0, 'revision', '', 0),
(1801, 1, '2023-04-01 08:31:18', '2023-04-01 08:31:18', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:18', '2023-04-01 08:31:18', '', 322, 'http://iamv.vn/?p=1801', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1802, 1, '2023-04-01 08:31:32', '2023-04-01 08:31:32', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:32', '2023-04-01 08:31:32', '', 322, 'http://iamv.vn/?p=1802', 0, 'revision', '', 0),
(1803, 1, '2023-04-01 08:31:32', '2023-04-01 08:31:32', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:32', '2023-04-01 08:31:32', '', 322, 'http://iamv.vn/?p=1803', 0, 'revision', '', 0),
(1804, 1, '2023-04-01 08:31:32', '2023-04-01 08:31:32', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:31:32', '2023-04-01 08:31:32', '', 322, 'http://iamv.vn/?p=1804', 0, 'revision', '', 0),
(1805, 1, '2023-04-01 08:32:20', '2023-04-01 08:32:20', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:32:20', '2023-04-01 08:32:20', '', 322, 'http://iamv.vn/?p=1805', 0, 'revision', '', 0),
(1806, 1, '2023-04-01 08:32:20', '2023-04-01 08:32:20', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:32:20', '2023-04-01 08:32:20', '', 322, 'http://iamv.vn/?p=1806', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1807, 1, '2023-04-01 08:32:20', '2023-04-01 08:32:20', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:32:20', '2023-04-01 08:32:20', '', 322, 'http://iamv.vn/?p=1807', 0, 'revision', '', 0),
(1808, 1, '2023-04-01 08:34:09', '2023-04-01 08:34:09', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:34:09', '2023-04-01 08:34:09', '', 322, 'http://iamv.vn/?p=1808', 0, 'revision', '', 0),
(1809, 1, '2023-04-01 08:34:09', '2023-04-01 08:34:09', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:34:09', '2023-04-01 08:34:09', '', 322, 'http://iamv.vn/?p=1809', 0, 'revision', '', 0),
(1810, 1, '2023-04-01 08:34:09', '2023-04-01 08:34:09', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:34:09', '2023-04-01 08:34:09', '', 322, 'http://iamv.vn/?p=1810', 0, 'revision', '', 0),
(1811, 1, '2023-04-01 08:34:55', '2023-04-01 08:34:55', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:34:55', '2023-04-01 08:34:55', '', 322, 'http://iamv.vn/?p=1811', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1812, 1, '2023-04-01 08:34:55', '2023-04-01 08:34:55', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Dịch vụ</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:34:55', '2023-04-01 08:34:55', '', 322, 'http://iamv.vn/?p=1812', 0, 'revision', '', 0),
(1813, 1, '2023-04-01 08:34:55', '2023-04-01 08:34:55', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:34:55', '2023-04-01 08:34:55', '', 322, 'http://iamv.vn/?p=1813', 0, 'revision', '', 0),
(1814, 1, '2023-04-01 08:35:13', '2023-04-01 08:35:13', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:35:13', '2023-04-01 08:35:13', '', 322, 'http://iamv.vn/?p=1814', 0, 'revision', '', 0),
(1815, 1, '2023-04-01 08:35:13', '2023-04-01 08:35:13', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:35:13', '2023-04-01 08:35:13', '', 322, 'http://iamv.vn/?p=1815', 0, 'revision', '', 0),
(1816, 1, '2023-04-01 08:35:13', '2023-04-01 08:35:13', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p>\n<p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p>\n<p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p>\n<p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p>\n<p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p>\n<p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p>\n<p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p>\n<p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p>\n<p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p>\n<p>*** TẦM NHÌN :</p>\n<p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p>\n<p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p>\n<p>*** SỨ MỆNH:</p>\n<p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p>\n<p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p>\n<p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p>\n<p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p>\n<p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p>\n<p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p>\n<p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p><br></p><p><br></p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:35:13', '2023-04-01 08:35:13', '', 322, 'http://iamv.vn/?p=1816', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1817, 1, '2023-04-01 08:35:46', '2023-04-01 08:35:46', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p>\n<p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p>\n<p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p>\n<p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p>\n<p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p>\n<p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p>\n<p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p>\n<p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p>\n<p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p>\n<p>*** TẦM NHÌN :</p>\n<p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p>\n<p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p>\n<p>*** SỨ MỆNH:</p>\n<p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p>\n<p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p>\n<p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p>\n<p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p>\n<p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p>\n<p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p>\n<p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p><br></p><p><br></p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:35:46', '2023-04-01 08:35:46', '', 322, 'http://iamv.vn/?p=1817', 0, 'revision', '', 0),
(1818, 1, '2023-04-01 08:35:46', '2023-04-01 08:35:46', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p>\n<p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p>\n<p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p>\n<p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p>\n<p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p>\n<p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p>\n<p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p>\n<p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p>\n<p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p>\n<p>*** TẦM NHÌN :</p>\n<p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p>\n<p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p>\n<p>*** SỨ MỆNH:</p>\n<p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p>\n<p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p>\n<p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p>\n<p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p>\n<p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p>\n<p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p>\n<p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p><br></p><p><br></p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:35:46', '2023-04-01 08:35:46', '', 322, 'http://iamv.vn/?p=1818', 0, 'revision', '', 0),
(1819, 1, '2023-04-01 08:35:46', '2023-04-01 08:35:46', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p> </p><p> </p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:35:46', '2023-04-01 08:35:46', '', 322, 'http://iamv.vn/?p=1819', 0, 'revision', '', 0),
(1820, 1, '2023-04-01 08:36:09', '2023-04-01 08:36:09', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p> </p><p> </p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:36:09', '2023-04-01 08:36:09', '', 322, 'http://iamv.vn/?p=1820', 0, 'revision', '', 0),
(1821, 1, '2023-04-01 08:36:09', '2023-04-01 08:36:09', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p>		\n		<a href=\"#\">\n											Read More\n		</a>\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p> </p><p> </p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:36:09', '2023-04-01 08:36:09', '', 322, 'http://iamv.vn/?p=1821', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1822, 1, '2023-04-01 08:36:09', '2023-04-01 08:36:09', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p>\n<p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p><p><br></p><p><br></p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p><p> </p><p> </p>		\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p> </p><p> </p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:36:09', '2023-04-01 08:36:09', '', 322, 'http://iamv.vn/?p=1822', 0, 'revision', '', 0),
(1823, 1, '2023-04-01 08:36:37', '2023-04-01 08:36:37', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p>\n<p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p><p><br></p><p><br></p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p><p> </p><p> </p>		\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p> </p><p> </p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:36:37', '2023-04-01 08:36:37', '', 322, 'http://iamv.vn/?p=1823', 0, 'revision', '', 0),
(1824, 1, '2023-04-01 08:36:37', '2023-04-01 08:36:37', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p>\n<p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p><p><br></p><p><br></p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p><p> </p><p> </p>		\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p> </p><p> </p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:36:37', '2023-04-01 08:36:37', '', 322, 'http://iamv.vn/?p=1824', 0, 'revision', '', 0),
(1825, 1, '2023-04-01 08:36:37', '2023-04-01 08:36:37', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<h2>Our Mission</h2>		\n		dabia706@gmail.com(+84) 968 86 03 86		\n		<p>Được thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.</p><p>Mục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.</p><p> </p><p> </p>		\n		<p>Những nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.</p><p>Chúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.</p><p> </p><p> </p>		\n		<h2>Về IamV</h2><p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p><p>Địa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh</p><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...</p><p>Giữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…</p><p>Cuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.</p><p>Đầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.</p><p>Với hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.</p><p>Chúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .</p><p>Và để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...</p><p>*** TẦM NHÌN :</p><p>Nông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.</p><p>Đồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.</p><p>*** SỨ MỆNH:</p><p>Chúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.</p><p>Liên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:</p><p>+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.</p><p>+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.</p><p>+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.</p><p>*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”</p><p>Chúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.</p><p> </p><p> </p>		\n		<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2><p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:36:37', '2023-04-01 08:36:37', '', 322, 'http://iamv.vn/?p=1825', 0, 'revision', '', 0),
(1826, 1, '2023-04-01 08:47:24', '2023-04-01 08:47:24', '<style>/*! elementor - v3.12.0 - 29-03-2023 */<br />\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\n<h2>Our Mission</h2>\ndabia706@gmail.com(+84) 968 86 03 86\n\nĐược thành lập với sứ mệnh quảng bá Việt Nam và chuyên sản xuất các sản phẩm độc, lạ, khác biệt với mong muốn sẽ vươn ra tầm cao Thế giới.\n\nMục tiêu lớn nhất của Chúng tôi là hướng đến sự hài lòng của khách hàng bằng chính các sản phẩm và dịch vụ mà công ty cung cấp. Đó là lý do đội ngũ nghiên cứu với thái độ nghiêm túc, đã đặt cả tâm sức cho những sản phẩm trước khi đưa đến tay khách hàng.\n\nNhững nguyên liệu thiên nhiên, nguồn hàng hóa được chắt lọc tỉ mỉ, chi tiết, rõ ràng nguồn gốc đã tạo ra những sản phẩm với công năng vượt trội và an toàn, khác biệt nhằm lấy lòng những khách hàng khó tính nhất.\n\nChúng tôi tự hào là doanh nghiệp Việt Nam với hoài bão lớn đưa thương hiệu của mình ra thế giới.\n<h2>Về IamV</h2>\n<p style=\"text-align: center;\">CÔNG TY CỔ PHÂN ĐẦU TƯ VÀ PHÁT TRIỂN I AM V</p>\nĐịa Chỉ: 9/6A1 Đường số 36, Phường Hiệp Bình Chánh, Quận Thủ Đức, Thành phố Hồ Chí Minh\n\nNgành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc...\n\nGiữa đầu năm 2018, các thành viên trong ban hội đồng đã thành lập công ty TNHH Nông Minh Phát; chuyên kinh doanh buôn bán, xuất nhập khẩu các loại phân bón với 100% Nhập Khẩu từ thị trường Nhật Bản. Hợp đồng thương mại thêm các dòng phân bón hữu cơ từ Châu Âu, Úc, Mỹ…\n\nCuối năm 2018, các thành viên đã đồng ý sáp nhập Nông Minh Phát thành công ty con của Công ty CP ĐT &amp; PT I AM V.\n\nĐầu 2019, I AM V sáp nhập Công ty TNHH TM DV VT 2-9 chuyên ngành vận tải, các dịch vụ vận tải và logistic trong và ngoài nước thành một.\n\nVới hơn 10 năm kinh nghiệm cho thị trường Nhật Bản, Hàn Quốc trên nhiều lĩnh vực: Thức ăn gia súc, phân bón, thực phẩm, mỹ phẩm, thực phẩm chức năng, sản phẩm công nghiệp, nông nghiệp.. Chúng tôi đã và đang từng bước hoàn thiện bản thân và sẽ mang những nội lực hiện có của Việt Nam vươn tầm thế giới.\n\nChúng tôi sẽ mang những sản phẩm chất lượng cao, những ứng dụng công nghệ hiện đại của các nước phát triển như Nhật Bản, Hàn Quốc, Các nước Châu Âu hòa nhập vào Việt Nam, từ đó có thể nâng cao chất lượng lao động, sản phẩm lẫn dịch vụ trong nước .\n\nVà để thực hiện sứ mệnh , Công ty I Am V và Nông Minh Phát đã được thành lập và bước đầu hoạt động trong lĩnh vực xuất nhập khẩu và kinh doanh các sản phẩm ORGANIC cho cây trồng và thức ăn cho gia súc chất lượng cao cho cả thị trường trong nước và ngoài nước. Bên cạnh đó, chúng tôi đang đẩy mạnh các loại thực phẩm chế biến sấy khô bằng công nghệ năng lượng sạch đi cùng đó là các sản phẩm mang xu hướng thân thiện với môi trường (Các sản phẩm chén dĩa từ MO CAU)...\n\n*** TẦM NHÌN :\n\nNông nghiệp vốn được coi là ngành kinh tế truyền thống tại Việt Nam và đang có xu hướng được đầu tư phát triển mạnh. Đứng trước nhu cầu này Chúng tôi không ngừng phát triển để trở thành một trong những doanh nghiệp hàng đầu đáp ứng các sản phẩm phân bón chất lượng cao – thân thiện với môi trường. Góp phần cải thiện đầu ra nông sản Việt Nam, đưa nông sản Việt Nam vươn ra tầm Thế giới.\n\nĐồng thời, sẽ hướng đến cung cấp các nông sản và các phế phẩm nông sản được sản xuất theo quy trình sạch trong nước ra các nước Nhật Bản, Hàn Quốc, Trung Đông, Châu Âu… Nhằm góp phần khẳng định chất lượng nông nghiệp Việt Nam ra toàn thế giới.\n\n*** SỨ MỆNH:\n\nChúng tôi luôn phấn đấu trở thành doanh nghiệp uy tín, chuyên cung cấp những sản phẩm đạt “Chất lượng cao, hiệu quả cao, an toàn cao, năng suất cao và thân thiện với môi trường ”.\n\nLiên tục cập nhật, chọn lọc và ứng dụng các tiến bộ kỹ thuật mới từ các nước phát triển phù hợp với nông nghiệp Việt Nam cùng đó là cung cấp các sản phẩm ngoại nhập có giá thành hợp lý, chất lượng ổn định giúp nâng cao hiệu quả sử dụng:\n\n+ Luôn luôn theo sát khách hàng, nông dân 24/7 để có thể hướng dẫn các kỹ thuật, đặc tính và cách sử dụng các dòng sản phẩm công ty cung cấp để mang lại hiệu quả tối đa cho bà con.\n\n+ Tối đa hóa lợi nhuận cho các cổ đông thông qua kinh doanh cốt lõi và đa dạng hóa.\n\n+ Cung cấp một môi trường năng động, nhiệt huyết, và đầy cơ hội cho nhân viên của chúng tôi.\n\n*** GIÁ TRỊ CỐT LÕI: “ Tôi là người Việt”, “ Tôi là nông dân Việt”, “ Mang người Việt sánh ngang tầm Thế giới”\n\nChúng tôi là người Việt Nam, mong muốn nâng cao nền nông nghiệp của đất nước bằng con người Việt, sự thông minh của người Việt, ý chí , cần cù, sáng tạo cùng với đó là sự quyết tâm cao độ của con người Việt Nam.\n<h2 style=\"text-align: center;\">Cam kết sản phẩm</h2>\n<p style=\"text-align: center;\">Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>\n\n<style>/*! elementor - v3.12.0 - 29-03-2023 */<br />\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\"></a></figure>\n<h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4>\nNguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quốc...\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\"></a></figure>\n<h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4>\nCác sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\"></a></figure>\n<h4><a href=\"#\">Chất lượng &amp; Tin cậy</a></h4>\nĐảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.\n<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\"></a></figure>\n<h4><a href=\"#\">Đồng hành cùng nông dân</a></h4>\nHỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.', 'About', '\n						', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2023-04-01 08:47:24', '2023-04-01 08:47:24', '', 322, 'http://iamv.vn/?p=1826', 0, 'revision', '', 0),
(1827, 1, '2023-04-01 09:07:53', '2023-04-01 09:07:53', '<!-- wp:paragraph -->\n<p>- Ngày 13/11/2018,&nbsp;Ông KAZUZA MURAKAMI sang thăm Việt Nam,&nbsp;để&nbsp;đánh giá chất lượng Phân bón Nhật Bản cho cây trồng tại Việt Nam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nơi&nbsp;đầu tiên&nbsp;ông tham quan chính là Chợ Gạo, Tỉnh Tiền Giang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/496a3e1203abe1f5b8ba.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/c7eec188fc311e6f4720.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/c91824e01b59f907a048.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/f7d6862ab9935bcd0282.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Ông Murakami&nbsp;đang kiểm tra một vườn Thanh Long tại Tiền Giang</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 14/11/2018,&nbsp;Ông di chuyển về&nbsp;Đồng Nai thăm vườn cây có múi của một hộ nông dân&nbsp;ở Vĩnh Cửu,&nbsp;Đồng Nai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/6070d516e8af0af153be.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/ef963cd8e56607385e77.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/833b9e5346eda4b3fdfc.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/4a78c50d1db3ffeda6a2.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Vườn n</em><em>ày&nbsp;</em><em>đang trồng Cam, Quýt, Bưởi.&nbsp;</em><em>Ông&nbsp;đang kiểm tra kỹ càng.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 15/11/2018, Mr.Murakami di chuyển về Tây Ninh. Nơi là&nbsp;được trồng nhiều nhất về cây Mãng cầu ta (Quả na).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/7283be6f66d1848fddc0.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/8415a6b37e0d9c53c51c.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Ông tham quan các trang trại và Kho của công ty sản xuất Mãng Cầu sạch&nbsp;đầu tiên tại Tây Ninh</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 16/11/2018,&nbsp;Ông&nbsp;đã di chuyển bằng máy bay về TP. Đà Lạt, thành phố mà&nbsp;ông&nbsp;đã&nbsp;đặt&nbsp;đến Việt Nam lần thứ 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/7d3e5ecd6174832ada65.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/0e3a3fc4007de223bb6c.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/e0713507ecb90ee757a8.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"../../../../admin.iamv.vn/IMVNUploads/FCK/image/54962ff11248f016a959.jpg\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Thăm các mô hình của hoa, rau, phúc bồng tử hữu cơ...</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 17/11/2018, kết thúc chuyến tham quan của&nbsp;ông Murakami cho thị trường Phân Bón Việt Nam.</p>\n<!-- /wp:paragraph -->', 'Nhà cung cấp Phân bón hữu cơ Nhật Bản sang thăm thị trường nông nghiệp Việt Nam', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2023-04-01 09:07:53', '2023-04-01 09:07:53', '', 1, 'http://iamv.vn/?p=1827', 0, 'revision', '', 0),
(1828, 1, '2023-04-01 09:19:50', '2023-04-01 09:19:50', '', 'Trien lam', '', 'inherit', 'open', 'closed', '', 'trien-lam', '', '', '2023-04-01 09:19:50', '2023-04-01 09:19:50', '', 247, 'http://iamv.vn/wp-content/uploads/2019/01/Trien-lam.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1829, 1, '2023-04-01 09:20:02', '2023-04-01 09:20:02', '<!-- wp:paragraph -->\n<p>Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis. Sed mollis nulla felis, commodo congue nisi aliquam sit amet. Nam odio mauris, <em>vehicula sit amet</em> nunc sed, malesuada rhoncus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lacus risus, rutrum in dui in, consequat venenatis quam.</p>\n<!-- /wp:paragraph -->\n\n<p><img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\"><br>\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\">											</p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p></blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>', 'Ngày triển lãm chuối sấy dẻo', '\n						', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-04-01 09:20:02', '2023-04-01 09:20:02', '', 247, 'http://iamv.vn/?p=1829', 0, 'revision', '', 0),
(1830, 1, '2023-04-01 09:22:04', '2023-04-01 09:22:04', '<!-- wp:paragraph -->\n<p>Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis. Sed mollis nulla felis, commodo congue nisi aliquam sit amet. Nam odio mauris, <em>vehicula sit amet</em> nunc sed, malesuada rhoncus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lacus risus, rutrum in dui in, consequat venenatis quam.</p>\n<!-- /wp:paragraph -->\n\n<p><img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\"><br>\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\">											</p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p></blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>', 'Ngày triển lãm chuối sấy dẻo', '\n						', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-04-01 09:22:04', '2023-04-01 09:22:04', '', 247, 'http://iamv.vn/?p=1830', 0, 'revision', '', 0),
(1831, 1, '2023-04-01 09:22:04', '2023-04-01 09:22:04', '<!-- wp:paragraph -->\n<p>Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis. Sed mollis nulla felis, commodo congue nisi aliquam sit amet. Nam odio mauris, <em>vehicula sit amet</em> nunc sed, malesuada rhoncus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lacus risus, rutrum in dui in, consequat venenatis quam.</p>\n<!-- /wp:paragraph -->\n\n<p><img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\"><br>\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\">											</p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p></blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>', 'Ngày triển lãm chuối sấy dẻo', '\n						', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-04-01 09:22:04', '2023-04-01 09:22:04', '', 247, 'http://iamv.vn/?p=1831', 0, 'revision', '', 0),
(1832, 1, '2023-04-01 09:22:04', '2023-04-01 09:22:04', '<p>Những ngày này, Công ty CP DT và PT I AM V luôn chào đón khách tới tham quan tại gian hàng, tại đây khách lúc nào cũng đông vui và được mời ăn thử CHUỐI SẤY DẺO XUẤT KHẨU tại gian hàng. Ngoài chuối sấy dẻo vị truyền thống thơm ngon mới lạ, khách còn thưởng thức thêm các vỵ khác như: Chuối sấy dẻo vị Phomai, vị Tắc, Quế, Gừng, Dừa nạo và Socola.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1032\" height=\"774\" src=\"http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi.jpg 1032w, http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi-300x225.jpg 300w, http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi-1024x768.jpg 1024w, http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi-768x576.jpg 768w, http://iamv.vn/wp-content/uploads/2019/02/20191230121701_Anh-trien-lam-quay-chuoi-480x360.jpg 480w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" title=\"_20191230121701_Anh trien lam quay chuoi\" />', 'Ngày triển lãm chuối sấy dẻo', '\n						', 'inherit', 'closed', 'closed', '', '247-revision-v1', '', '', '2023-04-01 09:22:04', '2023-04-01 09:22:04', '', 247, 'http://iamv.vn/?p=1832', 0, 'revision', '', 0),
(1833, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\"color: #b2b74a\">established that</em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.</p>\n<!-- /wp:paragraph -->\n\n<p><img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\"><br>\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\">											</p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p>\n</blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'The amount of freak bread or other  fruits', '\n						', 'inherit', 'closed', 'closed', '', '765-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 765, 'http://iamv.vn/?p=1833', 0, 'revision', '', 0),
(1834, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>Phasellus lobortis ut eros ut efficitur. Cras dapibus, quam at vulputate molestie, ante ipsum condimentum quam, id <em>bibendum libero</em> sapien ullamcorper elit. Praesent posuere venenatis ante, in lobortis risus euismod lobortis. Fusce nec ipsum libero. Curabitur efficitur fermentum tellus pulvinar mattis. Praesent eu dolor libero. Mauris vulputate rutrum erat vitae ullamcorper.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post With Video', '\n						', 'inherit', 'closed', 'closed', '', '503-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 503, 'http://iamv.vn/?p=1834', 0, 'revision', '', 0),
(1835, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<p></p>\n\n<!-- wp:paragraph -->\n</p><p>Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed <em>aliquet risus</em> a tortor. Integer id quam. Morbi mi. Quisque nisl felis, venenatis tristique, dignissim in, ultrices sit amet, augue sodales.</p><p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>			#gallery-1 {<br>\n				margin: auto;<br>\n			}<br>\n			#gallery-1 .gallery-item {<br>\n				float: left;<br>\n				margin-top: 10px;<br>\n				text-align: center;<br>\n				width: 50%;<br>\n			}<br>\n			#gallery-1 img {<br>\n				border: 2px solid #cfcfcf;<br>\n			}<br>\n			#gallery-1 .gallery-caption {<br>\n				margin-left: 0;<br>\n			}<br>\n			/* see gallery_shortcode() in wp-includes/media.php */</p>\n<p></p>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"67892756\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"67892756\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<p><br style=\"clear: both\"></p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p>\n</blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Vestibulum nisi lectus', '\n						', 'inherit', 'closed', 'closed', '', '1491-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 1491, 'http://iamv.vn/?p=1835', 0, 'revision', '', 0),
(1836, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<p></p>\n\n<!-- wp:paragraph -->\n</p><p>Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam. </p><p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\"color: #b2b74a\">established that</em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.</p><p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>			#gallery-1 {<br>\n				margin: auto;<br>\n			}<br>\n			#gallery-1 .gallery-item {<br>\n				float: left;<br>\n				margin-top: 10px;<br>\n				text-align: center;<br>\n				width: 50%;<br>\n			}<br>\n			#gallery-1 img {<br>\n				border: 2px solid #cfcfcf;<br>\n			}<br>\n			#gallery-1 .gallery-caption {<br>\n				margin-left: 0;<br>\n			}<br>\n			/* see gallery_shortcode() in wp-includes/media.php */</p>\n<p></p>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3294aca8\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3294aca8\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<p><br style=\"clear: both\"></p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p>\n</blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Integer id quam', '\n						', 'inherit', 'closed', 'closed', '', '1516-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 1516, 'http://iamv.vn/?p=1836', 0, 'revision', '', 0),
(1837, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<p></p>\n\n<!-- wp:paragraph -->\n</p><p>Velit scaevola persecuti nam ea. Saperet maiorum petentium sea in. An albucius convenire sapientem sed. Simul dolorem usu id, his aliquip scaevola complectitur eu, viderer consequuntur per no. Tempor euismod.</p><p>It is based on grain farming. About half of the world\'s land is occupied by cereals. Grain along with potatoes is one of the most important food resources of mankind. It is a widespread product in the industry - flour, cereals, spirit, feed. Wheat, rice, corn. NN Vavilov <em style=\"color: #b2b74a\">established that</em> the origin of wheat is in Asia and the Mediterranean. From here it spread throughout the world.</p><p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>			#gallery-1 {<br>\n				margin: auto;<br>\n			}<br>\n			#gallery-1 .gallery-item {<br>\n				float: left;<br>\n				margin-top: 10px;<br>\n				text-align: center;<br>\n				width: 50%;<br>\n			}<br>\n			#gallery-1 img {<br>\n				border: 2px solid #cfcfcf;<br>\n			}<br>\n			#gallery-1 .gallery-caption {<br>\n				margin-left: 0;<br>\n			}<br>\n			/* see gallery_shortcode() in wp-includes/media.php */</p>\n<p></p>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"15996db7\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<dl class=\"gallery-item\">\n			<dt class=\"gallery-icon portrait\">\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"15996db7\" href=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\"><img width=\"940\" height=\"971\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12-991x1024.jpg\" alt=\"\" title=\"corn\"></a>\n			</dt>\n</dl>\n<p><br style=\"clear: both\"></p>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>\n<blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<p><cite>Steve Jobs</cite>\n</p>\n</blockquote>\n<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Class aptent taciti', '\n						', 'inherit', 'closed', 'closed', '', '1519-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 1519, 'http://iamv.vn/?p=1837', 0, 'revision', '', 0),
(1838, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>Proin gravida pellentesque erat nec maximus. Ut eu mauris lorem. Aliquam quis rutrum est. Donec mollis, tortor sed interdum pulvinar, quam est scelerisque leo, ac elementum <em>ex nulla quis</em> lectus. Duis accumsan tortor eget dolor efficitur vestibulum. Nullam ut congue lorem. Vestibulum efficitur arcu felis, vel imperdiet enim cursus at interdum tristique nunc.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post With Quote', '\n						', 'inherit', 'closed', 'closed', '', '510-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 510, 'http://iamv.vn/?p=1838', 0, 'revision', '', 0),
(1839, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>Vestibulum dictum, purus et euismod pharetra, mi purus rutrum massa, sed consectetur ipsum ipsum in nisl. Nullam eget ante sit amet urna vulputate egestas. Donec congue <em>egestas nisl varius</em> bibendum. In ut venenatis sem. Nunc orci massa, aliquet id vestibulum vel, tristique sit amet est. Aenean a justo mollis, dictum nisl a, consectetur mi.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Audio Title Goes Here', '\n						', 'inherit', 'closed', 'closed', '', '513-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 513, 'http://iamv.vn/?p=1839', 0, 'revision', '', 0),
(1840, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>Etiam tempor elit lectus, eu maximus leo auctor in. Duis fermentum velit nec <em>tortor ultrices</em> vestibulum. Etiam eu consectetur orci. Suspendisse condimentum eu dolor vitae porta. Quisque aliquet velit vestibulum nisi tristique faucibus. In hac habitasse platea dictumst. Duis suscipit consequat nisi, eget rutrum elit blandit in.  Donec varius sapien tellus, eu interdum ante posuere eu.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post With Slideshow', '\n						', 'inherit', 'closed', 'closed', '', '516-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 516, 'http://iamv.vn/?p=1840', 0, 'revision', '', 0),
(1841, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>Maecenas interdum neque erat, ac mollis ante feugiat a. Donec elementum faucibus aliquam. In hac habitasse platea dictumst. Duis eget urna vel tortor <em>tristique accumsan</em> et eget mi. Vivamus vestibulum sollicitudin nulla non tincidunt. Nulla pharetra feugiat ligula, nec viverra quam auctor nec. Nullam non eleifend turpis. Cras vitae metus libero.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post With Link', '\n						', 'inherit', 'closed', 'closed', '', '519-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 519, 'http://iamv.vn/?p=1841', 0, 'revision', '', 0),
(1842, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>Nullam augue mi, feugiat sit amet accumsan euismod, ullamcorper sed mi. In ut pretium ipsum. Cras vitae metus libero. Sed gravida, sapien nec tincidunt tempor, <em>ipsum diam semper</em> felis, eu bibendum neque nulla sit amet tellus. Maecenas interdum neque erat, ac mollis ante feugiat a. </p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Post Without Image', '\n						', 'inherit', 'closed', 'closed', '', '488-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 488, 'http://iamv.vn/?p=1842', 0, 'revision', '', 0),
(1843, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus velit, nec gravida orci aliquam id. Morbi <em>ultricies tincidunt</em> dui. Quisque convallis sem tristique, aliquam justo sed, viverra sem. Phasellus et viverra elit. Suspendisse cursus nec mi in elementum. Donec leo mauris, eleifend nec lacus non, tristique porttitor dolor. Mauris et elementum dui, vitae ullamcorper est. Cras sit amet sodales est. Ut sollicitudin lobortis convallis.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', '15 Best vegetables for your healthy  hair', '\n						', 'inherit', 'closed', 'closed', '', '761-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 761, 'http://iamv.vn/?p=1843', 0, 'revision', '', 0),
(1844, 1, '2023-04-01 09:22:22', '2023-04-01 09:22:22', '\n				<!-- wp:paragraph -->\n<p>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla, sem lacus <em>blandit turpis,</em> a lobortis lacus nulla ut elit. Vestibulum eu dolor varius, condimentum ipsum sed, accumsan mi.</p>\n<!-- /wp:paragraph -->		\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-11.jpg\" alt=\"\" title=\"corn\" />											\n										<img width=\"1200\" height=\"1240\" src=\"https://livewp.site/wp/md/agrosector/wp-content/uploads/sites/55/2019/01/image-12.jpg\" alt=\"\" title=\"corn\" />											\n		<p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p><blockquote>\n<p>Lorem ipsum dolor sit amet, ius eligendi consetetur eloquentiam. Qui te diam quando, cu quas instructior est.</p>\n<cite>Steve Jobs</cite>\n</blockquote><p>It is distributed almost everywhere. The geography of animal husbandry is primarily determined by the place ment of livestock. Cattle. This branch of animal husba ndry is developed in most countries of the world, mainly in the forest, forest-steppe zones of the temperate zone. The largest cattle breeding area in the world is the Argentine pampa. In some parts of the United States, Canada, Australia, large-scale “meat factories” have emerged.</p>		', 'Consumption of higly nutritious food', '\n						', 'inherit', 'closed', 'closed', '', '749-revision-v1', '', '', '2023-04-01 09:22:22', '2023-04-01 09:22:22', '', 749, 'http://iamv.vn/?p=1844', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1845, 1, '2023-04-01 09:24:42', '2023-04-01 09:24:42', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"508\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png 508w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-480x694.png 480w\" sizes=\"(max-width: 508px) 100vw, 508px\" title=\"team_img_02\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 09:24:42', '2023-04-01 09:24:42', '', 1558, 'http://iamv.vn/?p=1845', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1846, 1, '2023-04-01 09:24:42', '2023-04-01 09:24:42', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"508\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png 508w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-480x694.png 480w\" sizes=\"(max-width: 508px) 100vw, 508px\" title=\"team_img_02\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-25-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">The amount of freak bread or other  fruits</a></h2>It is based on grain farming. About half of the world&#8217;s land is occupied by cereals. Grain along with potatoes is...<a href=\"http://iamv.vn/2019/01/30/the-amount-of-freak-bread-or-other-fruits-plants/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-24-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">15 Best vegetables for your healthy  hair</a></h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras hendrerit tristique tortor at sodales. Donec lacinia luctus...<a href=\"http://iamv.vn/2019/01/29/15-best-vegetables-for-your-healthy-hair-skin/\">Read More</a>\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/image-23-1170x695.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Consumption of higly nutritious food</a></h2>Praesent sapien ante, consequat quis urna consectetur, varius pulvinar nibh. Aenean aliquam, ante vitae varius fringilla,...<a href=\"http://iamv.vn/2019/01/29/consumption-of-higly-nutritious-food-products/\">Read More</a>', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 09:24:42', '2023-04-01 09:24:42', '', 1558, 'http://iamv.vn/?p=1846', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1847, 1, '2023-04-01 09:24:42', '2023-04-01 09:24:42', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"508\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png 508w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-480x694.png 480w\" sizes=\"(max-width: 508px) 100vw, 508px\" title=\"team_img_02\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <h2><a href=\"http://iamv.vn/nha-cung-cap-phan-bon-huu-co-nhat-ban-sang-tham-thi-truong-nong-nghiep-viet-nam/\">Nhà cung cấp Phân bón hữu cơ Nhật Bản sang thăm thị trường nông nghiệp Việt Nam</a></h2>\n&#8211; Ngày 13/11/2018,&nbsp;Ông KAZUZA MURAKAMI sang thăm Việt Nam,&nbsp;để&nbsp;đánh giá chất lượng Phân bón Nhật Bản...\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/Trien-lam-scaled-933x700.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/post-with-image/\">Ngày triển lãm chuối sấy dẻo</a></h2>Những ngày này, Công ty CP DT và PT I AM V luôn chào đón khách tới tham quan tại gian hàng, tại đây khách lúc nào cũng...', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 09:24:42', '2023-04-01 09:24:42', '', 1558, 'http://iamv.vn/?p=1847', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1848, 1, '2023-04-01 09:24:51', '2023-04-01 09:24:51', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"508\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png 508w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-480x694.png 480w\" sizes=\"(max-width: 508px) 100vw, 508px\" title=\"team_img_02\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <h2><a href=\"http://iamv.vn/nha-cung-cap-phan-bon-huu-co-nhat-ban-sang-tham-thi-truong-nong-nghiep-viet-nam/\">Nhà cung cấp Phân bón hữu cơ Nhật Bản sang thăm thị trường nông nghiệp Việt Nam</a></h2>\n&#8211; Ngày 13/11/2018,&nbsp;Ông KAZUZA MURAKAMI sang thăm Việt Nam,&nbsp;để&nbsp;đánh giá chất lượng Phân bón Nhật Bản...\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/Trien-lam-scaled-933x700.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/post-with-image/\">Ngày triển lãm chuối sấy dẻo</a></h2>Những ngày này, Công ty CP DT và PT I AM V luôn chào đón khách tới tham quan tại gian hàng, tại đây khách lúc nào cũng...', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 09:24:51', '2023-04-01 09:24:51', '', 1558, 'http://iamv.vn/?p=1848', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1849, 1, '2023-04-01 09:24:51', '2023-04-01 09:24:51', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"508\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png 508w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-480x694.png 480w\" sizes=\"(max-width: 508px) 100vw, 508px\" title=\"team_img_02\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <h2><a href=\"http://iamv.vn/nha-cung-cap-phan-bon-huu-co-nhat-ban-sang-tham-thi-truong-nong-nghiep-viet-nam/\">Nhà cung cấp Phân bón hữu cơ Nhật Bản sang thăm thị trường nông nghiệp Việt Nam</a></h2>\n&#8211; Ngày 13/11/2018,&nbsp;Ông KAZUZA MURAKAMI sang thăm Việt Nam,&nbsp;để&nbsp;đánh giá chất lượng Phân bón Nhật Bản...\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/Trien-lam-scaled-933x700.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/post-with-image/\">Ngày triển lãm chuối sấy dẻo</a></h2>Những ngày này, Công ty CP DT và PT I AM V luôn chào đón khách tới tham quan tại gian hàng, tại đây khách lúc nào cũng...', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 09:24:51', '2023-04-01 09:24:51', '', 1558, 'http://iamv.vn/?p=1849', 0, 'revision', '', 0);
INSERT INTO `zs_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1850, 1, '2023-04-01 09:24:52', '2023-04-01 09:24:52', '<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"20\" src=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/shape-top.png 1920w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-300x3.png 300w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1024x11.png 1024w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-768x8.png 768w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1536x16.png 1536w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-480x5.png 480w, http://iamv.vn/wp-content/uploads/2019/01/shape-top-1200x13.png 1200w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" title=\"shape-top\" />															\n			<!-- START Home REVOLUTION SLIDER 6.3.3 --><p></p>\n			<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-alias=\"home_01\" data-source=\"gallery\" style=\"background:linear-gradient(60deg, rgba(109,121,39,1) 0%, rgba(146,189,172,1) 47%, rgba(119,132,123,1) 100%);padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n				<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.3.3\">\n					<rs-slides>\n						<rs-slide data-key=\"rs-1\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;r:0;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_01\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_01.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:286px,-258px,-208px,-208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:801px,258px,208px,208px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Grow naturally, Live natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"o:1;tp:600;\"\n								data-frame_0_chars=\"d:10;x:-105%;o:0;rX:0deg;rY:0deg;rZ:-90deg;\"\n								data-frame_1=\"tp:600;e:power4.inOut;sp:2000;sR:10;\"\n								data-frame_1_chars=\"d:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2390;\"\n								style=\"z-index:10;font-family:BenchNine;\"\n							>FARMING \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-66px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,73px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-vbility=\"f,t,t,t\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-1-layer-9\" \n								class=\"test444\"\n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;.test444{\n  line-height:0;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-2\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_02\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_02.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:252px,-290px,-230px,-230px;yo:212px,62px,61px,61px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:833px,290px,230px,230px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>High quality, Excellent cooperation \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"y:bottom;sX:0.4;sY:0.4;o:1;rX:-20deg;rY:-20deg;tp:600;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Agriculture \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-2-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n						<rs-slide data-key=\"rs-3\" data-title=\"Slide\" data-thumb=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03-280x145.jpg\" data-anim=\"ei:d;eo:d;s:600;t:fade;sl:d;\">\n							<img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" title=\"home_bg_03\" width=\"1920\" height=\"813\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/home_bg_03.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-8\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:5;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"20\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-top.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-9\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;y:b;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'100%\',\'100%\',\'100%\',\'100%\'];\"\n								data-basealign=\"slide\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:6;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"1920\" height=\"10\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape-bottom.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-1\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:340px,-203px,-171px,-171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:7;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-2\" \n								data-type=\"image\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:l,c,c,c;xo:746px,203px,171px,171px;yo:212px,62px,62px,62px;\"\n								data-text=\"l:22;a:inherit;\"\n								data-dim=\"w:[\'154px\',\'154px\',\'154px\',\'154px\'];h:[\'18px\',\'18px\',\'18px\',\'18px\'];\"\n								data-vbility=\"t,t,t,f\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:8;\"\n							><img src=\"//iamv.vn/wp-content/plugins/revslider/public/assets/assets/dummy.png\" width=\"308\" height=\"36\" data-lazyload=\"//iamv.vn/wp-content/uploads/2019/01/shape.png\" data-no-retina> \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-3\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:209px,59px,59px,59px;\"\n								data-text=\"s:30,30,20,20;l:30;fw:700;a:inherit;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;sR:10;\"\n								data-frame_999=\"o:0;tp:600;st:w;sR:4690;\"\n								style=\"z-index:9;font-family:BenchNine;text-transform:uppercase;\"\n							>Organic & Natural \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-4\" \n								data-type=\"text\"\n								data-rsp_ch=\"on\"\n								data-xy=\"x:c;yo:247px,130px,110px,150px;\"\n								data-text=\"s:298,228,170,120;l:298,228,200,120;ls:-7px;fw:700;a:inherit;\"\n								data-frame_0=\"x:175%;o:1;tp:600;\"\n								data-frame_0_mask=\"u:t;x:-100%;\"\n								data-frame_1=\"tp:600;e:power2.out;sp:2000;sR:10;\"\n								data-frame_1_mask=\"u:t;\"\n								data-frame_999=\"x:50px;o:0;tp:600;st:w;sp:1000;sR:2990;\"\n								style=\"z-index:10;font-family:BenchNine;text-transform:uppercase;\"\n							>Products \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-6\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-color=\"#5d564f\"\n								data-xy=\"x:c;xo:-68px,-68px,-93px,-77px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;e:power2.inOut;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#fff;bgc:#b2b74a;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:11;background-color:#ffffff;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Who We Are \n							</rs-layer><!--\n							--><rs-layer\n								id=\"slider-1-slide-3-layer-7\" \n								class=\"rev-btn\"\n								data-type=\"button\"\n								data-xy=\"x:c;xo:72px,72px,98px,75px;y:m,m,m,b;yo:175px,90px,60px,50px;\"\n								data-text=\"s:16;l:18;ls:0px,0,0,0;fw:700;a:inherit;\"\n								data-rsp_o=\"off\"\n								data-rsp_bd=\"off\"\n								data-padding=\"t:16;r:30;b:16;l:30;\"\n								data-frame_0=\"tp:600;\"\n								data-frame_1=\"tp:600;st:900;sp:700;sR:900;\"\n								data-frame_999=\"o:0;tp:600;st:w;sp:700;sR:3400;\"\n								data-frame_hover=\"c:#5d564f;bgc:#fff;boc:#000;bor:0px,0px,0px,0px;bos:solid;oX:50;oY:50;\"\n								style=\"z-index:12;background-color:#b2b74a;font-family:BenchNine;text-transform:uppercase;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n							>Get in Touch\n							</rs-layer><!--\n-->						</rs-slide>\n					</rs-slides>\n				</rs-module>\n				<style type=\"text/css\">	#rev_slider_1_1_wrapper rs-loader.spinner3 div { background-color: #FFFFFF !important; } </style>				<style type=\"text/css\">#rev_slider_1_1_wrapper .hesperiden .tp-thumb{opacity:1; -webkit-perspective:600px; perspective:600px}#rev_slider_1_1_wrapper .hesperiden .tp-thumb .tp-thumb-title{font-size:12px;  position:absolute;  margin-top:-10px;  color:#ffffff;  display:block;  z-index:1000;  background-color:rgba(0,0,0,0.85);  padding:5px 10px;   bottom:0px;  left:0px;  width:100%; box-sizing:border-box;  text-align:center;  overflow:hidden;  white-space:nowrap;  transition:all 0.3s;  -webkit-transition:all 0.3s;  transform:rotatex(90deg) translatez(0.001px);  transform-origin:50% 100%;  -webkit-transform:rotatex(90deg) translatez(0.001px);  -webkit-transform-origin:50% 100%;  opacity:0}#rev_slider_1_1_wrapper .hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);  -webkit-transform:rotatex(0deg);  opacity:1}</style>				<style type=\"text/css\"></style>			</rs-module-wrap>\n			<!-- END REVOLUTION SLIDER -->\n															<img width=\"508\" height=\"735\" src=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png\" alt=\"\" loading=\"lazy\" srcset=\"http://iamv.vn/wp-content/uploads/2019/01/team_img_02.png 508w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-207x300.png 207w, http://iamv.vn/wp-content/uploads/2019/01/team_img_02-480x694.png 480w\" sizes=\"(max-width: 508px) 100vw, 508px\" title=\"team_img_02\" />															\n		<h2>IamV - Tôi là Việt Nam</h2><p>Chúng tôi luôn đảm bảo cam kết cho Khách hàng của mình về chất lượng sản phẩm và dịch vụ.</p>		\n			<style>/*! elementor - v3.12.0 - 29-03-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><a href=\"#\"><img width=\"84\" height=\"94\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_01.png\" alt=\"\" loading=\"lazy\" title=\"icon_01\" /></a></figure><h4><a href=\"#\">Nguyên liệu ngoại nhập</a></h4><p>Nguyên liệu nhập khẩu trực tiếp từ các nước phát triển như Nhật Bản, Hàn Quố...</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_02.png\" alt=\"\" loading=\"lazy\" title=\"icon_02\" /></a></figure><h4><a href=\"#\">Chất lượng & Tin cậy</a></h4><p>Đảm bảo chất lượng tốt nhất khi cung cấp cho người nông dân Việt.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_03.png\" alt=\"\" loading=\"lazy\" title=\"icon_03\" /></a></figure><h4><a href=\"#\">Nguồn gốc xuất xứ rõ ràng</a></h4><p>Các sản phẩm thân thiện với môi trường, đáp ứng các tiêu chuẩn trong nước và quốc tế.</p>		\n			<figure><a href=\"#\"><img width=\"84\" height=\"84\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_04.png\" alt=\"\" loading=\"lazy\" title=\"icon_04\" /></a></figure><h4><a href=\"#\">Đồng hành cùng nông dân</a></h4><p>Hỗ trợ tư vấn sử dụng và quy trình chăm sóc cho bà con nông dân.</p>		\n		<h2>Dịch vụ chính IamV</h2><p>Ngành nghề: Đầu tư dự án nông nghiệp. Sản xuất các mặt hàng trái cây sấy dẻo, các sản phẩm thân thiện với môi trường. Sản xuất, xuất khẩu thức ăn gia súc.</p>		\n		<a href=\"#\">\n											XEM THÊM\n		</a>\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_05.png\" alt=\"\" loading=\"lazy\" title=\"icon_05\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng bột</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_06.png\" alt=\"\" loading=\"lazy\" title=\"icon_06\" /></a></figure><h4><a href=\"#\">Phân hữu cơ nhập khẩu dạng viên</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_07.png\" alt=\"\" loading=\"lazy\" title=\"icon_07\" /></a></figure><h4><a href=\"#\">Thức ăn thô xanh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_08.png\" alt=\"\" loading=\"lazy\" title=\"icon_08\" /></a></figure><h4><a href=\"#\">Xuất nhập khẩu thức ăn tinh</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_09.png\" alt=\"\" loading=\"lazy\" title=\"icon_09\" /></a></figure><h4><a href=\"#\">Vận tải Container</a></h4>		\n			<figure><a href=\"#\"><img width=\"96\" height=\"96\" src=\"http://iamv.vn/wp-content/uploads/2019/01/icon_10.png\" alt=\"\" loading=\"lazy\" title=\"icon_10\" /></a></figure><h4><a href=\"#\">Sản phẩm thân thiện môi trường</a></h4>		\n			<a href=\"http://iamv.vn/project/chuoi-say-deo-bang-nang-luong-sach/\" title=\"Chuối sấy Dẻo Bằng Năng lượng sạch\"><img data-src=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2023/04/20191230131518_nha-kinh-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20191230131518_nha kinh\" alt=\"\" /><h4>Chuối sấy Dẻo Bằng Năng lượng sạch</h4></a><a href=\"http://iamv.vn/project/chen-to-mo-cau/\" title=\"Chén, Tô Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708134924_Untitled-4-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708134924_Untitled-4\" alt=\"\" /><h4>Chén, Tô Mo cau</h4></a><a href=\"http://iamv.vn/project/khay-mo-cau/\" title=\"Khay mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135421_Untitled-5-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135421_Untitled-5\" alt=\"\" /><h4>Khay mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-bot/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Bột\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-1200x1200.jpg 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-670x670.jpg 670w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-640x640.jpg 640w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-540x540.jpg 540w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-400x400.jpg 400w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-496x496.jpg 496w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-384x384.jpg 384w, http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-600x600.jpg 600w,http://iamv.vn/wp-content/uploads/2019/02/20200516144052_bb365c4bfe4a07145e5b-420x420.jpg 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200516144052_bb365c4bfe4a07145e5b\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Bột</h4></a><a href=\"http://iamv.vn/project/cac-san-pham-khac-tu-mo-cau/\" title=\"Các sản phẩm khác từ Mo cau\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708135807_Untitled-6-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708135807_Untitled-6\" alt=\"\" /><h4>Các sản phẩm khác từ Mo cau</h4></a><a href=\"http://iamv.vn/project/phan-huu-co-nhap-khau-dang-vien/\" title=\"Phân Hữu Cơ Nhập Khẩu Dạng Viên\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140045_Untitled-8-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140045_Untitled-8\" alt=\"\" /><h4>Phân Hữu Cơ Nhập Khẩu Dạng Viên</h4></a><a href=\"http://iamv.vn/project/thuc-an-tho-xanh/\" title=\"Thức ăn Thô Xanh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140357_Untitled-9-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140357_Untitled-9\" alt=\"\" /><h4>Thức ăn Thô Xanh</h4></a><a href=\"http://iamv.vn/project/thuc-an-tinh/\" title=\"Thức ăn tinh\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140616_Untitled-10-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140616_Untitled-10\" alt=\"\" /><h4>Thức ăn tinh</h4></a><a href=\"http://iamv.vn/project/san-pham-khac/\" title=\"Sản phẩm khác\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140756_Untitled-11-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140756_Untitled-11\" alt=\"\" /><h4>Sản phẩm khác</h4></a><a href=\"http://iamv.vn/project/van-tai-container/\" title=\"Vận tải Container\"><img data-src=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png\" data-srcset=\"http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-1200x1200.png 1200w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-670x670.png 670w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-640x640.png 640w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-540x540.png 540w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-400x400.png 400w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-496x496.png 496w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-384x384.png 384w, http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-600x600.png 600w,http://iamv.vn/wp-content/uploads/2019/02/20200708140929_Untitled-12-420x420.png 420w\" data-sizes=\"(min-width: 2000px) 1200px, (min-width: 1920px) 670px, (min-width: 1620px) 640px, (min-width: 1200px) 540px, (min-width: 992px) 400px, (min-width: 768px) 496px, (min-width: 600px) 384px, (min-width: 420px) 600px, (max-width: 600px) 420px\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" title=\"_20200708140929_Untitled-12\" alt=\"\" /><h4>Vận tải Container</h4></a>        \n		<h2>Tin tức</h2>		\n		<p>Cập nhật các thông tin mới nhất về sản phẩm nông nghiệp thân thiện với môi trường cho nhà nông</p>		\n                            <h2><a href=\"http://iamv.vn/nha-cung-cap-phan-bon-huu-co-nhat-ban-sang-tham-thi-truong-nong-nghiep-viet-nam/\">Nhà cung cấp Phân bón hữu cơ Nhật Bản sang thăm thị trường nông nghiệp Việt Nam</a></h2>\n&#8211; Ngày 13/11/2018,&nbsp;Ông KAZUZA MURAKAMI sang thăm Việt Nam,&nbsp;để&nbsp;đánh giá chất lượng Phân bón Nhật Bản...\n                            <img src=\"http://iamv.vn/wp-content/uploads/2019/01/Trien-lam-scaled-933x700.jpg\" alt=\"\" /><h2><a href=\"http://iamv.vn/post-with-image/\">Ngày triển lãm chuối sấy dẻo</a></h2>Những ngày này, Công ty CP DT và PT I AM V luôn chào đón khách tới tham quan tại gian hàng, tại đây khách lúc nào cũng...', 'Home', '\n						', 'inherit', 'closed', 'closed', '', '1558-revision-v1', '', '', '2023-04-01 09:24:52', '2023-04-01 09:24:52', '', 1558, 'http://iamv.vn/?p=1850', 0, 'revision', '', 0),
(1852, 1, '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', '496a3e1203abe1f5b8ba', '', 'inherit', 'open', 'closed', '', '496a3e1203abe1f5b8ba', '', '', '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', 1, 'http://iamv.vn/wp-content/uploads/2023/04/496a3e1203abe1f5b8ba.jpg', 0, 'attachment', 'image/jpeg', 0),
(1853, 1, '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', '8415a6b37e0d9c53c51c', '', 'inherit', 'open', 'closed', '', '8415a6b37e0d9c53c51c', '', '', '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', 1, 'http://iamv.vn/wp-content/uploads/2023/04/8415a6b37e0d9c53c51c.jpg', 0, 'attachment', 'image/jpeg', 0),
(1854, 1, '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', 'p-1', '', 'inherit', 'open', 'closed', '', 'p-1', '', '', '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', 1, 'http://iamv.vn/wp-content/uploads/2023/04/p-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1855, 1, '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', 'f7d6862ab9935bcd0282', '', 'inherit', 'open', 'closed', '', 'f7d6862ab9935bcd0282', '', '', '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', 1, 'http://iamv.vn/wp-content/uploads/2023/04/f7d6862ab9935bcd0282.jpg', 0, 'attachment', 'image/jpeg', 0),
(1856, 1, '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', '6070d516e8af0af153be', '', 'inherit', 'open', 'closed', '', '6070d516e8af0af153be', '', '', '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', 1, 'http://iamv.vn/wp-content/uploads/2023/04/6070d516e8af0af153be.jpg', 0, 'attachment', 'image/jpeg', 0),
(1857, 1, '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', '7d3e5ecd6174832ada65', '', 'inherit', 'open', 'closed', '', '7d3e5ecd6174832ada65', '', '', '2023-04-01 09:37:12', '2023-04-01 09:37:12', '', 1, 'http://iamv.vn/wp-content/uploads/2023/04/7d3e5ecd6174832ada65.jpg', 0, 'attachment', 'image/jpeg', 0),
(1858, 1, '2023-04-01 09:37:13', '2023-04-01 09:37:13', '', 'xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713', '', 'inherit', 'open', 'closed', '', 'xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713', '', '', '2023-04-01 09:37:13', '2023-04-01 09:37:13', '', 1, 'http://iamv.vn/wp-content/uploads/2023/04/xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713.jpg', 0, 'attachment', 'image/jpeg', 0),
(1859, 1, '2023-04-01 09:37:51', '2023-04-01 09:37:51', '<!-- wp:paragraph -->\n<p>- Ngày 13/11/2018,&nbsp;Ông KAZUZA MURAKAMI sang thăm Việt Nam,&nbsp;để&nbsp;đánh giá chất lượng Phân bón Nhật Bản cho cây trồng tại Việt Nam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nơi đầu tiên ông tham quan chính là Chợ Gạo, Tỉnh Tiền Giang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1857,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/7d3e5ecd6174832ada65-1024x768.jpg\" alt=\"\" class=\"wp-image-1857\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1852,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/496a3e1203abe1f5b8ba-1024x768.jpg\" alt=\"\" class=\"wp-image-1852\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1856,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/6070d516e8af0af153be-1024x768.jpg\" alt=\"\" class=\"wp-image-1856\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1853,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/8415a6b37e0d9c53c51c-1024x915.jpg\" alt=\"\" class=\"wp-image-1853\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1855,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/f7d6862ab9935bcd0282-1024x768.jpg\" alt=\"\" class=\"wp-image-1855\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1854,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/p-1.jpg\" alt=\"\" class=\"wp-image-1854\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1858,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://iamv.vn/wp-content/uploads/2023/04/xuat-khau-nong-san-ba-dua-sang-nhat-ban-cho-bo_1858713.jpg\" alt=\"\" class=\"wp-image-1858\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><em>Ông Murakami&nbsp;đang kiểm tra một vườn Thanh Long tại Tiền Giang</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 14/11/2018,&nbsp;Ông di chuyển về&nbsp;Đồng Nai thăm vườn cây có múi của một hộ nông dân&nbsp;ở Vĩnh Cửu,&nbsp;Đồng Nai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Vườn n</em><em>ày&nbsp;</em><em>đang trồng Cam, Quýt, Bưởi.&nbsp;</em><em>Ông&nbsp;đang kiểm tra kỹ càng.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 15/11/2018, Mr.Murakami di chuyển về Tây Ninh. Nơi là&nbsp;được trồng nhiều nhất về cây Mãng cầu ta (Quả na).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Ông tham quan các trang trại và Kho của công ty sản xuất Mãng Cầu sạch&nbsp;đầu tiên tại Tây Ninh</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 16/11/2018,&nbsp;Ông&nbsp;đã di chuyển bằng máy bay về TP. Đà Lạt, thành phố mà&nbsp;ông&nbsp;đã&nbsp;đặt&nbsp;đến Việt Nam lần thứ 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Thăm các mô hình của hoa, rau, phúc bồng tử hữu cơ...</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Ngày 17/11/2018, kết thúc chuyến tham quan của&nbsp;ông Murakami cho thị trường Phân Bón Việt Nam.</p>\n<!-- /wp:paragraph -->', 'Nhà cung cấp Phân bón hữu cơ Nhật Bản sang thăm thị trường nông nghiệp Việt Nam', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2023-04-01 09:37:51', '2023-04-01 09:37:51', '', 1, 'http://iamv.vn/?p=1859', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_css`
--

CREATE TABLE `zs_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `zs_revslider_css`
--

INSERT INTO `zs_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `zs_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `zs_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_css_bkp`
--

CREATE TABLE `zs_revslider_css_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `zs_revslider_css_bkp`
--

INSERT INTO `zs_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),
(2, '.tp-caption.small_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(3, '.tp-caption.medium_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(4, '.tp-caption.large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(5, '.tp-caption.very_large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),
(6, '.tp-caption.very_big_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(9, '.tp-caption.modern_medium_fat_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(10, '.tp-caption.modern_medium_light', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(11, '.tp-caption.modern_big_bluebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),
(12, '.tp-caption.modern_big_redbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),
(13, '.tp-caption.modern_small_text_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(14, '.tp-caption.boxshadow', NULL, NULL, NULL, '{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),
(15, '.tp-caption.black', NULL, NULL, NULL, '{\"color\":\"#000\",\"text-shadow\":\"none\"}'),
(16, '.tp-caption.noshadow', NULL, NULL, NULL, '{\"text-shadow\":\"none\"}'),
(17, '.tp-caption.thinheadline_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', NULL, NULL, NULL, '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', NULL, NULL, NULL, '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', NULL, NULL, NULL, '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', NULL, NULL, NULL, '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', NULL, NULL, NULL, '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', NULL, NULL, NULL, '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_layer_animations`
--

CREATE TABLE `zs_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_layer_animations_bkp`
--

CREATE TABLE `zs_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_navigations`
--

CREATE TABLE `zs_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_navigations_bkp`
--

CREATE TABLE `zs_revslider_navigations_bkp` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_sliders`
--

CREATE TABLE `zs_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `zs_revslider_sliders`
--

INSERT INTO `zs_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Home', 'home_01', '{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"home_01\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"5000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":813,\"n\":600,\"t\":500,\"m\":450},\"editorCache\":{\"d\":813,\"n\":600,\"t\":500,\"m\":450},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"linear-gradient(60deg, rgba(109, 121, 39, 1) 0%, rgba(109, 121, 39, 1) 0%, rgba(146, 189, 172, 1) 47%, rgba(119, 132, 123, 1) 100%, rgba(119, 132, 123, 1) 100%)\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/image-19.jpg\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"3\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"1\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(0,0,0,0.15)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"smart\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"280px\",\"height\":\"145px\"},\"swipe\":{\"set\":true,\"setOnDesktop\":true,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"600\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"30\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"30\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":{\"title-color\":\"#ffffff\",\"title-color-def\":false,\"title-bg\":\"rgba(0,0,0,0.85)\",\"title-bg-def\":false,\"title-font-size\":\"12\",\"title-font-size-def\":false},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"600\",\"hideUnder\":true,\"hideUnderLimit\":\"790\",\"spanWrapper\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"3\",\"direction\":\"horizontal\",\"height\":\"150\",\"width\":\"280\",\"widthMin\":\"50\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"-42\",\"space\":\"42\",\"align\":\"grid\",\"padding\":0,\"wrapperColor\":\"rgba(155,155,155,0)\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3007,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"600\"}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"debugMode\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"16\",\"10\",\"50\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"2000\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"slidercenter\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home_01\\\"][\\/rev_slider]\"}', '{\"version\":\"6.2.0\"}', '');

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_sliders_bkp`
--

CREATE TABLE `zs_revslider_sliders_bkp` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_slides`
--

CREATE TABLE `zs_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `zs_revslider_slides`
--

INSERT INTO `zs_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/home_bg_01.jpg\",\"imageId\":276,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/home_bg_01.jpg\",\"customAdminThumbSrc\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/thumbnail_01.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"thumbs\":{\"presets\":{\"title-color\":\"#ffffff\",\"title-color-def\":false,\"title-bg\":\"rgba(0,0,0,0.85)\",\"title-bg-def\":false,\"title-font-size\":\"12\",\"title-font-size-def\":false}}}}', '{\"1\":{\"text\":\"\",\"alias\":\"Image 1\",\"uid\":1,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/shape.png\",\"imageId\":233,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"154px\",\"e\":true},\"t\":{\"v\":\"154px\",\"e\":true},\"m\":{\"v\":\"154px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"originalWidth\":308,\"originalHeight\":36,\"aspectRatio\":{\"d\":{\"v\":8.555555555555555},\"n\":{\"v\":8.555555555555555},\"t\":{\"v\":8.555555555555555},\"m\":{\"v\":8.555555555555555}},\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"v\":\"286px\",\"e\":true},\"n\":{\"v\":\"-258px\",\"e\":true},\"t\":{\"v\":\"-208px\",\"e\":true},\"m\":{\"v\":\"-208px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"212px\",\"e\":true},\"n\":{\"v\":\"62px\",\"e\":true},\"t\":{\"v\":\"62px\",\"e\":true},\"m\":{\"v\":\"62px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"2\":{\"text\":\"\",\"alias\":\"Image 1\",\"uid\":2,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/shape.png\",\"imageId\":233,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"154px\",\"e\":true},\"t\":{\"v\":\"154px\",\"e\":true},\"m\":{\"v\":\"154px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"originalWidth\":308,\"originalHeight\":36,\"aspectRatio\":{\"d\":{\"v\":8.555555555555555},\"n\":{\"v\":8.555555555555555},\"t\":{\"v\":8.555555555555555},\"m\":{\"v\":8.555555555555555}},\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"v\":\"801px\",\"e\":true},\"n\":{\"v\":\"258px\",\"e\":true},\"t\":{\"v\":\"208px\",\"e\":true},\"m\":{\"v\":\"208px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"212px\",\"e\":true},\"n\":{\"v\":\"62px\",\"e\":true},\"t\":{\"v\":\"62px\",\"e\":true},\"m\":{\"v\":\"62px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"3\":{\"text\":\"Grow naturally, Live natural\",\"alias\":\"Grow naturally, live...\",\"uid\":3,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"209px\",\"e\":true},\"n\":{\"v\":\"59px\",\"e\":true},\"t\":{\"v\":\"59px\",\"e\":true},\"m\":{\"v\":\"59px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"BenchNine\",\"fontSize\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"4\":{\"text\":\"PH\\u00c2N B\\u00d3N\",\"alias\":\"Farming\",\"uid\":4,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"276px\",\"e\":true},\"n\":{\"v\":\"130px\",\"e\":true},\"t\":{\"v\":\"110px\",\"e\":true},\"m\":{\"v\":\"150px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"use\":true,\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"-105%\"},\"n\":{\"v\":\"-105%\"},\"t\":{\"v\":\"-105%\"},\"m\":{\"v\":\"-105%\"}},\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0deg\",\"rotationZ\":\"-90deg\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":2700},\"chars\":{\"use\":true,\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":5000,\"startRelative\":2390,\"endWithSlide\":true,\"frameLength\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":true,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Georgia, serif\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"228px\",\"e\":true},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"-7px\",\"e\":true},\"t\":{\"v\":\"-7px\",\"e\":true},\"m\":{\"v\":\"-7px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"228px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"5\":{\"text\":\"H\\u1eeeU C\\u01a0 NH\\u1eacP KH\\u1ea8U\",\"alias\":\"Copy  farming\",\"uid\":5,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-47px\",\"e\":true},\"n\":{\"v\":\"-47px\"},\"t\":{\"v\":\"-47px\"},\"m\":{\"v\":\"-47px\"}},\"y\":{\"d\":{\"v\":\"376px\",\"e\":true},\"n\":{\"v\":\"376px\"},\"t\":{\"v\":\"376px\"},\"m\":{\"v\":\"376px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"use\":true,\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"-105%\"},\"n\":{\"v\":\"-105%\"},\"t\":{\"v\":\"-105%\"},\"m\":{\"v\":\"-105%\"}},\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0deg\",\"rotationZ\":\"-90deg\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":3300},\"chars\":{\"use\":true,\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":5000,\"startRelative\":2390,\"endWithSlide\":true,\"frameLength\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":true,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Georgia, serif\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"228px\",\"e\":true},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"-7px\",\"e\":true},\"t\":{\"v\":\"-7px\",\"e\":true},\"m\":{\"v\":\"-7px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"228px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"V\\u1ec0 IAMV\",\"alias\":\"Button\",\"uid\":6,\"version\":\"6.2.0\",\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-68px\",\"e\":true},\"n\":{\"v\":\"-66px\",\"e\":true},\"t\":{\"v\":\"-93px\",\"e\":true},\"m\":{\"v\":\"-77px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"175px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"position\":\"relative\",\"zIndex\":11},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":700,\"start\":900,\"startRelative\":900,\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":700,\"start\":900,\"startRelative\":900,\"endWithSlide\":false,\"frameLength\":700}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":700,\"start\":5000,\"startRelative\":3400,\"endWithSlide\":true,\"frameLength\":700}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":900},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#5d564f\",\"e\":true},\"n\":{\"v\":\"#5d564f\",\"e\":true},\"t\":{\"v\":\"#5d564f\",\"e\":true},\"m\":{\"v\":\"#5d564f\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[16,30,16,30],\"e\":true},\"n\":{\"v\":[16,30,16,30],\"e\":true},\"t\":{\"v\":[16,30,16,30],\"e\":true},\"m\":{\"v\":[16,30,16,30],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Georgia, serif\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#5d564f\",\"e\":true},\"n\":{\"v\":\"#5d564f\",\"e\":true},\"t\":{\"v\":\"#5d564f\",\"e\":true},\"m\":{\"v\":\"#5d564f\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#b2b74a\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"8\":{\"text\":\"\",\"alias\":\"Image 7\",\"uid\":8,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/shape-top.png\",\"imageId\":286,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"e\":true}},\"originalWidth\":1920,\"originalHeight\":20,\"aspectRatio\":{\"d\":{\"v\":96},\"n\":{\"v\":96},\"t\":{\"v\":96},\"m\":{\"v\":96}},\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"d\":false},\"type\":\"image\"},\"9\":{\"text\":\"\",\"alias\":\"Image 8\",\"uid\":9,\"version\":\"6.2.0\",\"customCSS\":\".test444{ line-height: 0;\\n} line-height: 0;\",\"media\":{\"imageUrl\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/shape-bottom.png\",\"imageId\":285,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"e\":true}},\"originalWidth\":1920,\"originalHeight\":10,\"aspectRatio\":{\"d\":{\"v\":192},\"n\":{\"v\":192},\"t\":{\"v\":192},\"m\":{\"v\":192}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"position\":\"relative\",\"zIndex\":6},\"attributes\":{\"classes\":\"test444\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"image\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"}}', '{\"version\":\"6.2.0\"}');
INSERT INTO `zs_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(4, 1, 2, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/02\\/20191230131518_nha-kinh.jpg\",\"imageId\":1698,\"imageLib\":\"medialibrary\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/home_bg_01.jpg\",\"customAdminThumbSrc\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/thumbnail_01.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"thumbs\":{\"presets\":{\"title-color\":\"#ffffff\",\"title-color-def\":false,\"title-bg\":\"rgba(0,0,0,0.85)\",\"title-bg-def\":false,\"title-font-size\":\"12\",\"title-font-size-def\":false}}},\"uid\":4}', '{\"1\":{\"text\":\"\",\"alias\":\"Image 1\",\"uid\":1,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/shape.png\",\"imageId\":233,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"154px\",\"e\":true},\"t\":{\"v\":\"154px\",\"e\":true},\"m\":{\"v\":\"154px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"originalWidth\":308,\"originalHeight\":36,\"aspectRatio\":{\"d\":{\"v\":8.555555555555555},\"n\":{\"v\":8.555555555555555},\"t\":{\"v\":8.555555555555555},\"m\":{\"v\":8.555555555555555}},\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"v\":\"286px\",\"e\":true},\"n\":{\"v\":\"-258px\",\"e\":true},\"t\":{\"v\":\"-208px\",\"e\":true},\"m\":{\"v\":\"-208px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"212px\",\"e\":true},\"n\":{\"v\":\"62px\",\"e\":true},\"t\":{\"v\":\"62px\",\"e\":true},\"m\":{\"v\":\"62px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"2\":{\"text\":\"\",\"alias\":\"Image 1\",\"uid\":2,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/shape.png\",\"imageId\":233,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"154px\",\"e\":true},\"t\":{\"v\":\"154px\",\"e\":true},\"m\":{\"v\":\"154px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"originalWidth\":308,\"originalHeight\":36,\"aspectRatio\":{\"d\":{\"v\":8.555555555555555},\"n\":{\"v\":8.555555555555555},\"t\":{\"v\":8.555555555555555},\"m\":{\"v\":8.555555555555555}},\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"v\":\"801px\",\"e\":true},\"n\":{\"v\":\"258px\",\"e\":true},\"t\":{\"v\":\"208px\",\"e\":true},\"m\":{\"v\":\"208px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"212px\",\"e\":true},\"n\":{\"v\":\"62px\",\"e\":true},\"t\":{\"v\":\"62px\",\"e\":true},\"m\":{\"v\":\"62px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"3\":{\"text\":\"Grow naturally, Live natural\",\"alias\":\"Grow naturally, live...\",\"uid\":3,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"209px\",\"e\":true},\"n\":{\"v\":\"59px\",\"e\":true},\"t\":{\"v\":\"59px\",\"e\":true},\"m\":{\"v\":\"59px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"BenchNine\",\"fontSize\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"4\":{\"text\":\"CHU\\u1ed0I S\\u1ea4Y\",\"alias\":\"Farming\",\"uid\":4,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"276px\",\"e\":true},\"n\":{\"v\":\"130px\",\"e\":true},\"t\":{\"v\":\"110px\",\"e\":true},\"m\":{\"v\":\"150px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"use\":true,\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"-105%\"},\"n\":{\"v\":\"-105%\"},\"t\":{\"v\":\"-105%\"},\"m\":{\"v\":\"-105%\"}},\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0deg\",\"rotationZ\":\"-90deg\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":2800},\"chars\":{\"use\":true,\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":5000,\"startRelative\":2390,\"endWithSlide\":true,\"frameLength\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":true,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Georgia, serif\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"228px\",\"e\":true},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"-7px\",\"e\":true},\"t\":{\"v\":\"-7px\",\"e\":true},\"m\":{\"v\":\"-7px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"228px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"5\":{\"text\":\"N\\u0102NG L\\u01af\\u1ee2NG S\\u1ea0CH\",\"alias\":\"Copy  farming\",\"uid\":5,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-47px\",\"e\":true},\"n\":{\"v\":\"-47px\"},\"t\":{\"v\":\"-47px\"},\"m\":{\"v\":\"-47px\"}},\"y\":{\"d\":{\"v\":\"376px\",\"e\":true},\"n\":{\"v\":\"376px\"},\"t\":{\"v\":\"376px\"},\"m\":{\"v\":\"376px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"use\":true,\"delay\":\"10\",\"x\":{\"d\":{\"v\":\"-105%\"},\"n\":{\"v\":\"-105%\"},\"t\":{\"v\":\"-105%\"},\"m\":{\"v\":\"-105%\"}},\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0deg\",\"rotationZ\":\"-90deg\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":3300},\"chars\":{\"use\":true,\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":5000,\"startRelative\":2390,\"endWithSlide\":true,\"frameLength\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":true,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Georgia, serif\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"228px\",\"e\":true},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"-7px\",\"e\":true},\"t\":{\"v\":\"-7px\",\"e\":true},\"m\":{\"v\":\"-7px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"228px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"6\":{\"subtype\":\"roundbutton\",\"text\":\"V\\u1ec0 IAMV\",\"alias\":\"Button\",\"uid\":6,\"version\":\"6.2.0\",\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-68px\",\"e\":true},\"n\":{\"v\":\"-66px\",\"e\":true},\"t\":{\"v\":\"-93px\",\"e\":true},\"m\":{\"v\":\"-77px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"175px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"50px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"position\":\"relative\",\"zIndex\":11},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":700,\"start\":900,\"startRelative\":900,\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":700,\"start\":900,\"startRelative\":900,\"endWithSlide\":false,\"frameLength\":700}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":700,\"start\":5000,\"startRelative\":3400,\"endWithSlide\":true,\"frameLength\":700}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":900},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#5d564f\",\"e\":true},\"n\":{\"v\":\"#5d564f\",\"e\":true},\"t\":{\"v\":\"#5d564f\",\"e\":true},\"m\":{\"v\":\"#5d564f\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[16,30,16,30],\"e\":true},\"n\":{\"v\":[16,30,16,30],\"e\":true},\"t\":{\"v\":[16,30,16,30],\"e\":true},\"m\":{\"v\":[16,30,16,30],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Georgia, serif\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#5d564f\",\"e\":true},\"n\":{\"v\":\"#5d564f\",\"e\":true},\"t\":{\"v\":\"#5d564f\",\"e\":true},\"m\":{\"v\":\"#5d564f\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#b2b74a\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"8\":{\"text\":\"\",\"alias\":\"Image 7\",\"uid\":8,\"version\":\"6.2.0\",\"media\":{\"imageUrl\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/shape-top.png\",\"imageId\":286,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"e\":true}},\"originalWidth\":1920,\"originalHeight\":20,\"aspectRatio\":{\"d\":{\"v\":96},\"n\":{\"v\":96},\"t\":{\"v\":96},\"m\":{\"v\":96}},\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"d\":false},\"type\":\"image\"},\"9\":{\"text\":\"\",\"alias\":\"Image 8\",\"uid\":9,\"version\":\"6.2.0\",\"customCSS\":\".test444{ line-height: 0;\\n} line-height: 0;\",\"media\":{\"imageUrl\":\"http:\\/\\/iamv.vn\\/wp-content\\/uploads\\/2019\\/01\\/shape-bottom.png\",\"imageId\":285,\"loaded\":true},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"e\":true}},\"originalWidth\":1920,\"originalHeight\":10,\"aspectRatio\":{\"d\":{\"v\":192},\"n\":{\"v\":192},\"t\":{\"v\":192},\"m\":{\"v\":192}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"position\":\"relative\",\"zIndex\":6},\"attributes\":{\"classes\":\"test444\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":5000,\"startRelative\":4690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"hoverFilterUsed\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"image\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.2.0\"}}', '{\"version\":\"6.2.0\"}');

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_slides_bkp`
--

CREATE TABLE `zs_revslider_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_static_slides`
--

CREATE TABLE `zs_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `zs_revslider_static_slides`
--

INSERT INTO `zs_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"static\":{\"overflow\":\"visible\"},\"version\":\"6.2.0\",\"bg\":{\"image\":\"\"}}', '[]', '{\"0\":\"\",\"version\":\"6.2.0\"}');

-- --------------------------------------------------------

--
-- Table structure for table `zs_revslider_static_slides_bkp`
--

CREATE TABLE `zs_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `zs_termmeta`
--

CREATE TABLE `zs_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_termmeta`
--

INSERT INTO `zs_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 30, 'product_count_product_tag', '12'),
(2, 34, 'product_count_product_tag', '12'),
(3, 36, 'order', '0'),
(4, 36, 'order', '1'),
(5, 36, 'product_count_product_cat', '5'),
(6, 37, 'order', '0'),
(7, 37, 'order', '2'),
(8, 37, 'product_count_product_cat', '7');

-- --------------------------------------------------------

--
-- Table structure for table `zs_terms`
--

CREATE TABLE `zs_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_terms`
--

INSERT INTO `zs_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Chưa phân loại', 'khong-phan-loai', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Uncategorized', 'uncategorized', 0),
(16, 'Conservation Agriculture', 'conservation-agriculture', 0),
(17, 'Genetic Engineering', 'genetic-engineering', 0),
(18, 'Homobiotic Turnover', 'homobiotic-turnover', 0),
(19, 'Organic farming', 'organic-farming', 0),
(20, 'Permaculture', 'permaculture', 0),
(21, 'Precision Farming', 'precision-farming', 0),
(22, 'Uncategorized', 'uncategorized', 0),
(23, 'animal', 'animal', 0),
(24, 'animal breeding', 'animal-breeding', 0),
(25, 'cow', 'cow', 0),
(26, 'horns', 'horns', 0),
(27, 'sheep', 'sheep', 0),
(28, 'Phân hữu cơ', 'phan-huu-co', 0),
(29, 'Vận tải', 'van-tai', 0),
(30, 'Featured Products', 'featured-products', 0),
(34, 'New Products', 'new-products', 0),
(35, 'page', 'page', 0),
(36, 'Featured Products', 'featured-products', 0),
(37, 'New Products', 'new-products', 0),
(38, 'All Projects', 'all-projects', 0),
(39, 'Main Menu', 'main-menu', 0),
(40, 'We Offer', 'we-offer', 0),
(41, 'Link', 'post-format-link', 0),
(42, 'Video', 'post-format-video', 0),
(43, 'Quote', 'post-format-quote', 0),
(44, 'Audio', 'post-format-audio', 0),
(45, 'Gallery', 'post-format-gallery', 0),
(46, 'Thân thiện môi trường', 'than-thien-moi-truong', 0);

-- --------------------------------------------------------

--
-- Table structure for table `zs_term_relationships`
--

CREATE TABLE `zs_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_term_relationships`
--

INSERT INTO `zs_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(82, 35, 0),
(247, 19, 0),
(247, 23, 0),
(247, 25, 0),
(247, 27, 0),
(339, 2, 0),
(339, 30, 0),
(339, 34, 0),
(339, 36, 0),
(488, 21, 0),
(488, 24, 0),
(490, 35, 0),
(503, 20, 0),
(503, 26, 0),
(503, 42, 0),
(510, 17, 0),
(510, 23, 0),
(510, 26, 0),
(510, 43, 0),
(513, 16, 0),
(513, 24, 0),
(513, 25, 0),
(513, 44, 0),
(516, 18, 0),
(516, 23, 0),
(516, 27, 0),
(516, 45, 0),
(519, 21, 0),
(519, 24, 0),
(519, 25, 0),
(519, 41, 0),
(547, 35, 0),
(601, 35, 0),
(749, 18, 0),
(761, 17, 0),
(765, 19, 0),
(819, 28, 0),
(854, 35, 0),
(862, 29, 0),
(871, 28, 0),
(875, 46, 0),
(883, 29, 0),
(887, 28, 0),
(1201, 2, 0),
(1201, 30, 0),
(1201, 34, 0),
(1201, 37, 0),
(1202, 2, 0),
(1202, 30, 0),
(1202, 34, 0),
(1202, 37, 0),
(1203, 2, 0),
(1203, 30, 0),
(1203, 34, 0),
(1203, 37, 0),
(1204, 2, 0),
(1204, 30, 0),
(1204, 34, 0),
(1204, 37, 0),
(1205, 2, 0),
(1205, 30, 0),
(1205, 34, 0),
(1205, 36, 0),
(1206, 2, 0),
(1206, 30, 0),
(1206, 34, 0),
(1206, 36, 0),
(1207, 2, 0),
(1207, 30, 0),
(1207, 34, 0),
(1207, 36, 0),
(1208, 2, 0),
(1208, 30, 0),
(1208, 34, 0),
(1208, 36, 0),
(1232, 2, 0),
(1232, 30, 0),
(1232, 34, 0),
(1232, 37, 0),
(1233, 2, 0),
(1233, 30, 0),
(1233, 34, 0),
(1233, 37, 0),
(1234, 2, 0),
(1234, 30, 0),
(1234, 34, 0),
(1234, 37, 0),
(1235, 35, 0),
(1257, 29, 0),
(1264, 28, 0),
(1465, 35, 0),
(1491, 19, 0),
(1493, 35, 0),
(1516, 16, 0),
(1519, 18, 0),
(1561, 39, 0),
(1562, 40, 0),
(1563, 40, 0),
(1564, 40, 0),
(1565, 40, 0),
(1566, 40, 0),
(1567, 40, 0),
(1571, 39, 0),
(1572, 39, 0),
(1573, 38, 0),
(1574, 38, 0),
(1575, 38, 0),
(1576, 38, 0),
(1577, 38, 0),
(1578, 38, 0),
(1579, 38, 0),
(1580, 38, 0),
(1581, 38, 0),
(1584, 39, 0),
(1593, 39, 0);

-- --------------------------------------------------------

--
-- Table structure for table `zs_term_taxonomy`
--

CREATE TABLE `zs_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_term_taxonomy`
--

INSERT INTO `zs_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'product_type', '', 0, 12),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 0),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_cat', '', 0, 0),
(16, 16, 'category', '', 0, 0),
(17, 17, 'category', '', 0, 0),
(18, 18, 'category', '', 0, 0),
(19, 19, 'category', '', 0, 1),
(20, 20, 'category', '', 0, 0),
(21, 21, 'category', '', 0, 0),
(22, 22, 'category', '', 0, 0),
(23, 23, 'post_tag', '', 0, 1),
(24, 24, 'post_tag', '', 0, 0),
(25, 25, 'post_tag', '', 0, 1),
(26, 26, 'post_tag', '', 0, 0),
(27, 27, 'post_tag', '', 0, 1),
(28, 28, 'project_category', '', 0, 3),
(29, 29, 'project_category', '', 0, 2),
(30, 30, 'product_tag', '', 0, 12),
(34, 34, 'product_tag', '', 0, 12),
(35, 35, 'elementor_library_type', '', 0, 7),
(36, 36, 'product_cat', '', 0, 5),
(37, 37, 'product_cat', '', 0, 7),
(38, 38, 'nav_menu', '', 0, 9),
(39, 39, 'nav_menu', '', 0, 5),
(40, 40, 'nav_menu', '', 0, 6),
(41, 41, 'post_format', '', 0, 0),
(42, 42, 'post_format', '', 0, 0),
(43, 43, 'post_format', '', 0, 0),
(44, 44, 'post_format', '', 0, 0),
(45, 45, 'post_format', '', 0, 0),
(46, 46, 'project_category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `zs_usermeta`
--

CREATE TABLE `zs_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_usermeta`
--

INSERT INTO `zs_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'ivadmin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'zs_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'zs_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'text_widget_custom_html'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"edf2264ad026479b728bc941795c04622ee8295834616f93b739015ad93117bd\";a:4:{s:10:\"expiration\";i:1680451026;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\";s:5:\"login\";i:1680278226;}}'),
(17, 1, 'zs_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}'),
(19, 1, '_woocommerce_tracks_anon_id', 'woo:hl3aH5zEndiK6vsPnCFsMz8E'),
(20, 1, 'wc_last_active', '1680307200'),
(21, 1, 'zs_r_tru_u_x', 'a:2:{s:2:\"id\";s:0:\"\";s:7:\"expires\";i:86400;}'),
(22, 1, 'zs_user-settings', 'hidetb=1&editor=tinymce&libraryContent=browse'),
(23, 1, 'zs_user-settings-time', '1680338813'),
(24, 1, 'nav_menu_recently_edited', '39'),
(25, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(26, 1, 'metaboxhidden_nav-menus', 'a:16:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:25:\"add-post-type-gt3_gallery\";i:3;s:18:\"add-post-type-team\";i:4;s:23:\"add-post-type-portfolio\";i:5;s:21:\"add-post-type-project\";i:6;s:12:\"add-post_tag\";i:7;s:15:\"add-post_format\";i:8;s:15:\"add-product_cat\";i:9;s:15:\"add-product_tag\";i:10;s:24:\"add-gt3_gallery_category\";i:11;s:17:\"add-team_category\";i:12;s:22:\"add-portfolio_category\";i:13;s:17:\"add-portfolio_tag\";i:14;s:20:\"add-project_category\";i:15;s:15:\"add-project_tag\";}'),
(27, 1, 'announcements_user_counter', '1'),
(28, 1, 'elementor_introduction', 'a:1:{s:7:\"flexbox\";b:1;}'),
(29, 1, 'meta-box-order_product', 'a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),
(30, 1, 'last_update', '1680338397'),
(31, 1, 'zs_persisted_preferences', 'a:3:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:5:{i:0;s:11:\"post-status\";i:1;s:15:\"page-attributes\";i:2;s:14:\"featured-image\";i:3;s:12:\"post-excerpt\";i:4;s:16:\"discussion-panel\";}}s:9:\"_modified\";s:24:\"2023-04-01T08:39:46.401Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}');

-- --------------------------------------------------------

--
-- Table structure for table `zs_users`
--

CREATE TABLE `zs_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_users`
--

INSERT INTO `zs_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'ivadmin', '$P$BHybjgfuKrsIwZRYnZ3K19cMoqe4cr0', 'ivadmin', 'thienthanh27@gmail.com', 'http://iamv.vn', '2023-03-31 15:56:56', '', 0, 'ivadmin');

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_admin_notes`
--

CREATE TABLE `zs_wc_admin_notes` (
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_wc_admin_notes`
--

INSERT INTO `zs_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES
(1, 'new_in_app_marketplace_2021', 'info', 'en_US', 'Customize your store with extensions', 'Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.', '{}', 'unactioned', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(2, 'wayflyer_bnpl_q4_2021', 'marketing', 'en_US', 'Grow your business with funding through Wayflyer', 'Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(3, 'wc_shipping_mobile_app_usps_q4_2021', 'marketing', 'en_US', 'Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App', 'Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(4, 'woocommerce-services', 'info', 'en_US', 'WooCommerce Shipping & Tax', 'WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(5, 'your-first-product', 'info', 'en_US', 'Your first product', 'That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(6, 'wc-admin-optimizing-the-checkout-flow', 'info', 'en_US', 'Optimizing the checkout flow', 'It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(7, 'wc-payments-qualitative-feedback', 'info', 'en_US', 'WooCommerce Payments setup - let us know what you think', 'Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(8, 'share-your-feedback-on-paypal', 'info', 'en_US', 'Share your feedback on PayPal', 'Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(9, 'google_listings_and_ads_install', 'marketing', 'en_US', 'Drive traffic and sales with Google', 'Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(10, 'wc-subscriptions-security-update-3-0-15', 'info', 'en_US', 'WooCommerce Subscriptions security update!', 'We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(11, 'woocommerce-core-update-5-4-0', 'info', 'en_US', 'Update to WooCommerce 5.4.1 now', 'WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(12, 'wcpay-promo-2020-11', 'marketing', 'en_US', 'wcpay-promo-2020-11', 'wcpay-promo-2020-11', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(13, 'wcpay-promo-2020-12', 'marketing', 'en_US', 'wcpay-promo-2020-12', 'wcpay-promo-2020-12', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(14, 'ppxo-pps-upgrade-paypal-payments-1', 'info', 'en_US', 'Get the latest PayPal extension for WooCommerce', 'Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(15, 'ppxo-pps-upgrade-paypal-payments-2', 'info', 'en_US', 'Upgrade your PayPal experience!', 'Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(16, 'woocommerce-core-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(17, 'woocommerce-blocks-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(18, 'woocommerce-core-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(19, 'woocommerce-blocks-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(20, 'habit-moment-survey', 'marketing', 'en_US', 'We’re all ears! Share your experience so far with WooCommerce', 'We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(21, 'woocommerce-core-paypal-march-2022-updated', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(22, 'woocommerce-core-paypal-march-2022-updated-nopp', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(23, 'pinterest_03_2022_update', 'marketing', 'en_US', 'Your Pinterest for WooCommerce plugin is out of date!', 'Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(24, 'store_setup_survey_survey_q2_2022', 'survey', 'en_US', 'How is your store setup going?', 'Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(25, 'wc-admin-wisepad3', 'marketing', 'en_US', 'Take your business on the go in Canada with WooCommerce In-Person Payments', 'Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(26, 'woocommerce-payments-august-2022-need-to-update', 'update', 'en_US', 'Action required: Please update WooCommerce Payments', 'An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(27, 'woocommerce-payments-august-2022-store-patched', 'update', 'en_US', 'WooCommerce Payments has been automatically updated', 'You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(28, 'google_listings_ads_custom_attribute_mapping_q4_2022', 'marketing', 'en_US', 'Our latest improvement to the Google Listings & Ads extension: Attribute Mapping', 'You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(29, 'needs-update-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'Security vulnerability patched in WooCommerce Eway Gateway', 'In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(30, 'updated-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'WooCommerce Eway Gateway has been automatically updated', 'Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(31, 'ecomm-wc-navigation-survey-2023', 'info', 'en_US', 'Navigating WooCommerce on WordPress.com', 'We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(32, 'google_listings_ads_pmax_i1_q1_2023_no_gla', 'marketing', 'en_US', 'Create more engaging ads – without the hard work', 'Get in front of millions of shoppers searching for products like yours with Google Listings &amp; Ads. With new customization features, Google automatically tests multiple combinations of text and images to create the most engaging ad to boost your business. Plus, get up to $500 in ad credit – terms and conditions apply.', '{}', 'unactioned', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(33, 'google_listings_ads_pmax_i1_q1_2023_with_gla', 'marketing', 'en_US', 'New customization features to boost your business', 'You can now add custom images, messaging, and URLs to campaigns in Google Listings &amp; Ads. Google then automatically tests multiple combinations to create the most engaging version to help boost your business. Get more sales with dynamic content – edit an existing campaign or create a new ad now.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(34, 'woocommerce-wcpay-march-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Payments', '<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.', '{}', 'pending', 'woocommerce.com', '2023-03-31 16:01:22', NULL, 0, 'plain', '', 0, 0, 'info'),
(35, 'wc-refund-returns-page', 'info', 'en_US', 'Thiết lập trang Chính sách hoàn lại tiền để nâng cao uy tín cho cửa hàng của bạn.', 'Chúng tôi đã tạo một trang Chính sách hoàn lại tiền và trả hàng dự thảo mẫu cho bạn. Hãy xem và cập nhật nó để phù hợp với cửa hàng của bạn.', '{}', 'unactioned', 'woocommerce-core', '2023-03-31 16:01:24', NULL, 0, 'plain', '', 0, 0, 'info'),
(36, 'wc-admin-wc-helper-connection', 'info', 'en_US', 'Connect to WooCommerce.com', 'Connect to get important product notifications and updates.', '{}', 'unactioned', 'woocommerce-admin', '2023-03-31 16:01:24', NULL, 0, 'plain', '', 0, 0, 'info');

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_admin_note_actions`
--

CREATE TABLE `zs_wc_admin_note_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonce_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `nonce_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_wc_admin_note_actions`
--

INSERT INTO `zs_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES
(44, 35, 'notify-refund-returns-page', 'Sửa trang', 'http://iamv.vn/wp-admin/post.php?post=12&action=edit', 'actioned', '', NULL, NULL),
(45, 36, 'connect', 'Kết nối', '?page=wc-addons&section=helper', 'unactioned', '', NULL, NULL),
(89, 1, 'browse_extensions', 'Browse extensions', 'http://iamv.vn/wp-admin/admin.php?page=wc-addons', 'unactioned', '', NULL, NULL),
(90, 2, 'wayflyer_bnpl_q4_2021', 'Level up with funding', 'https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021', 'actioned', '', NULL, NULL),
(91, 3, 'wc_shipping_mobile_app_usps_q4_2021', 'Get WooCommerce Shipping', 'https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021', 'actioned', '', NULL, NULL),
(92, 4, 'learn-more', 'Learn more', 'https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox', 'unactioned', '', NULL, NULL),
(93, 5, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'actioned', '', NULL, NULL),
(94, 6, 'optimizing-the-checkout-flow', 'Learn more', 'https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow', 'actioned', '', NULL, NULL),
(95, 7, 'qualitative-feedback-from-new-users', 'Share feedback', 'https://automattic.survey.fm/wc-pay-new', 'actioned', '', NULL, NULL),
(96, 8, 'share-feedback', 'Share feedback', 'http://automattic.survey.fm/paypal-feedback', 'unactioned', '', NULL, NULL),
(97, 9, 'get-started', 'Get started', 'https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started', 'actioned', '', NULL, NULL),
(98, 10, 'update-wc-subscriptions-3-0-15', 'View latest version', 'http://iamv.vn/wp-admin/&page=wc-addons&section=helper', 'actioned', '', NULL, NULL),
(99, 11, 'update-wc-core-5-4-0', 'How to update WooCommerce', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'actioned', '', NULL, NULL),
(100, 14, 'ppxo-pps-install-paypal-payments-1', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL),
(101, 15, 'ppxo-pps-install-paypal-payments-2', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL),
(102, 16, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(103, 16, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(104, 17, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(105, 17, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(106, 18, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(107, 18, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(108, 19, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(109, 19, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(110, 20, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/store-management', 'unactioned', '', NULL, NULL),
(111, 21, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL),
(112, 21, 'woocommerce-core-paypal-march-2022-dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(113, 22, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL),
(114, 22, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(115, 23, 'pinterest_03_2022_update', 'Update Instructions', 'https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3', 'actioned', '', NULL, NULL),
(116, 24, 'store_setup_survey_survey_q2_2022_share_your_thoughts', 'Tell us how it’s going', 'https://automattic.survey.fm/store-setup-survey-2022', 'actioned', '', NULL, NULL),
(117, 25, 'wc-admin-wisepad3', 'Grow my business offline', 'https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3', 'actioned', '', NULL, NULL),
(118, 26, 'learn-more', 'Find out more', 'https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/', 'unactioned', '', NULL, NULL),
(119, 26, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(120, 27, 'learn-more', 'Find out more', 'https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/', 'unactioned', '', NULL, NULL),
(121, 27, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(122, 28, 'google_listings_ads_custom_attribute_mapping_q4_2022', 'Learn more', 'https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping', 'actioned', '', NULL, NULL),
(123, 29, 'needs-update-eway-payment-gateway-rin-action-button-2022-12-20', 'See available updates', 'http://iamv.vn/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(124, 29, 'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(125, 30, 'updated-eway-payment-gateway-rin-action-button-2022-12-20', 'See all updates', 'http://iamv.vn/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(126, 30, 'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(127, 31, 'share-navigation-survey-feedback', 'Share feedback', 'https://automattic.survey.fm/new-ecommerce-plan-navigation', 'actioned', '', NULL, NULL),
(128, 32, 'google_listings_ads_pmax_i1_q1_2023_no_gla', 'Boost my business with Google', 'https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_no_gla', 'actioned', '', NULL, NULL),
(129, 33, 'google_listings_ads_pmax_i1_q1_2023_with_gla', 'Create a new ad', 'https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_with_gla', 'actioned', '', NULL, NULL),
(130, 34, 'woocommerce-wcpay-march-2023-update-needed-button', 'See Blog Post', 'https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know', 'unactioned', '', NULL, NULL),
(131, 34, 'woocommerce-wcpay-march-2023-update-needed-dismiss-button', 'Dismiss', '#', 'actioned', '', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_category_lookup`
--

CREATE TABLE `zs_wc_category_lookup` (
  `category_tree_id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_wc_category_lookup`
--

INSERT INTO `zs_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(15, 15),
(36, 36),
(37, 37);

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_customer_lookup`
--

CREATE TABLE `zs_wc_customer_lookup` (
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_download_log`
--

CREATE TABLE `zs_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_order_coupon_lookup`
--

CREATE TABLE `zs_wc_order_coupon_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_order_product_lookup`
--

CREATE TABLE `zs_wc_order_product_lookup` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `variation_id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_order_stats`
--

CREATE TABLE `zs_wc_order_stats` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_order_tax_lookup`
--

CREATE TABLE `zs_wc_order_tax_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_product_attributes_lookup`
--

CREATE TABLE `zs_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_product_download_directories`
--

CREATE TABLE `zs_wc_product_download_directories` (
  `url_id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_wc_product_download_directories`
--

INSERT INTO `zs_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES
(1, 'file://D:/xampp74/htdocs/iamv-cms/wp-content/uploads/woocommerce_uploads/', 1),
(2, 'http://iamv.vn/wp-content/uploads/woocommerce_uploads/', 1);

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_product_meta_lookup`
--

CREATE TABLE `zs_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
  `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_rate_limits`
--

CREATE TABLE `zs_wc_rate_limits` (
  `rate_limit_id` bigint(20) UNSIGNED NOT NULL,
  `rate_limit_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `rate_limit_expiry` bigint(20) UNSIGNED NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_reserved_stock`
--

CREATE TABLE `zs_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_tax_rate_classes`
--

CREATE TABLE `zs_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_wc_tax_rate_classes`
--

INSERT INTO `zs_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

-- --------------------------------------------------------

--
-- Table structure for table `zs_wc_webhooks`
--

CREATE TABLE `zs_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_api_keys`
--

CREATE TABLE `zs_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_attribute_taxonomies`
--

CREATE TABLE `zs_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `zs_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_log`
--

CREATE TABLE `zs_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_order_itemmeta`
--

CREATE TABLE `zs_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_order_items`
--

CREATE TABLE `zs_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_payment_tokenmeta`
--

CREATE TABLE `zs_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_payment_tokens`
--

CREATE TABLE `zs_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_sessions`
--

CREATE TABLE `zs_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `zs_woocommerce_sessions`
--

INSERT INTO `zs_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:769:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2023-04-01T08:39:57+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:22:\"thienthanh27@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1680511235);

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_shipping_zones`
--

CREATE TABLE `zs_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_shipping_zone_locations`
--

CREATE TABLE `zs_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_shipping_zone_methods`
--

CREATE TABLE `zs_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_tax_rates`
--

CREATE TABLE `zs_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zs_woocommerce_tax_rate_locations`
--

CREATE TABLE `zs_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `zs_actionscheduler_actions`
--
ALTER TABLE `zs_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

--
-- Indexes for table `zs_actionscheduler_claims`
--
ALTER TABLE `zs_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `zs_actionscheduler_groups`
--
ALTER TABLE `zs_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `zs_actionscheduler_logs`
--
ALTER TABLE `zs_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `zs_commentmeta`
--
ALTER TABLE `zs_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `zs_comments`
--
ALTER TABLE `zs_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `zs_e_events`
--
ALTER TABLE `zs_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `zs_links`
--
ALTER TABLE `zs_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `zs_options`
--
ALTER TABLE `zs_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `zs_postmeta`
--
ALTER TABLE `zs_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `zs_posts`
--
ALTER TABLE `zs_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `zs_revslider_css`
--
ALTER TABLE `zs_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_css_bkp`
--
ALTER TABLE `zs_revslider_css_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_layer_animations`
--
ALTER TABLE `zs_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_layer_animations_bkp`
--
ALTER TABLE `zs_revslider_layer_animations_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_navigations`
--
ALTER TABLE `zs_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_navigations_bkp`
--
ALTER TABLE `zs_revslider_navigations_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_sliders`
--
ALTER TABLE `zs_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_sliders_bkp`
--
ALTER TABLE `zs_revslider_sliders_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_slides`
--
ALTER TABLE `zs_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_slides_bkp`
--
ALTER TABLE `zs_revslider_slides_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_static_slides`
--
ALTER TABLE `zs_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_revslider_static_slides_bkp`
--
ALTER TABLE `zs_revslider_static_slides_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `zs_termmeta`
--
ALTER TABLE `zs_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `zs_terms`
--
ALTER TABLE `zs_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `zs_term_relationships`
--
ALTER TABLE `zs_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `zs_term_taxonomy`
--
ALTER TABLE `zs_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `zs_usermeta`
--
ALTER TABLE `zs_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `zs_users`
--
ALTER TABLE `zs_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `zs_wc_admin_notes`
--
ALTER TABLE `zs_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indexes for table `zs_wc_admin_note_actions`
--
ALTER TABLE `zs_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indexes for table `zs_wc_category_lookup`
--
ALTER TABLE `zs_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indexes for table `zs_wc_customer_lookup`
--
ALTER TABLE `zs_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `zs_wc_download_log`
--
ALTER TABLE `zs_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `zs_wc_order_coupon_lookup`
--
ALTER TABLE `zs_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `zs_wc_order_product_lookup`
--
ALTER TABLE `zs_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `zs_wc_order_stats`
--
ALTER TABLE `zs_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indexes for table `zs_wc_order_tax_lookup`
--
ALTER TABLE `zs_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `zs_wc_product_attributes_lookup`
--
ALTER TABLE `zs_wc_product_attributes_lookup`
  ADD PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  ADD KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`);

--
-- Indexes for table `zs_wc_product_download_directories`
--
ALTER TABLE `zs_wc_product_download_directories`
  ADD PRIMARY KEY (`url_id`),
  ADD KEY `url` (`url`(191));

--
-- Indexes for table `zs_wc_product_meta_lookup`
--
ALTER TABLE `zs_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indexes for table `zs_wc_rate_limits`
--
ALTER TABLE `zs_wc_rate_limits`
  ADD PRIMARY KEY (`rate_limit_id`),
  ADD UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191));

--
-- Indexes for table `zs_wc_reserved_stock`
--
ALTER TABLE `zs_wc_reserved_stock`
  ADD PRIMARY KEY (`order_id`,`product_id`);

--
-- Indexes for table `zs_wc_tax_rate_classes`
--
ALTER TABLE `zs_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indexes for table `zs_wc_webhooks`
--
ALTER TABLE `zs_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `zs_woocommerce_api_keys`
--
ALTER TABLE `zs_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `zs_woocommerce_attribute_taxonomies`
--
ALTER TABLE `zs_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `zs_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `zs_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indexes for table `zs_woocommerce_log`
--
ALTER TABLE `zs_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `zs_woocommerce_order_itemmeta`
--
ALTER TABLE `zs_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `zs_woocommerce_order_items`
--
ALTER TABLE `zs_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `zs_woocommerce_payment_tokenmeta`
--
ALTER TABLE `zs_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `zs_woocommerce_payment_tokens`
--
ALTER TABLE `zs_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `zs_woocommerce_sessions`
--
ALTER TABLE `zs_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `zs_woocommerce_shipping_zones`
--
ALTER TABLE `zs_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `zs_woocommerce_shipping_zone_locations`
--
ALTER TABLE `zs_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `zs_woocommerce_shipping_zone_methods`
--
ALTER TABLE `zs_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `zs_woocommerce_tax_rates`
--
ALTER TABLE `zs_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `zs_woocommerce_tax_rate_locations`
--
ALTER TABLE `zs_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `zs_actionscheduler_actions`
--
ALTER TABLE `zs_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `zs_actionscheduler_claims`
--
ALTER TABLE `zs_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=290;

--
-- AUTO_INCREMENT for table `zs_actionscheduler_groups`
--
ALTER TABLE `zs_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `zs_actionscheduler_logs`
--
ALTER TABLE `zs_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `zs_commentmeta`
--
ALTER TABLE `zs_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_comments`
--
ALTER TABLE `zs_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `zs_e_events`
--
ALTER TABLE `zs_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `zs_links`
--
ALTER TABLE `zs_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_options`
--
ALTER TABLE `zs_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=879;

--
-- AUTO_INCREMENT for table `zs_postmeta`
--
ALTER TABLE `zs_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6802;

--
-- AUTO_INCREMENT for table `zs_posts`
--
ALTER TABLE `zs_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1860;

--
-- AUTO_INCREMENT for table `zs_revslider_css`
--
ALTER TABLE `zs_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `zs_revslider_css_bkp`
--
ALTER TABLE `zs_revslider_css_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `zs_revslider_layer_animations`
--
ALTER TABLE `zs_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_revslider_layer_animations_bkp`
--
ALTER TABLE `zs_revslider_layer_animations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_revslider_navigations`
--
ALTER TABLE `zs_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_revslider_navigations_bkp`
--
ALTER TABLE `zs_revslider_navigations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_revslider_sliders`
--
ALTER TABLE `zs_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `zs_revslider_sliders_bkp`
--
ALTER TABLE `zs_revslider_sliders_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_revslider_slides`
--
ALTER TABLE `zs_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `zs_revslider_slides_bkp`
--
ALTER TABLE `zs_revslider_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_revslider_static_slides`
--
ALTER TABLE `zs_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `zs_revslider_static_slides_bkp`
--
ALTER TABLE `zs_revslider_static_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_termmeta`
--
ALTER TABLE `zs_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `zs_terms`
--
ALTER TABLE `zs_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `zs_term_taxonomy`
--
ALTER TABLE `zs_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `zs_usermeta`
--
ALTER TABLE `zs_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `zs_users`
--
ALTER TABLE `zs_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `zs_wc_admin_notes`
--
ALTER TABLE `zs_wc_admin_notes`
  MODIFY `note_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `zs_wc_admin_note_actions`
--
ALTER TABLE `zs_wc_admin_note_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=132;

--
-- AUTO_INCREMENT for table `zs_wc_customer_lookup`
--
ALTER TABLE `zs_wc_customer_lookup`
  MODIFY `customer_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_wc_download_log`
--
ALTER TABLE `zs_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_wc_product_download_directories`
--
ALTER TABLE `zs_wc_product_download_directories`
  MODIFY `url_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `zs_wc_rate_limits`
--
ALTER TABLE `zs_wc_rate_limits`
  MODIFY `rate_limit_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_wc_tax_rate_classes`
--
ALTER TABLE `zs_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `zs_wc_webhooks`
--
ALTER TABLE `zs_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_api_keys`
--
ALTER TABLE `zs_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_attribute_taxonomies`
--
ALTER TABLE `zs_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `zs_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_log`
--
ALTER TABLE `zs_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_order_itemmeta`
--
ALTER TABLE `zs_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_order_items`
--
ALTER TABLE `zs_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_payment_tokenmeta`
--
ALTER TABLE `zs_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_payment_tokens`
--
ALTER TABLE `zs_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_sessions`
--
ALTER TABLE `zs_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `zs_woocommerce_shipping_zones`
--
ALTER TABLE `zs_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_shipping_zone_locations`
--
ALTER TABLE `zs_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_shipping_zone_methods`
--
ALTER TABLE `zs_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_tax_rates`
--
ALTER TABLE `zs_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zs_woocommerce_tax_rate_locations`
--
ALTER TABLE `zs_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Youez - 2016 - github.com/yon3zu
LinuXploit